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 » Pre-Sales Question Collapse All
Subject Author Date
Hristo Inkiov Dec 15, 2005 - 8:47 AM

Hello, I’m a newbie and I’d like to clear some things with the use of your great Prof-UIS GUI.


I downloaded all samples and I noticed there is a .dll file of a couple of MegaBytes which comes with the sample. I would like to know if my future programs would need this .dll to run. I am asking because I am not going to use all features of the library in a single project, and it won’t be practical to load my software with needless weight.


I hope I could explain my point clearly. I will appreciate your help.

carbide inserts Nov 9, 2023 - 8:47 PM
Technical Support Dec 29, 2007 - 7:38 AM

We can only guess there must be some memory damage in your project. You can insert the VERIFY( AfxCheckMemory() ); code to check if the memory state is valid. The following article gives some details on that:

http://msdn2.microsoft.com/en-us/library/y1132dee(VS.80).aspx

jerome perciot Dec 28, 2007 - 5:23 AM

Hello,

I don’t know why, but yesterday, all went wrong with the profuis250m.dll. Indeed, when used as a shared link dll the applications do not start, neither mine, neither yours (i mean profuis_controls_m.exe for example).

When i try to debug, i can pass the CApp::CApp, and after, i fault with the dbgheap.c file ???

But, when i link statically, it’s ok, the applications work.

I use kaspersky internet security 7.0.0.125. Is there something in the configuration i did incorrectly ?

Best regards.

Technical Support Dec 15, 2005 - 11:30 AM

Thank you for your interest in Professional User Interface Suite! Yes, you can exclude some features that are redundant in your particular application. This is described in the FAQ titled How to reduce the size of the Prof-UIS dll that I use in my project?. You have two options with regard to distributing Prof-UIS along with your app. You can distribute a standalone dll file like profuis250m.dll or you can statically link your app with the Prof-UIS library. In the latter case, the only file you need to deliver to your customers is your application’s file.