Click here to Skip to main content
16,007,779 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Resize the size problem of the window Pin
Paul M Watt13-May-02 20:33
mentorPaul M Watt13-May-02 20:33 
GeneralRe: Resize the size problem of the window Pin
Alexandru Savescu13-May-02 22:11
Alexandru Savescu13-May-02 22:11 
GeneralDrawing metafile with my colors Pin
13-May-02 20:18
suss13-May-02 20:18 
GeneralRe: Drawing metafile with my colors Pin
13-May-02 21:41
suss13-May-02 21:41 
GeneralCalling Dll functions from VC++ Pin
RajaSingh R13-May-02 18:42
RajaSingh R13-May-02 18:42 
GeneralRe: Calling Dll functions from VC++ Pin
Paul M Watt13-May-02 18:38
mentorPaul M Watt13-May-02 18:38 
GeneralRe: Calling Dll functions from VC++ Pin
RajaSingh R13-May-02 20:47
RajaSingh R13-May-02 20:47 
GeneralRe: Calling Dll functions from VC++ Pin
James R. Twine14-May-02 5:15
James R. Twine14-May-02 5:15 
   This may sound like a stupid question, but are you trying to call a non-static member function directly (read: without using an instance of the containing class)?  I only ask because I have seen someone try somethig like that before, and of course, it does not work correctly.

   The error you are seeing I have encountered only when there was a calling convention mixup, or the function pointer was typedefed incorrectly.  For example, if the function in the DLL expects 4 parameters, but my function pointer is typedefed to take only 3.

   Peace!

-=- James.
"Fat people are hard to kidnap."
(Try Check Favorites Sometime!)
Generalclaiming focus for a dialog Pin
Richard Ellis13-May-02 18:09
Richard Ellis13-May-02 18:09 
GeneralRe: claiming focus for a dialog Pin
Nish Nishant13-May-02 19:56
sitebuilderNish Nishant13-May-02 19:56 
GeneralRe: claiming focus for a dialog Pin
Richard Ellis13-May-02 20:08
Richard Ellis13-May-02 20:08 
GeneralCSockets and RPC's Pin
Pyropat13-May-02 17:26
Pyropat13-May-02 17:26 
GeneralRe: CSockets and RPC's Pin
Paul M Watt13-May-02 18:46
mentorPaul M Watt13-May-02 18:46 
GeneralRe: CSockets and RPC's Pin
14-May-02 5:57
suss14-May-02 5:57 
GeneralRendering Font Fixed Width Pin
MJ_Karas13-May-02 13:27
MJ_Karas13-May-02 13:27 
GeneralRe: Rendering Font Fixed Width Pin
Prem Kumar13-May-02 17:14
Prem Kumar13-May-02 17:14 
GeneralRe: Rendering Font Fixed Width Pin
MJ_Karas13-May-02 17:30
MJ_Karas13-May-02 17:30 
GeneralRe: Rendering Font Fixed Width Pin
Paul M Watt13-May-02 18:52
mentorPaul M Watt13-May-02 18:52 
GeneralRe: Rendering Font Fixed Width Pin
MJ_Karas14-May-02 2:07
MJ_Karas14-May-02 2:07 
GeneralRe: Rendering Font Fixed Width Pin
Niklas L13-May-02 22:15
Niklas L13-May-02 22:15 
GeneralRe: Rendering Font Fixed Width Pin
MJ_Karas14-May-02 2:12
MJ_Karas14-May-02 2:12 
GeneralRe: Rendering Font Fixed Width Pin
Mike Nordell17-May-02 7:17
Mike Nordell17-May-02 7:17 
QuestionHow do you hide a button in MFC? Pin
albean13-May-02 12:55
albean13-May-02 12:55 
AnswerRe: How do you hide a button in MFC? Pin
valikac13-May-02 13:08
valikac13-May-02 13:08 
AnswerRe: How do you hide a button in MFC? Pin
Nish Nishant13-May-02 15:21
sitebuilderNish Nishant13-May-02 15:21 

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.