Actions
Bug #1752
closedWT with GetProcAddress
Start date:
03/19/2013
Due date:
% Done:
0%
Estimated time:
Description
Hello,
There is one application 'A' using WT. I want to use one function 'F' from dll which loads via GetProcAddress.
The function can be called but after calling, process cannot return WT side.
function MA in A -> LoadLibrary -> calling F via GetProcAddress -> F works
-> A is stopped. (It should have been returned MA)
F is just simple function to print 'Hello' message.
Do you have any idea about this issue?
Files
Updated by Koen Deforche over 10 years ago
- Status changed from New to InProgress
- Assignee set to Wim Dumon
Updated by Wim Dumon over 10 years ago
Hi,
No, Wt does not interfere with any of this. Maybe it's a problem with MSVC runtime libraries that are incompatible?
Do you see anything special in the stack trace of the 'stopped' wt process?
BR,
Wim.
Updated by Wim Dumon over 10 years ago
- Status changed from InProgress to Feedback
Actions
#4
Updated by Richard Moon over 10 years ago
- File dll_Folder.zip dll_Folder.zip added
- File app_hello.zip app_hello.zip added
Hi,
I update my projects - dll and main applications.
Updated by Wim Dumon over 10 years ago
- Status changed from Feedback to Closed
This turned out to be caused by bad DLLs in the project (old build?).
Actions