Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: extern "C" in DLL Pin
Alan Balkany20-Mar-08 7:55
Alan Balkany20-Mar-08 7:55 
GeneralRe: extern "C" in DLL Pin
James R. Twine20-Mar-08 7:45
James R. Twine20-Mar-08 7:45 
GeneralRe: extern "C" in DLL Pin
Alan Balkany20-Mar-08 7:49
Alan Balkany20-Mar-08 7:49 
GeneralRe: extern "C" in DLL Pin
James R. Twine20-Mar-08 8:43
James R. Twine20-Mar-08 8:43 
GeneralRe: extern "C" in DLL Pin
Alan Balkany20-Mar-08 8:51
Alan Balkany20-Mar-08 8:51 
GeneralRe: extern "C" in DLL Pin
led mike20-Mar-08 8:53
led mike20-Mar-08 8:53 
GeneralRe: extern "C" in DLL Pin
Mark Salsbery20-Mar-08 12:00
Mark Salsbery20-Mar-08 12:00 
GeneralRe: extern "C" in DLL Pin
Nemanja Trifunovic20-Mar-08 7:57
Nemanja Trifunovic20-Mar-08 7:57 
Alan Balkany wrote:
I'm trying to make a C++ DLL with non-decorated method names that can be called from .NET.


Are you trying to use a native C++ class from .NET? Can't do that. Either make a COM wrapper, a C++/CLI one, or export the functionality from the DLL with plain C functions.

The specifier extern "C" can be used only on non-member functions, and besides the exported functions will still be decorated, although in a different way.


GeneralRe: extern "C" in DLL Pin
Alan Balkany20-Mar-08 8:01
Alan Balkany20-Mar-08 8:01 
Generaluse fgets to read record by record in a file Pin
prasadbuddhika20-Mar-08 6:55
prasadbuddhika20-Mar-08 6:55 
GeneralRe: use fgets to read record by record in a file Pin
CPallini20-Mar-08 7:02
mveCPallini20-Mar-08 7:02 
QuestionRe: use fgets to read record by record in a file Pin
Maximilien20-Mar-08 7:26
Maximilien20-Mar-08 7:26 
GeneralRe: use fgets to read record by record in a file Pin
prasadbuddhika21-Mar-08 0:42
prasadbuddhika21-Mar-08 0:42 
GeneralUSB Enumeration problem. Pin
koumodaki20-Mar-08 5:10
koumodaki20-Mar-08 5:10 
GeneralRe: USB Enumeration problem. Pin
David Crow20-Mar-08 5:49
David Crow20-Mar-08 5:49 
GeneralRe: USB Enumeration problem. Pin
koumodaki20-Mar-08 8:01
koumodaki20-Mar-08 8:01 
QuestionRe: USB Enumeration problem. Pin
David Crow20-Mar-08 8:03
David Crow20-Mar-08 8:03 
GeneralRe: USB Enumeration problem. Pin
koumodaki20-Mar-08 8:13
koumodaki20-Mar-08 8:13 
QuestionRe: USB Enumeration problem. Pin
David Crow20-Mar-08 8:16
David Crow20-Mar-08 8:16 
GeneralRe: USB Enumeration problem. Pin
koumodaki20-Mar-08 8:20
koumodaki20-Mar-08 8:20 
GeneralRe: USB Enumeration problem. Pin
David Crow20-Mar-08 8:34
David Crow20-Mar-08 8:34 
GeneralRe: USB Enumeration problem. Pin
koumodaki20-Mar-08 8:41
koumodaki20-Mar-08 8:41 
GeneralRe: USB Enumeration problem. Pin
David Crow20-Mar-08 8:48
David Crow20-Mar-08 8:48 
GeneralLoading .PNG image windows GDI Pin
Hanan88820-Mar-08 3:15
Hanan88820-Mar-08 3:15 
QuestionRe: Loading .PNG image windows GDI Pin
David Crow20-Mar-08 3:19
David Crow20-Mar-08 3:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.