On Sat, May 11, 2002 at 11:35:47PM -0400, Vincent Béron wrote:
There's still a couple of things unimplemented, as I don't have access to a compiler able to produce working code on Windows for me to get the missing data. (VC98 bails out on _GetCalendarInfoA, and it's the only one I have easy access to).
Err, "man GetProcAddress" ? :-)
Andreas Mohr a écrit :
On Sat, May 11, 2002 at 11:35:47PM -0400, Vincent Béron wrote:
There's still a couple of things unimplemented, as I don't have access to a compiler able to produce working code on Windows for me to get the missing data. (VC98 bails out on _GetCalendarInfoA, and it's the only one I have easy access to).
Err, "man GetProcAddress" ? :-)
-- Andreas Mohr Stauferstr. 6, D-71272 Renningen, Germany Tel. +49 7159 800604 http://home.arcor.de/andi.mohr/
Thank you for the pointer. I'll try it next time I get near VC98, and I'll update my patch accordingly.
Not having a Windows programming background can bite sometimes.
Bye, Vincent
"Vincent" == Vincent =?iso-8859-1?Q?B=E9ron?= <Vincent> writes:
Vincent> Andreas Mohr a écrit : >> On Sat, May 11, 2002 at 11:35:47PM -0400, Vincent Béron wrote: > >> There's still a couple of things unimplemented, as I don't have >> access > to a compiler able to produce working code on Windows for me >> to get the > missing data. (VC98 bails out on _GetCalendarInfoA, and >> it's the only > one I have easy access to). Err, "man >> GetProcAddress" ? :-) >> >> -- >> Andreas Mohr Stauferstr. 6, D-71272 Renningen, Germany Tel. +49 7159 >> 800604 http://home.arcor.de/andi.mohr/
Vincent> Thank you for the pointer. I'll try it next time I get near Vincent> VC98, and I'll update my patch accordingly.
Vincent> Not having a Windows programming background can bite sometimes.
Mingw32 is another option for a windows compiler. Mingw runs too as crosscompiler on windows.
Bye