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 » Linking libs for some samples Collapse All
Subject Author Date
JAVIER SUAREZ Aug 11, 2005 - 11:52 AM

Hi,


I’ve run into an issue on some samples (MDI_DynamicBars, for example) where it tries to link to ProfUIS242md.lib or ProfUIS242m.lib, and yet there is no build configuration for profuislib that makes those libs.  Every solution configuration for the profuislib project adds a ’y’ or an ’s’ to the lib name depending if it is static or dymanic, yet some samples try to link to a lib with neither a ’y’ or ’s’.


Thanks,


JT


Cubic Defense

Technical Support Aug 11, 2005 - 12:46 PM

The profuisdll project produces Prof-UIS DLL modules and their LIB stubs. This project includes all the features of the library. The profuislib project produces static libraries which include all the library features which have no dependency from the resources. The toolbar/menu customization, dynamic resizable control bars, icon editor dialog and color editor dialog are components which depend on the resources and they are excluded from the profuislib project. As you can see the MDI_DynamicBars, SDI_DynamicBars, StyleEditor and IconEditor applications are based on the resource dependent library features and can be linked only with the libraries produced by the profuisdll project.

You can see the full list of Prof-UIS configurations in the Prof-UIS Build Configuration article.