Click here to Skip to main content
16,006,845 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MDI multi view Pin
Sujan Christo6-Oct-04 18:27
Sujan Christo6-Oct-04 18:27 
GeneralRe: MDI multi view Pin
LeeeNN7-Oct-04 7:02
LeeeNN7-Oct-04 7:02 
Questionestablishing connection..? Pin
porac696-Oct-04 14:23
porac696-Oct-04 14:23 
AnswerRe: establishing connection..? Pin
Jose Cezar S. Ynion6-Oct-04 21:08
Jose Cezar S. Ynion6-Oct-04 21:08 
GeneralPIDLs and Parents Pin
Miszou6-Oct-04 13:56
Miszou6-Oct-04 13:56 
GeneralTrying to call OpenGL functions in a dll Pin
Programmer_Chris6-Oct-04 13:45
Programmer_Chris6-Oct-04 13:45 
GeneralRe: Trying to call OpenGL functions in a dll Pin
Ryan Binns6-Oct-04 18:30
Ryan Binns6-Oct-04 18:30 
GeneralRe: Trying to call OpenGL functions in a dll Pin
jan larsen6-Oct-04 21:49
jan larsen6-Oct-04 21:49 
Reading Ryan Binns post, I'm not sure if I'm misguiding you as I have absolutely no knowledge about Managed C++. But there is a chance that you have set VC up to declare functions as WINAPI/FAR PASCAL, so your functions signature is not 'void (__cdecl *)(void)' but 'void (WINAPI *) (void)'.
The difference is quite significant, as it affects the way parameters are pushed on the stack.
Try changing the signature of your function to eg. void __cdecl DoSomething(void);

"After all it's just text at the end of the day. - Colin Davies

"For example, when a VB programmer comes to my house, they may say 'does your pool need cleaning, sir ?' " - Christian Graus
GeneralDatabase Project Pin
Kehllendros6-Oct-04 12:59
Kehllendros6-Oct-04 12:59 
GeneralRe: Database Project Pin
Christian Graus6-Oct-04 16:48
protectorChristian Graus6-Oct-04 16:48 
GeneralRe: Database Project Pin
Henry miller7-Oct-04 5:27
Henry miller7-Oct-04 5:27 
GeneralInternal compiler error C1001 Pin
Bob Stanneveld6-Oct-04 12:26
Bob Stanneveld6-Oct-04 12:26 
GeneralRe: Internal compiler error C1001 Pin
Joaquín M López Muñoz6-Oct-04 12:45
Joaquín M López Muñoz6-Oct-04 12:45 
GeneralSolved. Pin
Bob Stanneveld7-Oct-04 2:27
Bob Stanneveld7-Oct-04 2:27 
GeneralRe: Internal compiler error C1001 Pin
Anonymous6-Oct-04 15:01
Anonymous6-Oct-04 15:01 
GeneralRe: Internal compiler error C1001 Pin
David Crow6-Oct-04 16:40
David Crow6-Oct-04 16:40 
GeneralRe: Internal compiler error C1001 Pin
Ryan Binns6-Oct-04 18:41
Ryan Binns6-Oct-04 18:41 
GeneralRe: Internal compiler error C1001 Pin
Bob Stanneveld7-Oct-04 2:35
Bob Stanneveld7-Oct-04 2:35 
GeneralDialog accelerators Pin
Atlence6-Oct-04 12:14
Atlence6-Oct-04 12:14 
GeneralRe: Dialog accelerators Pin
David Crow6-Oct-04 16:42
David Crow6-Oct-04 16:42 
GeneralTransparent Slider Pin
Atlence6-Oct-04 12:07
Atlence6-Oct-04 12:07 
GeneralAccelerators ... Pin
Andre Massada6-Oct-04 11:24
Andre Massada6-Oct-04 11:24 
GeneralMapping Right mouse click to button click Pin
Manu816-Oct-04 10:59
Manu816-Oct-04 10:59 
GeneralRe: Mapping Right mouse click to button click Pin
Yulianto.6-Oct-04 18:08
Yulianto.6-Oct-04 18:08 
GeneralRe: Mapping Right mouse click to button click Pin
sreejith ss nair7-Oct-04 0:17
sreejith ss nair7-Oct-04 0:17 

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.