Re: GTK from assembly

2008-03-27 Thread Gabriele Greco
On 3/26/08, Jason Ward [EMAIL PROTECTED] wrote:

 It didn't work.
 was there something else I am supposed to do after I download this bundle.
 I
 do have the run-time installed since I installed Pidgin


Note that there is at least one version of Pidgin that installs a private
copy of GTK inside it's directory, so you cannot see it from your
application, install the full GTK+ bundle:

http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.12/gtk+-2.12.9-bundle.zip

And place your executable in the path where DLLs are.

If your assembler don't let you build executables maybe you should tell it
where to find GTK dlls or def files, I cannot tell you how to do that since
it's specific to your development enviroment, but you find all the
developers files in the package in the link.

-- 
Bye,
 Gabry
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: GTK from assembly

2008-03-27 Thread Jason Ward
On Thu, Mar 27, 2008 at 1:58 PM, Gabriele Greco [EMAIL PROTECTED]
wrote:



 On 3/26/08, Jason Ward [EMAIL PROTECTED] wrote:
 
  It didn't work.
  was there something else I am supposed to do after I download this
  bundle. I
  do have the run-time installed since I installed Pidgin
 
 
 Note that there is at least one version of Pidgin that installs a private
 copy of GTK inside it's directory, so you cannot see it from your
 application, install the full GTK+ bundle:


 http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.12/gtk+-2.12.9-bundle.zip

 And place your executable in the path where DLLs are.

 If your assembler don't let you build executables maybe you should tell it
 where to find GTK dlls or def files, I cannot tell you how to do that since
 it's specific to your development enviroment, but you find all the
 developers files in the package in the link.

 --
 Bye,
  Gabry


Thanks this works perfectly
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


GTK from assembly

2008-03-26 Thread Jason Ward
It didn't work.
was there something else I am supposed to do after I download this bundle. I
do have the run-time installed since I installed Pidgin

Thanks guys
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: GTK from assembly

2008-03-26 Thread Tor Lillqvist
 It didn't work.

Exactly what didn't work?

Please consider that what you are doing probably nobody has done
before, as far as I know. You never told us exactly why you need to
use GTK+ from assembly language, on Windows even.

To me that sounds like a somewhat odd idea. You would basically need
to create a language binding to GTK+ for your assembler. Depending on
the features of the assembler, it might be possible to declare structs
in it in a somewhat similar fashion as in C, and thus
straightforwardly translate the struct definitions from the C header
files to your assembler's syntax, for instance. Or if not, you would
need to calculate the struct offsets and define symbolic names for
them. Or something like that.

And most importantly, I can't really imagine there would be a lot of
other people that would be interested in this, and could cooperate
with you... I might be wrong, though.

  was there something else I am supposed to do after I download this bundle.

Exactly what this bundle?

--tml
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list