On Tue, 14 Dec 2004, Mark Fisher wrote:

> > I've already created a patch which loads the function dynamicly from the
> dll.
> 
> great, I was just looking at how to do exactly that
> after seeing that detecting windows versions isn't the
> best way to go about it.

Actually it's a set of LoadLibrary, GetProcAddress and FreeLibrary.
GetProcAddress will return NULL if the function is not found and you
can determine if you can call the function or not. 

bye
        ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org           ICQ: 126018723

Reply via email to