Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » EnableSaveRestore - dll issue Collapse All
Subject Author Date
lester oidka Sep 4, 2006 - 10:38 AM

Hi,

I have a problem - I’ve tried to migrate from VS 2003 to VS 2005 and I am not ablee to run my app. After I try to run the compiled program the windows displays:

"The procedure entry point
?EnableSaveRestore@$CExtWS@V...CExtAPSH@VCExtResPs................................. could not be located in dynamic link library ProfUIS254u.dll"

I am sure I use the correct libs and I have correctly compiled all the prof-uis stuff.

lester oidka Sep 10, 2006 - 3:09 PM

You were 100% right - it needed to be changed.

THANK YOU !!!!

lester oidka Sep 6, 2006 - 2:48 AM

You were right - I did use an incorrect libraries.

Anyway if I use the correct ones I get about 90 unresolved externals. I already tried to solve this problem before in this forum but we didn’t find solution. Too bad I cant send you the source codes...

Technical Support Sep 6, 2006 - 12:56 PM

We believe that the problem is that your project tries to link with an inappropriate version of the Prof-UIS dll. This situation is well known from the previous experience. Did you try to completely rebuild your project? Of course you should always remember that your application and the library should use the same settings for the compiler option Treat w_char as Built-In type when Unicode is used. The article Compatibility with Built-In Unicode Character Type may be useful with regard to this issue.

lester oidka Sep 5, 2006 - 4:09 PM

"This error usually occurs when your executable file tries to use an inappropriate version of the Prof-UIS dll. For instance, if the application and library were compiled with different versions of Visual Studio. Please try to compile and run some Prof-UIS samples and let us know if the problem persists. "

I’ve tried several examples and they all work just fine. I had stable version befor I moved the app to VS 2005. Any suggestions?

Technical Support Sep 5, 2006 - 11:28 AM

This error usually occurs when your executable file tries to use an inappropriate version of the Prof-UIS dll. For instance, if the application and library were compiled with different versions of Visual Studio. Please try to compile and run some Prof-UIS samples and let us know if the problem persists.