From: Lorenzo F. <lor...@te...> - 2004-08-02 09:33:57
|
2004-08-02 11:30 UTC+0200 Lorenzo Fiorini <lorenzo_fiorini/at/teamwork.it> * */* * Other small changes allow mingw-cross compiling under Linux * mainly HBClass.ch -> hbclass.ch and RtfClass.ch -> rtfclass.ch * After these I could build hwgui under Linux Fedora Core 2 with * mingw cross compiler and samples under wine 20040617. * With a.exe the childs don't get showed until called Windows/tile * and grid_5.exe does not work but it builds. + samples/makefile.gcc * added makefile.gcc to build samples under Linux. * Use: make_cross_mingw.sh -fmakefile.gcc * In makefile.gcc SOURCE=<sample> regards, Lorenzo Fiorini |
From: Rodrigo M. <rod...@te...> - 2004-08-02 17:13:41
|
Hi Lorenzo, What is advantage in use the MinGw Cross Compiler ? It can speed up the application running under wine ? It's uses winelib ? Best Regards Rodrigo Moreno -----Mensagem original----- De: hwg...@li... [mailto:hwg...@li...]Em nome de Lorenzo Fiorini Enviada em: segunda-feira, 2 de agosto de 2004 06:35 Para: hwg...@li... Assunto: [Hwgui-developers] 2004-08-02 11:30 UTC+0200 Lorenzo Fiorini <lorenzo_fiorini/at/teamwork.it> 2004-08-02 11:30 UTC+0200 Lorenzo Fiorini <lorenzo_fiorini/at/teamwork.it> * */* * Other small changes allow mingw-cross compiling under Linux * mainly HBClass.ch -> hbclass.ch and RtfClass.ch -> rtfclass.ch * After these I could build hwgui under Linux Fedora Core 2 with * mingw cross compiler and samples under wine 20040617. * With a.exe the childs don't get showed until called Windows/tile * and grid_5.exe does not work but it builds. + samples/makefile.gcc * added makefile.gcc to build samples under Linux. * Use: make_cross_mingw.sh -fmakefile.gcc * In makefile.gcc SOURCE=<sample> regards, Lorenzo Fiorini ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Hwgui-developers mailing list Hwg...@li... https://lists.sourceforge.net/lists/listinfo/hwgui-developers |
From: Lorenzo F. <lor...@te...> - 2004-08-02 17:26:00
|
Rodrigo Moreno wrote: > > What is advantage in use the MinGw Cross Compiler ? MingW cross compiler is a "special" build of MingW that creates Win32 targets in a Linux host. So you can build Win32 apps in Linux without any Windows code or tool. > It's uses winelib ? It has nothing to do with Wine. It creates an exe file like MingW W32 would create under Windows. Wine is only necessary to run the produced exe under Linux. regards, Lorenzo Fiorini |
From: Sandro R. R. F. <san...@ya...> - 2004-08-02 17:32:09
|
Hi Lorenzo It´s possible the creation the aplication using winelib, native in Linux. Not using Wine (emulator). Regards Sandro Freire http://www.lumainformatica.com.br ----- Original Message ----- From: "Lorenzo Fiorini" <lor...@te...> To: "Rodrigo Moreno" <rod...@te...> Cc: <hwg...@li...> Sent: Monday, August 02, 2004 2:26 PM Subject: Re: RES: [Hwgui-developers] 2004-08-02 11:30 UTC+0200 Lorenzo Fiorini <lorenzo_fiorini/at/teamwork.it> > Rodrigo Moreno wrote: > > > > What is advantage in use the MinGw Cross Compiler ? > > MingW cross compiler is a "special" build of MingW that creates Win32 targets in a Linux host. > So you can build Win32 apps in Linux without any Windows code or tool. > > > It's uses winelib ? > > It has nothing to do with Wine. > It creates an exe file like MingW W32 would create under Windows. > Wine is only necessary to run the produced exe under Linux. > > regards, > Lorenzo Fiorini > > > > > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers |
From: Lorenzo F. <lor...@te...> - 2004-08-02 20:24:33
|
Sandro R. R. Freire wrote: > It´s possible the creation the aplication using winelib, native in Linux. > Not using Wine (emulator). Could you give me more informations ? regards, Lorenzo Fiorini |
From: Sandro R. R. F. <san...@ya...> - 2004-08-02 20:30:45
|
Lorenzo Read this article http://www.linuxjournal.com/article.php?sid=7128 Regards Sandro Freire http://www.lumainformatica.com.br ----- Original Message ----- From: "Lorenzo Fiorini" <lor...@te...> To: "Sandro R. R. Freire" <san...@ya...> Cc: <hwg...@li...> Sent: Monday, August 02, 2004 5:25 PM Subject: Re: RES: [Hwgui-developers] 2004-08-02 11:30 UTC+0200 Lorenzo Fiorini <lorenzo_fiorini/at/teamwork.it> > Sandro R. R. Freire wrote: > > > It´s possible the creation the aplication using winelib, native in Linux. > > Not using Wine (emulator). > > Could you give me more informations ? > > regards, > Lorenzo Fiorini > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers |