Re: windows GTK in assembly
- From: "Jason Ward" <nyad55 gmail com>
- To: "Basile STARYNKEVITCH" <basile starynkevitch net>, gtk-app-devel-list <gtk-app-devel-list gnome org>
- Subject: Re: windows GTK in assembly
- Date: Wed, 26 Mar 2008 17:21:37 +0200
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]