search for: wintolinux

Displaying 1 result from an estimated 1 matches for "wintolinux".

2008 May 18
2
problem build wine lib
...winFunc (long) File 8 ? Library code#include "WinFunc.h" #include "LinuxFunc.h" #include <windef.h> /* Part of the Wine header files */ char * WINAPI winFunc(bool select) { return linuxFunc(select); } The spec file was processed with command winebuild --dll --export=../WinToLinux.spec --external-symbols --subsystem=native --library-path=../../WinLib/Debug --output=Wrapper.o The C++ code was compiled with command wineg++ -I"/Work/work/workspace/Wine/WinLib" -I"/Work/work/workspace/Wine/LinuxLib" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"WinTo...