Digital Mars C++ stlport and C++ bugs

Digital Mars C++ stlport and C++ bugs

ccfriend

    Oct 29, 2005#1

    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

    6,606548
    Grand MasterGrand Master
    6,606548

      Oct 30, 2005#2

      \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.
      Best regards from an UC/UE/UES for Windows user from Austria