Hi,
I try to compile the infoprint example which includes the e32std.h.
While doing that, using "cl infoprint.cpp", i get the following errors:
C:\PROGRA~1\MICROS~3\VC98\INCLUDE\e32std.h(734) : error C2146: syntax error : mi
ssing ';' before identifier 'TInt64'
C:\PROGRA~1\MICROS~3\VC98\INCLUDE\e32std.h(734) : error C2501: 'IMPORT_C' : miss
ing storage-class or type specifiers
and it goes on for like 100++
I'm not so familiar with C++, so I have no idea what's going on.
does anyone have an idea how to fi this?
Thanks,
Markus
Hi Markus,
Did you get the issue in the enclosed email resolved? I'm having this problem too. Please let me know. I thiknk it's something fundamentally wrong in the setup.
Please let me know if you did resolve this.
Thanks in advance,
- Yueying
joeschtler wrote:Hi,I try to compile the infoprint example which includes the e32std.h.
While doing that, using "cl infoprint.cpp", i get the following errors:
C:\PROGRA~1\MICROS~3\VC98\INCLUDE\e32std.h(734) : error C2146: syntax error : mi
ssing ';' before identifier 'TInt64'
C:\PROGRA~1\MICROS~3\VC98\INCLUDE\e32std.h(734) : error C2501: 'IMPORT_C' : miss
ing storage-class or type specifiers
and it goes on for like 100++
I'm not so familiar with C++, so I have no idea what's going on.
does anyone have an idea how to fi this?
Thanks,
Markus