I installed Visual studio 8.0, CB use complier gnu gcc compiler(mingw).
compile is OK, when app run, I get a dialog say that "can't find app input point in msvcr80.dll".
-------------- Build: Debug in Test ---------------
mingw32-g++.exe -Wall -fexceptions -g -ID:\STLport-5.1.3\lib -ID:\MinGW\include -c G:\STL标准库\Test\main.cpp -o obj\Debug\main.o
mingw32-g++.exe -LD:\STLport-5.1.3\lib -LD:\MinGW\lib -o bin\Debug\Test.exe obj\Debug\main.o
Process terminated with status 0 (0 minutes, 1 seconds)
0 errors, 0 warnings