it seems that my first mail, wasn't published so i copy it again :

Hi Gabriell,
Well, GTK is working fine with my application.
The only problem i got was with the locale, as GTK was "breaking" it after its own initialisation, and the vrmlloader got some problem with that.
So i did  this  :

_main = new Gtk::Main(0,&argv );
_win = new mainWindow(this);
//Evil GTK that breaks the locale
setlocale(LC_ALL,"C");

And now it's ok...
Xavier


Gabriell Minstrel a écrit :

Hi!
Well, I have to develop an application on Win32 / Linux platform (although Linux is primary) and I am looking a Widget library / IDE (like GTK / Glade) to develop the GUI of the application, using OpenSG for data representation. Is there any library out there? It will be very complicated to implement my own set of widgets based on OpenSG? Is GTK compatible with OpenSG? Thanks for all. I expect somebody could answer me! Bye!



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to