- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is the C++ DLL built as multithread?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes the C dll is built as multi threaded.The f90 is multithreaded dll also
I have a version from two weeks ago that was working almot all the way through( it stopped due to the extent of the programming). UnfortunatelyI don't have the build setup as it wasanymore.
I looked at the working c dll with PE explorer and some differences are: There is no imported user32.dll in the versions that crash. Also the exports do not have an @8 or 12, or 16 following the method.
There is also a cppdebugHook in the one that worked.
Can youconfirm with you below, is for a c dll with a f static lib setup
extern "C" void dllName
and below should be for c dll with f dll ?
extern "C" __declspec(dllimport) void dllName
The problematic frame error indicates C [libifcoremdd.dll+0x3bd9a]
Do you know if maybe that dll is not being accessed in the build such as not having the correct library paths?
Thanks
Ken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page