B
Bill Sun
Hi,
I just want to using a console application in the .net enviroment.
Before the main(), I using the
#include "iostream.h"
but the .net tell me:
c:\project\console\console\console.cpp(11): fatal error C1083: Cannot open
include file: 'iostream.h': No such file or directory
By the way, I want to compile the MS's program: ADOXCreateDatabaseX.cpp
about ADO.
The .net always told me:
c:\project\console\console\Debug\msado15.tlh(2374) : error C2059: syntax
error : '-'
c:\project\console\console\Debug\msado15.tlh(2374) : error C2238: unexpected
token(s) preceding ';'
What wrong with .net, if using the VC6.0, there are no those problem.
Who can help me?
Thanks in advanced,
Bill
I just want to using a console application in the .net enviroment.
Before the main(), I using the
#include "iostream.h"
but the .net tell me:
c:\project\console\console\console.cpp(11): fatal error C1083: Cannot open
include file: 'iostream.h': No such file or directory
By the way, I want to compile the MS's program: ADOXCreateDatabaseX.cpp
about ADO.
The .net always told me:
c:\project\console\console\Debug\msado15.tlh(2374) : error C2059: syntax
error : '-'
c:\project\console\console\Debug\msado15.tlh(2374) : error C2238: unexpected
token(s) preceding ';'
What wrong with .net, if using the VC6.0, there are no those problem.
Who can help me?
Thanks in advanced,
Bill