nadz
May 26th, 2006, 06:32 AM
I have coded few C++ classes which are command
based. I just want that the GUI which I made
with windowforms using vc++.net would communicate with
this code. So the functions which I was running from command
prompt can be GUI based.
When I copy my cpp file into vc++.net cpp file
compiler starts complaining about preprocesser and so
many other errors.
I have change the project properties and added the library path.
when I compile the porject it complains inside those headers files and is giving errors. If I compile the file alone it gives error : fatal error C1010: unexpected end of file while looking for precompiled header directive.
I used Dev Bloodshed C++ to write the c++ coding? Are there libraries non-Standard? How can I fix the problem?
Help required.
Many Thanks.
nadz
based. I just want that the GUI which I made
with windowforms using vc++.net would communicate with
this code. So the functions which I was running from command
prompt can be GUI based.
When I copy my cpp file into vc++.net cpp file
compiler starts complaining about preprocesser and so
many other errors.
I have change the project properties and added the library path.
when I compile the porject it complains inside those headers files and is giving errors. If I compile the file alone it gives error : fatal error C1010: unexpected end of file while looking for precompiled header directive.
I used Dev Bloodshed C++ to write the c++ coding? Are there libraries non-Standard? How can I fix the problem?
Help required.
Many Thanks.
nadz