bobster
04-18-2007, 08:18 PM
First off, thanks for the great job on this project.
I am stumped however..
I don't know, maybe it's just me and my setup (winxp pro sp2, MS Express C++) but I can't get the server to build properly.
Grabbing the files from cvs rep using TortoiseCVS 1.8.12.
Opening the MySEQ.server.sln, then building - release config.
First of all, I get endline errors when opening files (.h / .cpp) - result of being written in linux I guess. - convert them all to Unix(LF).
What really makes the compiler squeal like a pig is :
#define THROW_WARNING(...) \
{ \
ostrstream strm; \
strm << "Warning: " << __VA_ARGS__ << ends ; \
throw Exception(EXCLEV_WARNING, strm.str()); \
}
(and ERROR) in "common.h".
\Common.h(89) : error C2447: '{' : missing function header (old-style formal list?)
\Common.h(103) : error C2447: '{' : missing function header (old-style formal list?)
No matter how I try, compiler won't accept it, forcing me to mod alot of the files to exclude all references, leaving functions out..
Any hints on what might be wrong, or should I just smack my head in the wall till something gives?
Oh, on a sidenote..
Browsing the cvs rep, I see alot of files used still hail updates from 2yrs back.
Not to step on any toes here, but is everything on source side up to date vs the .zip release ?
Another sidenote.. has the server been tested against Vista and it's userlevel restricition ? (denying to be logged on with admin rights)
In my head, that spells issues with server being able probe the process.
Regards
Bobster
-- aspiring wannabe --
I am stumped however..
I don't know, maybe it's just me and my setup (winxp pro sp2, MS Express C++) but I can't get the server to build properly.
Grabbing the files from cvs rep using TortoiseCVS 1.8.12.
Opening the MySEQ.server.sln, then building - release config.
First of all, I get endline errors when opening files (.h / .cpp) - result of being written in linux I guess. - convert them all to Unix(LF).
What really makes the compiler squeal like a pig is :
#define THROW_WARNING(...) \
{ \
ostrstream strm; \
strm << "Warning: " << __VA_ARGS__ << ends ; \
throw Exception(EXCLEV_WARNING, strm.str()); \
}
(and ERROR) in "common.h".
\Common.h(89) : error C2447: '{' : missing function header (old-style formal list?)
\Common.h(103) : error C2447: '{' : missing function header (old-style formal list?)
No matter how I try, compiler won't accept it, forcing me to mod alot of the files to exclude all references, leaving functions out..
Any hints on what might be wrong, or should I just smack my head in the wall till something gives?
Oh, on a sidenote..
Browsing the cvs rep, I see alot of files used still hail updates from 2yrs back.
Not to step on any toes here, but is everything on source side up to date vs the .zip release ?
Another sidenote.. has the server been tested against Vista and it's userlevel restricition ? (denying to be logged on with admin rights)
In my head, that spells issues with server being able probe the process.
Regards
Bobster
-- aspiring wannabe --