Displaying 1 result from an estimated 1 matches for "printfstring".
Did you mean:
print_string
2008 Dec 15
0
wine: could not load and Bad EXE format for
...\\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);
2. winedump
winedump spec -f dump HelloImpl.dll -I "*.h"
Contents of "HelloImpl.dll": 49152 bytes
3 named symbols in DLL, 3 total, 3 unique (ordinal base = 1)
Done dumping HelloImpl.dll
Export 1 - '?printfString@@YAXPAD at Z' ... [OK]
Export 2 - '?...