![]() |
Issue in VARIANT_BOOL EOS |
Post Reply
|
| Author | |
saket
Newbie
Joined: 15 March 2007 Status: Offline Points: 7 |
Post Options
Thanks(0)
Quote Reply
Topic: Issue in VARIANT_BOOL EOSPosted: 15 March 2007 at 8:14am |
|
Hello,
I am tring to integrate my application with CodeJock 10.4.2 lib.
I was using CodeJock 4.0 in our application, it was wroking fine.
But after integration with CodeJock10.4.2, when i recomplied whole application it giving error in ":\program files\codejock software\mfc\xtreme toolkitpro v10.4.2 for visual studio 6.0\source\calendar\xtpcalendarado.h"
for VARIANT_BOOL EOS;
The details of error from Visual Studio 6.0 are below:
Compiling...
STDAFX.CPP
c:\program files\codejock software\mfc\xtreme toolkitpro v10.4.2 for visual studio 6.0\source\calendar\xtpcalendarado.h(4056) : error C2059: syntax error : 'constant' c:\program files\codejock software\mfc\xtreme toolkitpro v10.4.2 for visual studio 6.0\source\calendar\xtpcalendarado.h(4056) : error C2238: unexpected token(s) preceding ';' c:\program files\codejock software\mfc\xtreme toolkitpro v10.4.2 for visual studio 6.0\source\calendar\xtpcalendartheme.h(1048) : fatal error C1903: unable to recover from previous error(s); stopping compilation Error executing cl.exe. Creating browse info file... BSCMAKE: error BK1506 : cannot open file '.\Debug\STDAFX.SBR': No such file or directory Error executing bscmake.exe. PIM32.exe - 4 error(s), 0 warning(s)
We were using #defind EOS '\0' in our application, We changed #defind EOS '\0' to #defind PIM_EOS '\0' in our application, but the error above mentioned are resolved.
Pls Let me know the reason and how We can resolved this issue.
Thanks,
Saket Kumar.
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 16 March 2007 at 12:21am |
|
Hi,
yes, in his line we have:
VARIANT_BOOL EOS;
so just define your EOS after you include toolkit.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
saket
Newbie
Joined: 15 March 2007 Status: Offline Points: 7 |
Post Options
Thanks(0)
Quote Reply
Posted: 16 March 2007 at 7:37am |
|
Hi Oleg Chernyahovskii,
Our application is very huge.
In our application EOF is defind in various DLLs and Exe files.
Do we need to change EOS to xyz_EOS, in DLLs and Exe files or do we have any other options.
I wanted to know the namespace name for codejock.
|
|
![]() |
|
saket
Newbie
Joined: 15 March 2007 Status: Offline Points: 7 |
Post Options
Thanks(0)
Quote Reply
Posted: 16 March 2007 at 7:53am |
|
Hi ,
can any one let me know the "namespace" for Codejock 10.4..2
Thanks,
Saket Kumar.
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 19 March 2007 at 1:56am |
|
Hi,
as easy solution you can replace EOS to something else in xtpcalendarado.h file...
|
|
|
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 |