Problem with Codejock Sample |
Post Reply |
Author | |
jwhagen
Groupie Joined: 09 May 2003 Location: United States Status: Offline Points: 43 |
Post Options
Thanks(0)
Posted: 22 April 2004 at 3:14pm |
I am trying various aspects of the development system and using the GUI_VisualStudio7 sample (VC++ 6.0). When I compile and run the program in Unicode, Shared DLL, everything works great. When I change to Unicode Debug, Static I end up with the following error: CImageList::ExtractIconW(int 0x00000000) line 489 + 38 bytes This error is reproducable using the original project supplied by Codejock. I have not added any code. Can you tell me what to do to fix this please? Thanks! John Hagen Edited by jwhagen |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
you need to include resources for static library. add #include <XTToolkitPro.rc> |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
jwhagen
Groupie Joined: 09 May 2003 Location: United States Status: Offline Points: 43 |
Post Options
Thanks(0)
|
Hi Oleg, Yes, that took care of the problem. You may want to fix the GUI_VisualStudio7 sample code so it doesn't have this problem in the future. Thanks for the help! John |
|
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 |