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 » Version macro Collapse All
Subject Author Date
Offer Har Oct 23, 2006 - 5:11 PM

Hi,

Can it be that you forgot to change the version macro?

This is what i have after installing version 2.61 In ExtMfcDef.h

// __PROF_UIS_VERSION_DWORD is required for static library builds
#define __PROF_UIS_VERSION_DWORD DWORD( 0x02060000 )
#define __PROF_UIS_VERSION 0x02060000

And in my trace window:

* * * INITIALIZING DYNAMIC LIBRARY: ProfUIS version 2.60 * * *

And the only dll loaded is this one:

’XXX.exe’: Loaded ’Z:\Applications\Bin\Debug\ProfUIS261md.dll’, Symbols loaded.

Technical Support Oct 24, 2006 - 12:13 PM

Thank you for reporting the problem. We really missed this define. But this issue is not critical and you can manually fix it:

// __PROF_UIS_VERSION_DWORD is required for static library builds
#define __PROF_UIS_VERSION_DWORD    DWORD( 0x02060100 )
#define __PROF_UIS_VERSION          0x02060100