Home » Extra libraries, Code snippets, applications etc. » C++ language problems and code snippets » DLL and U++ type
Re: DLL and U++ type [message #2192 is a reply to message #2182] |
Mon, 03 April 2006 18:58   |
 |
mirek
Messages: 14265 Registered: November 2005
|
Ultimate Member |
|
|
mauro.bottizzo wrote on Mon, 03 April 2006 08:45 | hi,
I am writing an DLL, using:
extern "C" { ... }
When i defining the "C" functions it's possible use U++ type, like "String", "Value", etc ...?? If no, only the poiners, like: String&, Value&, etc??
Thanks.
|
I am not 100% sure, but I think yes, it is possible.... (extern "C" in practice just removes name mangling from your functions, means overloading will be impossible, but nothing more).
Mirek
|
|
|
Goto Forum:
Current Time: Sun Jul 06 18:33:22 CEST 2025
Total time taken to generate the page: 0.03592 seconds
|