On Tuesday 12 August 2003 03:57 pm, Alexandre Julliard wrote:
"Gregory M. Turner" gmturner007@ameritech.net writes:
Would love to hear if I have not done things in a properly "SETUPAPI" way, i.e., am I supposed to be performing certain logging or memory allocation rituals, anything like that?
One ritual is that you should not use msvcrt from other dlls, this will cause trouble with apps that use the Unix libc.
Is it OK to do LoadLibrary/GetProcAddress, or is that equally problematic?