Discussion:
GTK <==> MS windows graphic system
(too old to reply)
Klaus-D. Bohn
2008-05-19 11:25:28 UTC
Permalink
Hello,

does everybody know if there are a library available that translate MS
windows graphic calls to GTK calls?

The reason is to transport software that is written in a MS windows
environment to move that to another system that use GTK only.

Is that possible?

Thank you very much for some hints.

Klaus
William Kendrick
2008-05-19 22:19:06 UTC
Permalink
Post by Klaus-D. Bohn
Hello,
does everybody know if there are a library available that translate MS
windows graphic calls to GTK calls?
The reason is to transport software that is written in a MS windows
environment to move that to another system that use GTK only.
I believe you want wxWidgets

http://wxwidgets.org/

Quoting the site:

wxWidgets lets developers create applications for Win32, Mac OS X,
GTK+, X11, Motif, WinCE, and more using one codebase.
It can be used from languages such as C++, Python, Perl, and C#/.NET.
Unlike other cross-platform toolkits, wxWidgets applications look and feel
native. This is because wxWidgets uses the platform's own native
controls rather than emulating them. It's also extensive, free,
open-source, and mature.

Enjoy
--
-bill!
***@newbreedsoftware.com
http://www.newbreedsoftware.com/
Miles Bader
2008-05-20 01:25:11 UTC
Permalink
Post by William Kendrick
Post by Klaus-D. Bohn
does everybody know if there are a library available that translate MS
windows graphic calls to GTK calls?
The reason is to transport software that is written in a MS windows
environment to move that to another system that use GTK only.
I believe you want wxWidgets
It sounds like what he wants is rather something which lets them use
existing software written to the windows api, under gtk... wxWidgets is
an entirely different api which must be written to specifically.

-Miles
--
Suburbia: where they tear out the trees and then name streets after them.
Miles Bader
2008-05-20 01:25:14 UTC
Permalink
Post by William Kendrick
Post by Klaus-D. Bohn
does everybody know if there are a library available that translate MS
windows graphic calls to GTK calls?
The reason is to transport software that is written in a MS windows
environment to move that to another system that use GTK only.
I believe you want wxWidgets
It sounds like what he wants is rather something which lets them use
existing software written to the windows api, under gtk... wxWidgets is
an entirely different api which must be written to specifically.

-Miles
--
Suburbia: where they tear out the trees and then name streets after them.
Miles Bader
2008-05-20 01:25:25 UTC
Permalink
Post by William Kendrick
Post by Klaus-D. Bohn
does everybody know if there are a library available that translate MS
windows graphic calls to GTK calls?
The reason is to transport software that is written in a MS windows
environment to move that to another system that use GTK only.
I believe you want wxWidgets
It sounds like what he wants is rather something which lets them use
existing software written to the windows api, under gtk... wxWidgets is
an entirely different api which must be written to specifically.

-Miles
--
Suburbia: where they tear out the trees and then name streets after them.
Klaus-D. Bohn
2008-05-20 06:47:39 UTC
Permalink
Yes, you did understand right.

I have no so much problems to change windows calls to the gtk calls.
But, i have so less experience with them. That is the problem.

A special library that transform/emulate/simulate windows graphic calls to
gtk calls that will be very easier and could a very nice sharm.

Klaus
Post by Miles Bader
Post by William Kendrick
Post by Klaus-D. Bohn
does everybody know if there are a library available that translate MS
windows graphic calls to GTK calls?
The reason is to transport software that is written in a MS windows
environment to move that to another system that use GTK only.
I believe you want wxWidgets
It sounds like what he wants is rather something which lets them use
existing software written to the windows api, under gtk... wxWidgets is
an entirely different api which must be written to specifically.
-Miles
--
Suburbia: where they tear out the trees and then name streets after them.
Loading...