Re: windows GTK in assembly



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



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