Click here to Skip to main content
15,890,947 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhat is the Best Way to Parse and Store User Input from a CTreeCtrl Dialog? Pin
Stuck At Zero20-Mar-08 10:08
Stuck At Zero20-Mar-08 10:08 
GeneralRe: What is the Best Way to Parse and Store User Input from a CTreeCtrl Dialog? Pin
Member 75496024-Mar-08 10:23
Member 75496024-Mar-08 10:23 
Generalextern "C" in DLL Pin
Alan Balkany20-Mar-08 7:21
Alan Balkany20-Mar-08 7:21 
QuestionRe: extern "C" in DLL Pin
David Crow20-Mar-08 7:28
David Crow20-Mar-08 7:28 
GeneralRe: extern "C" in DLL Pin
Alan Balkany20-Mar-08 7:36
Alan Balkany20-Mar-08 7:36 
QuestionRe: extern "C" in DLL Pin
David Crow20-Mar-08 7:51
David Crow20-Mar-08 7:51 
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 
   Move the extern "C" outside of the class so that it encompasses the entire class.
extern "C" 
{
  class Vdr
  {
  public:
    __declspec (dllexport) 
    int add (int a, int b);
  };
}


   Peace!

-=- James
Please rate this message - let me know if I helped or not!<hr></hr>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles



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 
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 

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.