search for: win2000sp2

Displaying 3 results from an estimated 3 matches for "win2000sp2".

2003 Oct 06
1
I need to know What version of Samba and Linux work with Win2000
Hi The information on Linux set up for Windows in the web site is dated 1996 and only deals with NT4 and Win95. I have found a FILE NOT FOUND problem using RedHat 6.2 and samba 2.0.6 (PS Linux 2.0.35 worked with Win2000 ! I have seen comments that Win2000sp2 uses RPC's which are not in Samba 2.2.0. I have seen that others have reported such a problem in Samba 2.2.2. What Samba version ? and What Linux version ? and What setup data ? are needed for a fully functional LAN set up with Win2000 sp4 ? Philip
2001 Oct 17
1
res0.c / by 0?
...u insert __asm{ push edx sub esp, 4 fstcw [esp] mov dx, [esp] and dx, 0xFFFE mov [esp], dx fldcw [esp] add esp, 4 pop edx } in vorbisfile_example.c directly after line 82. (Win2000sp2/msvc6sp5pp) You also get this when calling ov_clear() from code where the exceptions are unmasked (i.e, when using another compiler than msvc). That's how I got there. Perhaps its an idea to enable fpu exceptions at least when debugging? Matthijs --- >8 ---- List archives: http://www....
2001 Oct 17
2
win32sdk shared memory issue -- proposed change of code
It was recently brought to my attention by "Ram'on Garc'ia Fern'andez <ramon@jl1.quim.ucm.es>" that there is yet an even simpler solution to the issue of cross-DLL access of variables in the data segment. Although a variable may be exported either from the module definition file, or explicitly via _cdeclspec(dllexport) -- unlike procedures (functions), it is mandatory