- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I would like to compile my OpenCL Host program with MinGW, but it seems not to work well with OpenCL.dll, as the program crashes on the first OpenCL function call.
Debugging disassembly code with gdb shows that the code after the JMP goes to incorrect area, and leads to seg fault.
Then I want to create a static version of the library, which could solve some compatibility problems. Do you provide any static version of your library? Is your .dll protected against such a conversion?
Thank you.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Problem solved usingExplicit run-time linking, instead of the import library.

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