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 » ProfUIS254nd.lib error Collapse All
Subject Author Date
ProfUIS User May 7, 2009 - 6:32 AM

Hi,


I am trying to build ProfUIS_Controls_800.vcproj present in the samples. It is giving me ProfUIS254nd.lib linking error as it could not find the specified library. I looked inside the libraries folder but couldn’t find the file. What could be reason behind this? Which class uses this library? How can I remove this error?


Thanks.

Technical Support May 8, 2009 - 11:57 AM

The ProfUIS254ud.lib / ProfUIS254ud.dll files are produced by the Unicode Debug configuration of the ProfUISDLL project which can be found in the .../Prof-UIS/ProfUISDLL/ folder. Please compile this configuration of the Prof-UIS library before compiling the same configuration of any of sample applications.

ProfUIS User May 8, 2009 - 10:53 PM

Thanks a lot. It worked.

ProfUIS User May 7, 2009 - 10:53 PM

Here is the error statement:


1>------ Build started: Project: ProfUIS_Controls, Configuration: Unicode DEBUG Win32 ------

1>Linking...

1>LINK : fatal error LNK1104: cannot open file ’ProfUIS254ud.lib’

1>Build log was saved at "file://c:\Program Files\FOSS Software Inc\Prof-UIS\Bin_800\UnicodeDEBUG\ProfUIS_Controls\BuildLog.htm"

1>ProfUIS_Controls - 1 error(s), 0 warning(s)

========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Technical Support May 7, 2009 - 1:48 PM

Could you show us the content of the Visual Studio output window with the linking error?