Click here to Skip to main content
15,913,152 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SetCurSel and GetCurSel() in MFC Pin
David Crow27-Jun-03 10:25
David Crow27-Jun-03 10:25 
Questionhow to use the esc key to stop a program Pin
johnstonsk27-Jun-03 6:43
johnstonsk27-Jun-03 6:43 
AnswerRe: how to use the esc key to stop a program Pin
keegan27-Jun-03 7:22
keegan27-Jun-03 7:22 
GeneralRe: how to use the esc key to stop a program Pin
johnstonsk27-Jun-03 7:37
johnstonsk27-Jun-03 7:37 
GeneralRe: how to use the esc key to stop a program Pin
keegan27-Jun-03 7:44
keegan27-Jun-03 7:44 
GeneralRe: how to use the esc key to stop a program Pin
johnstonsk27-Jun-03 8:30
johnstonsk27-Jun-03 8:30 
GeneralRe: how to use the esc key to stop a program Pin
keegan27-Jun-03 8:39
keegan27-Jun-03 8:39 
GeneralDLL entry point problem Pin
Andy H27-Jun-03 6:12
Andy H27-Jun-03 6:12 
I have written a DLL which has a function defined as:

DllExport double getDouble( const char * );

In a C# class I have linked to the DLL as follows:

[DllImport( "CurrConv.dll", CharSet = CharSet.Ansi )]<br />
protected static extern double getDouble( IntPtr m_ptrDataBuffer );


The problem I am getting is that when I get to the line:

double number = getDouble( m_ptrDataBuffer );

I get the following error:

"Unable to find an entry point named getDouble in DLL CurrConv.dll"

Can someone please explain where I am going wrong, and how to resolve the problem.
GeneralRe: DLL entry point problem Pin
Peter Weyzen27-Jun-03 7:22
Peter Weyzen27-Jun-03 7:22 
GeneralProperty Page OnNotify question Pin
skinnyreptile27-Jun-03 6:03
skinnyreptile27-Jun-03 6:03 
GeneralRe: Property Page OnNotify question Pin
valikac27-Jun-03 6:07
valikac27-Jun-03 6:07 
GeneralRe: Property Page OnNotify question Pin
skinnyreptile27-Jun-03 6:47
skinnyreptile27-Jun-03 6:47 
GeneralVC++, classes and DLLs Pin
KingTermite27-Jun-03 5:38
KingTermite27-Jun-03 5:38 
GeneralRe: VC++, classes and DLLs Pin
basementman27-Jun-03 5:44
basementman27-Jun-03 5:44 
GeneralRe: VC++, classes and DLLs Pin
David Crow27-Jun-03 5:45
David Crow27-Jun-03 5:45 
GeneralRe: VC++, classes and DLLs Pin
KingTermite27-Jun-03 7:03
KingTermite27-Jun-03 7:03 
GeneralRe: VC++, classes and DLLs Pin
Iain Clarke, Warrior Programmer27-Jun-03 5:52
Iain Clarke, Warrior Programmer27-Jun-03 5:52 
Questionhow to display a colored text on controls? Pin
olinn27-Jun-03 5:16
olinn27-Jun-03 5:16 
AnswerRe: how to display a colored text on controls? Pin
Joan M27-Jun-03 5:35
professionalJoan M27-Jun-03 5:35 
AnswerRe: how to display a colored text on controls? Pin
valikac27-Jun-03 6:08
valikac27-Jun-03 6:08 
GeneralRe: how to display a colored text on controls? Pin
olinn27-Jun-03 6:24
olinn27-Jun-03 6:24 
GeneralRe: how to display a colored text on controls? Pin
valikac27-Jun-03 6:29
valikac27-Jun-03 6:29 
GeneralRe: how to display a colored text on controls? Pin
olinn27-Jun-03 7:04
olinn27-Jun-03 7:04 
GeneralRe: how to display a colored text on controls? Pin
Ryan Binns27-Jun-03 13:51
Ryan Binns27-Jun-03 13:51 
GeneralGetting current mouse position Pin
Tommy2k27-Jun-03 4:51
Tommy2k27-Jun-03 4:51 

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.