trollacious
Programmer
While I'm not new to programming, I've recently started learning Borland's C++ Builder Pro 1.0 (and have all the original manuals with it). I worked some with C++ with the old Borland 3.1 compiler, but that's been a while. I understand C++ objects relatively well.
I get a compile error in a DLL:
Member identifier expected
when I use a class method I named toString(). If I change it to ToString() in the class and in the functions, the DLL compiles fine. If I change it back to camel notation, the error reappears.
Any ideas?
Lee
I get a compile error in a DLL:
Member identifier expected
when I use a class method I named toString(). If I change it to ToString() in the class and in the functions, the DLL compiles fine. If I change it back to camel notation, the error reappears.
Any ideas?
Lee