search for: wine_library_path

Displaying 2 results from an estimated 2 matches for "wine_library_path".

2001 Jun 19
1
winelib setup problem
Any chance of some help please? I have just started trying to get WineLib working on my machine, after playing with wine for several months. I am starting slowly. The BASIC hello, world. (no graphics, no Microsoft etc) I run winemaker and configure (with -L/usr/local/lib) make generates ./hw2.spec:7: could not open .so file for advapi32.dll I am aware of the discussion in January (compiling
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 =