Gui_WinZip Compile Error |
Post Reply |
Author | |
jwhagen
Groupie Joined: 09 May 2003 Location: United States Status: Offline Points: 43 |
Post Options
Thanks(0)
Posted: 15 May 2003 at 2:57pm |
When compiling the 3.00 library under the ALL Projects, I am receiving this error: --------------------Configuration: GUI_WinZip - Win32 Unicode Debug-------------------- All Projects - 1 error(s), 0 warning(s) The line at fault is: LoadBarState("Bar State"); and changing it toLoadBarState(_T("Bar State")); Allows it to compile. |
|
chaos user
Newbie Joined: 09 May 2003 Location: Bulgaria Status: Offline Points: 14 |
Post Options
Thanks(0)
|
well you obviosly are compiling in uncode, where the characters are 2 bytes Compile in Win32 Debug Oh you might've installed the codejock XT only in unicode. Reistall it with normal ANSI support. |
|
//forever loop
while(metal.rulez()) dostuff(); // :) |
|
jwhagen
Groupie Joined: 09 May 2003 Location: United States Status: Offline Points: 43 |
Post Options
Thanks(0)
|
Yes, I am using UniCode (intentional) and have installed the full compliment of DLLs and Library files for the XTreme Toolkit. I need it to work in Unicode. Thanks. |
|
chaos user
Newbie Joined: 09 May 2003 Location: Bulgaria Status: Offline Points: 14 |
Post Options
Thanks(0)
|
well than you must link to the unicode libraries and write each string like this L"Sample constant string" without the L character it would be interpreted as char*, while you need WCHAR* |
|
//forever loop
while(metal.rulez()) dostuff(); // :) |
|
jwhagen
Groupie Joined: 09 May 2003 Location: United States Status: Offline Points: 43 |
Post Options
Thanks(0)
|
Um... I was trying to let Codejock know of problems with their source code, not mine. Thanks anyway. Edited by jwhagen |
|
kstowell
Admin Group Joined: 25 January 2003 Location: MIchigan, USA Status: Offline Points: 496 |
Post Options
Thanks(0)
|
Hello, This problem has been corrected and a new version of the Xtreme Toolkit v3.1 has just been posted and is ready for download. Cheers, |
|
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 |