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 » Win32 Release Compilling Trouble Collapse All
Subject Author Date
Jura Tsjornoi Jun 8, 2004 - 4:47 PM

While I’m trying to compile an application under Win32 Release, I get an error:


LINK : fatal error LNK1104: cannot open file "ProfUIS224m.lib"


What can be the cause? (I use a trial version of ProfUIS ver.2.24)

Technical Support Jun 10, 2004 - 1:39 AM

Hello,

Prof-UIS Trial is limited to the MBCS Debug active configuration only. If you need some other configuration for testing, we will send it to you on request.

Dmitri Doulepov Jun 9, 2004 - 2:06 AM

I also found it... Project settings are set to use static libs but should use dynamic debug dll since it is the only supplied library with trial version.


Define _MBCS on the project level and compile as "debug" with MFC as DLL.


Sergey, may be you should change this too in the future version. Also you have a typo mistake in the "Workspace" folder name (you spelled it as "Workpsace") :)