Digital Mars C++ stlport and C++ bugs

Building, compiling, or debugging issues

Digital Mars C++ stlport and C++ bugs

Postby ccfriend » Sat Oct 29, 2005 12:07 pm

Hi

Recently I start to use UEStudio in my job. I try to use UEStudio with Digital Mars compiler and stlport addon for C++ programs ( For common C programs UEStudio works great )

The Digital mars stlport help file says that you must use that in order to compile a C++ file ( this work great when I run it from command line )

dmc hello -I\dm\stlport\stlport ( for hello.cpp file )


I try to add -I\dm\stlport\stlport to compiler and link options but I have errors in compiling not founding libs of C++

Can anyone help me ?


Thanks
ccfriend
 

Re: Digital Mars C++ stlport and C++ bugs

Postby Mofi » Sun Oct 30, 2005 11:46 am

\dm\stlport\stlport seems to be a relative path specification to current working directory. So check the working path specification in UltraEdit or use an absolute path for -I option.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 3937
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna


Return to Build / Compile / Debug