![]() |
VS 2005 Compatibility |
Post Reply
|
| Author | |
Henrik
Newbie
Joined: 20 April 2005 Location: Germany Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Topic: VS 2005 CompatibilityPosted: 21 April 2005 at 7:35am |
|
Just a quick question: When will VS 2005 (Beta 2 or higher) support be
available? Right now the samples do not compile, and the deploy tool
does not offer to compile the VS 2005 libs.
Thanx ![]() Henrik |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 21 April 2005 at 11:19pm |
|
Did you test them with 9.60.1? It must compile and run... (on my beta 1) |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Henrik
Newbie
Joined: 20 April 2005 Location: Germany Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Posted: 22 April 2005 at 1:43am |
|
With Beta 2 it breaks, but I will double check it, and report details on the problems to make it easier for you to fix this.
One problem was very simple to fix: the new compiler does no longer accept declations such as const VARIABLE = 0x1234; since a type, such as int, is missing. There are two occurences of such an error, but this is not the main issue. Will Deploy.EXE be updated to add the options to compile the VS2005 Libs soon? Thanx Henrik |
|
![]() |
|
Sven
Senior Member
Joined: 21 August 2003 Location: Germany Status: Offline Points: 127 |
Post Options
Thanks(0)
Quote Reply
Posted: 23 April 2005 at 1:48am |
|
9.60.1 runs fine with Beta 2 (compiled for x64) with some minor fixes: XTPControlComboBoxExt.h (53) const UINT XTP_FN_SETFORMAT = 0x1000; // UINT missing XTPHooManager.cpp (92) GWLP_WNDPROC instead of GWL_WNDPROC XTPMenuBar.cpp (103) GCLP_HICONSM instead of GCL_HICONSM XTPTabClientWnd.cpp (604) GCLP_HICONSM instead of GCL_HICONSM XTPToolBar.cpp (599) GWLP_HWNDPARENT instead of GWL_HWNDPARENT XTPControlComboBox.cpp (284) GWLP_HWNDPARENT instead of GWL_HWNDPARENT XTPPropExchange.cpp (92) declaration of "i" before loop, AMD64 compiler can access loop counters only in loops Since Beta 2 you have also to change the occurences of UINT OnNcHitTest(CPoint) to LRESULT OnNcHitTest(CPoint). I'm sure, these little problems are corrected in the next Toolkit version. |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 25 April 2005 at 11:12pm |
|
These already changed. Thank you.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
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 |