A
agzis
I wrote DLL (no MFC at all). Here's some export functions. When I
call DLL from test application everything OK. Then I added to DLL
class (this class never called just compiled together without any
error). Then I started test application and on load received error
message "The procedure enntry point GetThreadId could not be located
in dynamic linked library KERNEL32.dll".
What can cause the error? thanks.
call DLL from test application everything OK. Then I added to DLL
class (this class never called just compiled together without any
error). Then I started test application and on load received error
message "The procedure enntry point GetThreadId could not be located
in dynamic linked library KERNEL32.dll".
What can cause the error? thanks.