[Win32utils-devel] More on the description problem in win32-eventlog
win32utils-devel at rubyforge.org
win32utils-devel at rubyforge.org
Thu Oct 14 00:06:14 EDT 2004
I think I've narrowed it down to this call in eventlog.h
hModule = LoadLibraryEx(
szExeFilePath,
0,
DONT_RESOLVE_DLL_REFERENCES
);
In all cases where the description is returning nil instead of actual text,
this appears to be the culprit. I'll do some more research. In the
meantime, ideas welcome. :)
Dan
More information about the win32utils-devel
mailing list