Delegate

  • Thread starter Thread starter apm
  • Start date Start date
A

apm

All:
Is it possible to replace the delegate with a function pointer that will use
the cdecl calling convention?
Thanks.
 
Is it possible to replace the delegate with a function pointer that will use
the cdecl calling convention?

What do you mean by "replace the delegate with a function pointer"?


Mattias
 
No, not in v1.1, where stdcall is the default for callbacks, v2.0 makes it
possible to declare cdecl as caling convention.

Willy.
 
The basic problem is that I have compiled code - for which I do not have the
source - that requires callbacks use cdecl. I'm running 1.1 and do not want
to go to 2.0.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top