Thank you Gnaural!! You're right. I'm working on Windows. Normally I make the debugging compiling and running my application in "step by step" mode on MSVC6. When then application is OK, I compile it with MinGW. What I must check from your message is if I can compile my "objects" in C++ and the Glade code in C with MSVC. If not I'm prepared to forget the objects capabilities.
Regards Jorge -----Mensaje original----- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Gnaural Enviado el: Saturday, 11 February, 2006 11:06 Para: gtk-app-devel-list@gnome.org Asunto: Re: Gtk and C++ Hi Jorge, Sounds like you are working under Windows; I'm under Debian, but this info probably overlaps. My experience is that generic Glade builds compile just fine under g++; so having to use a few objects with a standard Glade build was as simple as using the Glade option to choose the extension for build source files (I used "cpp"), then putting AC_PROG_CXX in the file configure.in in the projects root. Also, in regard to ending up with a Win32 executable -- the MinGW compiler along with Tor's Win32 GTK libs are more than adequate to making Win32 apps from within Linux. With just a few changes to my project's makefiles, setting them up to make Win32 exes is as easy as typing: ./configure --host=i586-mingw32msvc --target=i586-mingw32msvc --build=`./config.guess` If you want to see how I did it, check-out the latest tarball for this project: https://sourceforge.net/projects/gnaural/ --- Jorge Monsalvo <[EMAIL PROTECTED]> wrote: > > Hi list, > I need to use objects in my new project so I must > change my "usual" tools > for GTK. I'd normally used gtk with glade and MSVC6 > to compile. > I found gtkmm, glade--, gideon, etc but I can't > assemble a good package for > my work. Can any body tell me which is the best > option? > > Thank you > > Jorge Monsalvo _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 267.15.6/257 - Release Date: 10-Feb-06 ___________________________________________________________ 1GB gratis, Antivirus y Antispam Correo Yahoo!, el mejor correo web del mundo http://correo.yahoo.com.ar _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list