On Thu, 2003-05-29 at 16:08, Ariz Jacinto wrote:
> if you're going to port your apps from Linux to Windows,
> how would you do it (and why)?

How about code your app to be cross-platform from the very start. :) If
you're coding in C/C++, you might want to check out Qt from Trolltech
(license for the Win32 sdk is expensive, but free for *nix like OS),
WxWindows, Gtk (I believe there's a Win32 port. You can use X servers,
if you want, under Win32), and others.

If scripting language can be used, you might want to consider 'em as
many scripting language (like Perl, Python, Tcl, etc) are
cross-platform, even on Windows. Most of the time, the only problem with
scripting language is the file system structure of the OS (Fat/NTFS
drive/directories vs Unix directories for example) and if you're calling
external programs (especially on *nix platforms).

Anyway, if Cygwin is good enough for your requirements, why not stick
with it.

-- 
=======================================================================

      Gideon N. Guillen
      E-mail: [EMAIL PROTECTED]

      PGP Public Keys:

      DSS/Diffie-Hellman
      mailto:[EMAIL PROTECTED]

      RSA Key:
      mailto:[EMAIL PROTECTED]

=======================================================================

--
Philippine Linux Users' Group (PLUG) Mailing List
[EMAIL PROTECTED] (#PLUG @ irc.free.net.ph)
Official Website: http://plug.linux.org.ph
Searchable Archives: http://marc.free.net.ph
.
To leave, go to http://lists.q-linux.com/mailman/listinfo/plug
.
Are you a Linux newbie? To join the newbie list, go to
http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie

Reply via email to