954,487 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

VC++6.0 error C2059: syntax error : 'end of file'

Ok I have a bug that is very hard to pinpoint. Upon Compilation I get

Compiling...
Forkin.cpp
\vc98\include\xlocale(467) : error C2059: syntax error : 'end of file'
ForkLift.cpp
MainWnd.cpp
\vc98\include\xlocale(467) : error C2059: syntax error : 'end of file'
Mat4f.cpp
Generating Code...
Error executing cl.exe.

Forkin.exe - 2 error(s), 0 warning(s)

I take it the Message is pointing to the xlocale include which is part of C++. I guess the error originates in Forkin.cpp and searched for missing tokens to no avail.
I would appreciate any info.
Thanks in advance
Dinobod

DinoBod
Newbie Poster
2 posts since Jul 2007
Reputation Points: 10
Solved Threads: 0
 

post your code please :)

Killer_Typo
Master Poster
781 posts since Apr 2004
Reputation Points: 152
Solved Threads: 39
 

[QUOTE=DinoBod;403462]Ok I have a bug that is very hard to pinpoint. Upon Compilation I get

Thanks to all concerned. I got it figured. What I did was include a
Function header( not a class) and did not inline the Functions or
should I say didn't declare them well anyway It works now

Thanks again

DinoBod
Newbie Poster
2 posts since Jul 2007
Reputation Points: 10
Solved Threads: 0
 

[quote=DinoBod;403524]Ok I have a bug that is very hard to pinpoint. Upon Compilation I get

Thanks to all concerned. I got it figured. What I did was include a
Function header( not a class) and did not inline the Functions or
should I say didn't declare them well anyway It works now

Thanks again

awesome


cheers!

Killer_Typo
Master Poster
781 posts since Apr 2004
Reputation Points: 152
Solved Threads: 39
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You