Hi!

I get the next error on compiling strutil.cpp:

The error is cannot convert 'const char *' to 'char *' in line 590 and 615.

I know this is Borland typical :-(

Please change the lines to:

         char *cptr = (char *)strrchr(path.c_str(),separator);

Tanks

Tschau (By)



Marcus


_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to