c++.beta - DMC 8.40.1 Preprocessor error:
- yama <yama_member pathlink.com> Feb 20 2004
Hello,
I'm using DMC 8.40.1n and STLport.
I tried to compile some source codes with Japanese language characters,
But I cannot compile with -j0 option.
C:\dm\stlport>type hello.cpp
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world\n";
}
C:\dm\stlport>dmc -Ic:\dm\stlport\stlport hello.cpp
link hello,,,user32+kernel32/noi;
C:\dm\stlport>hello
Hello world
C:\dm\stlport>dmc -j0 -Ic:\dm\stlport\stlport hello.cpp
hello.cpp(9) : Preprocessor error: unterminated macro argument
Fatal error: premature end of source file
--- errorlevel 1
Feb 20 2004








yama <yama_member pathlink.com>