> 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
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to