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 » Problem with removing optional features Collapse All
Subject Author Date
Mel Sampat Oct 28, 2005 - 3:08 PM

When I uncomment the various #define’s for optional features in ProfUIS.h, I get a LOT of compiler and linker errors.


For example, if I uncomment #define __EXT_MFC_NO_GRIDBASEWND


I get a lot of compiler errors. If I remove corresponding .cpp files from the project, I get a lot of linker errors. Can you explain how to remove optional features and make the .dll size smaller?

Technical Support Oct 31, 2005 - 1:39 PM

Please let us take a look at your compiler errors. We tried to remove some components, including __EXT_MFC_NO_GRIDBASEWND, and got no errors. The library was successfully built. Please note that you don’t need to remove the corresponding files from the project.