search for: jussij

Displaying 6 results from an estimated 6 matches for "jussij".

Did you mean: jussi
2001 Nov 19
3
WineLib Seg Fault?
...0108 0806d080:trace:reg:NtCreateKey (0x0,L"Machine\\Software\\Wine\\Wine\\Config",<null>,1,f003f,0x40113580) 0806d080:trace:reg:NtCreateKey <- 0x0010 0806d080:trace:heap:HeapFree (40360000,00000002,40360108): returning TRUE 0806d080:trace:string:lstrcpynA (0xbffff284, "/home/jussij", 1015) 0806d080:trace:heap:HeapAlloc (40360000,00000002,00000018): returning 40360108 0806d080:trace:reg:NtOpenKey (0x10,L"Drive A",f003f,0xbfffed94) 0806d080:trace:reg:NtOpenKey <- 0x0014 0806d080:trace:heap:HeapFree (40360000,00000002,40360108): returning TRUE 0806d080:trace:re...
2001 May 16
1
wine-20010510 fails to run?
...d. I downloaded the wine-20010510 snapshot and successfully ran the ./tools/wininstall. The build seems to have run without problems and if I type: wine --version the correct release number is displayed indicating the install was also succesful. As per the FAQ I also did the following: [jussij]$ export LC_ALL=en and then ran the following wine command: [jussij]$ wine -debugmsg +relay zl32.exe Thsi fails to start the zl32.exe Win32 executable (which runs fine on 95,98, NT etc) and produced this output: 08067f18:Call kernel32.__wine_register_dll_16(408170d0) ret=407d310c 08067f18...
2001 Aug 15
1
WineLib Warning?
When compiling the following line of code using WineLib 20010731 you get a warning message. // generates a warning CompareString(LOCALE_USER_DEFAULT, dwFlags, s1, -1, s2, -1); These warning relates to the defines found in include/winbase.h file where we have: UINT WINAPI CompareStringA(DWORD,DWORD,LPCSTR,DWORD,LPCSTR,DWORD); UINT WINAPI
2001 Aug 15
0
Wine Menu Spacing
When running the Zeus.exe application using wine 20010731 I noticed that the horizontal size of the menu is much larger than the same menu on Windows. Inspecting the menu it is clear that the spacing between the menu items is much larger for wine than for windows. So I traced the reason for the spacing to the following line in the controls/menu.c file (line 113): /* Space between 2 menu bar
2001 Nov 12
0
WineLib and Static Libs
I read the following on wine HQ: Linking in .lib Files .... You cannot use .lib files directly with Winelib. The reason is that winebuild does not support reading .lib files. Support for '.lib' files (or possibly even '.dll' files) could be added in but it is not there currently. Exactly how you deal with that depends on what your situation: 1.if you
2001 Aug 13
1
WineLib Linker Error?
I am doing some testing with WineLib and the 20010731 release and am having some trouble with the final linkage. I have a very simple test.cpp file and the following spec file: name test mode guiexe type win32 import shell32.dll import comdlg32.dll import user32.dll import gdi32.dll import kernel32.dll import ntdll.dll and a hand crafted make file. When I run the make I get the