dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [DotGNU]Win32 GTK# Question


From: Aditya P. Bansod
Subject: RE: [DotGNU]Win32 GTK# Question
Date: Thu, 27 Feb 2003 10:20:55 -0800

> contribute the necessary changes for "pnet/support/dynlib.c"
> to use the Win32 
> API's "LoadLibrary", "GetProcAddress", etc.

Looking over The Win32 APIs, and dynlib.c, it seems like the handles are
passed around as simple void*'s. Would it work, potentially, to simply pass
back the handle that Win32  LoadLibrary as a void*? On the same vein, would
ILDynLibraryGetSymbol (which returns void*) 'work' if it passed back a
FARPROC as a void*?

--Aditya



reply via email to

[Prev in Thread] Current Thread [Next in Thread]