Displaying 1 result from an estimated 1 matches for "maintest".
Did you mean:
mailtest
2008 Dec 15
0
wine: could not load and Bad EXE format for
Hi All,
I have tried to write dll from window and try to implement a WineLib wrapper.
BUT after compile successful, I have run the function, it show me error as below:
wine: could not load L"Z:\\root\\huutri\\maintest.exe.so": Bad EXE format for
Can anybody can how to solve this problem?
Thank in advance
The below is some code:
Code:
1. windows HelloImpl.dll
__declspec(dllexport) void sayHello(char* sMsg);
__declspec(dllexport) void writeNUM(int num);
__declspec(dllexport) void printfString(char* sMsg)...