Displaying 1 result from an estimated 1 matches for "winmain__fv".
2001 Apr 18
1
Runtime error with winelib and CreateMutex()
Can't find anything at goggle, so hope someone in this group can help.
I've installed codeweavers-wine-20010305-1.i386.rpm on my RedHat 7.0,
which put everything in /opt/wine/.
I built the following program (in file hello.cpp):
#include <iostream.h>
#include <windows.h>
int main()
{
INT i = 0;
cout << "i = " << i << endl;
HANDLE h =