G
Gernot Frisch
hi,
i don't even know how to desribe the error...
I have a Qt application. Now, there's a .cpp file that I reduced to:
// #include <somefile.h>
int i=45;
/*
long source code
*/
I get the error:
error before {
definition of function xy - parameters in old style?
And - it has to do with the // #include line, although this line _IS_
commented out!
Using /* */ comments would fix it, but I can't compile the project
anyway.
I use VC7.1.
Any ideas?
--
-Gernot
int main(int argc, char** argv) {printf
("%silto%c%cf%cgl%ssic%ccom%c", "ma", 58, 'g', 64, "ba", 46, 10);}
________________________________________
Looking for a good game? Do it yourself!
GLBasic - you can do
www.GLBasic.com
i don't even know how to desribe the error...
I have a Qt application. Now, there's a .cpp file that I reduced to:
// #include <somefile.h>
int i=45;
/*
long source code
*/
I get the error:
error before {
definition of function xy - parameters in old style?
And - it has to do with the // #include line, although this line _IS_
commented out!
Using /* */ comments would fix it, but I can't compile the project
anyway.
I use VC7.1.
Any ideas?
--
-Gernot
int main(int argc, char** argv) {printf
("%silto%c%cf%cgl%ssic%ccom%c", "ma", 58, 'g', 64, "ba", 46, 10);}
________________________________________
Looking for a good game? Do it yourself!
GLBasic - you can do
www.GLBasic.com