The line where the error appears looks like:
USEFORM("FngrMain.cpp", FormMain);
and give the followings messages:
[C++ Error] FngrDemo.cpp(5): E2303 Type name expected
[C++ Error] FngrDemo.cpp(5): E2034 Cannot convert 'char *' to 'int'
[C++ Error] FngrDemo.cpp(5): E2293 ) expected...
The line where the error appears looks like:
USEFORM("FngrMain.cpp", FormMain);
Project.cpp(6): E2303 Type name expected
Project.cpp(6): E2034 Cannot convert 'char *' to 'int'
Project.cpp(6): E2293 ) expected
Project.cpp(8): E2141 Declaration syntax error
and give the followings...
Hi,
I usually use a Linux alternative (like Qt) when i want to program in c++. Today, i decided to try c++ builder 6 enterprise. After installation, i tried to compile many differents examples but all of them give the sames errors and always at an 'USEFORM()' line instruction:
Project.cpp(6)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.