Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - XTP - VS C++ 2008 - WIN2K
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

XTP - VS C++ 2008 - WIN2K

 Post Reply Post Reply
Author
Message
lion View Drop Down
Groupie
Groupie


Joined: 04 March 2008
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote lion Quote  Post ReplyReply Direct Link To This Post Topic: XTP - VS C++ 2008 - WIN2K
    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

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 02 July 2008 at 9:40am
Hi,
Its too old version. Please update to Toolkit 12.0.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
lion View Drop Down
Groupie
Groupie


Joined: 04 March 2008
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote lion Quote  Post ReplyReply Direct Link To This Post Posted: 02 July 2008 at 9:47am
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.

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.152 seconds.