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 Tech Support » Problem including library 2.88 into project Collapse All
Subject Author Date
Stephan Wieland Jan 21, 2010 - 2:17 AM

Hello,


I´ve installed VisualStudio 2005 and Prof-UIS 2.88


 


In one project I can include the library and  ProfUIS288smd.lib is linked


and in another project there´s


"Automatically linking with Prof-UIS library: ProfUIS283smd.lib"    (2.83!!!)


but I don´t have 2.83 installed.


 


Can you please help me? Where´s the problem?


SW

Stephan Wieland Jan 22, 2010 - 12:10 AM

Dear Support Team,


thanks for your support, because of your hints, I found the problem...


I really tried the 2.83 before (not installed it) but in the project there was the old ExtMfcDef.h


 


Thanks a lot


SW

Technical Support Jan 21, 2010 - 12:09 PM

The Automatically linking with... text appears in the Visual Studio’s Output window because the .../Prof-UIS/Include/ExtMfcDef.h file contains the following line of code:

   #pragma message("   Automatically linking with Prof-UIS library: " __PROF_UIS_LIB_NAME )

The __PROF_UIS_LIB_NAME preprocessor variable is defined in the same file and it can be ProfUIS283smd.lib only if you are using header files of Prof-UIS 2.83. This means one of the following:
1) You didn’t really installed 2.88 and still using 2.83
2) You have both 2.83 and 2.88 on your computer. The Visual Studio is configured to see header files of 2.83. Please check the include folders list in your Visual Studio settings. The library folders list, of course, should also be checked.