Re: windows GTK in assembly



On Wed, Mar 26, 2008 at 11:21 AM, Jason Ward <nyad55 gmail com> wrote:

Probably this declare the symbol gtk_init to be an external one.
Something similar in sprit to
   extern void gtk_init(void);
in C.


This doesn't really help since the assembler I use doesn't use extern in
that manner.
It is a specific assembler which requires that you specify the dll name
and
then the function name.
So what I need is the name of the dll in which gtk_init is located


Assuming you're using a build that was built using the standard
autoconfiscated method, the dll should be "libgtk-win32-2.0-0.dll".

-D



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