Can't use a C++ class from a DLL

Jakob Ovrum jakobovrum at gmail.com
Mon Oct 29 05:40:38 PDT 2012


On Monday, 29 October 2012 at 12:11:11 UTC, Denis Shelomovskij 
wrote:
>     const char* getLastError();
>     const char* getDetail(char* detail);

These return values should be const(char)* and the method 
shouldn't be const.



More information about the Digitalmars-d mailing list