|
-
July 31st, 2011, 09:16 PM
#7
Re: How to call a C++ dll function at runtime ?
Why not use COM where the interface is compiler and platform independent?
Trying to expose C++ classes is a pain due to name decoration. And the real problem is the decoration could change between compiler versions or even compiler update.
For this to work reliably, you'll need to build the app and the new plugins with the same compiler. I would avoid that situation if I were you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|