XTP - VS C++ 2008 - WIN2K |
Post Reply |
Author | |
lion
Groupie Joined: 04 March 2008 Status: Offline Points: 22 |
Post Options
Thanks(0)
Posted: 02 July 2008 at 5:57am |
Hi,
we write software using the xtp8 developing und compiling still under VS6. But now we want to move to VS2008. Sofar I was able to compile our app as well as xtp8 with VS2008 on Vista. The resulting exe runs on Vista. But: trying to run the resulting exe on W2K gives us a hard time. It does start but all the menus are broken, i.e. the menus are there and you can open them but not read the menustrings... well can anyone give a hint on what to do in this case ? I tried to compile XTP8 with WINVER set to 0x500 for W2K but that didn't compile at all. Thanx in advance Yours Bjoern |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Its too old version. Please update to Toolkit 12.0.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
lion
Groupie Joined: 04 March 2008 Status: Offline Points: 22 |
Post Options
Thanks(0)
|
well meanwhile i found out that its enough to change XTPs file: "stdafx.h" and insert the following:
#define _MFC_VER 0x800 #if _MFC_VER >= 0x800 #define WINVER 0x500 #define _WIN32_WINNT 0x500 #define _WIN32_WINDOWS 0x500 #define _WIN32_IE 0x500 #define USE_STD_STREAM #define HRAWINPUT DWORD #include<Vsstyle.h> #endif this way i was able to resolve the problem. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |