Click to See Complete Forum and Search --> : Getting programs off win32 and on other platforms!
Smithy006
Jan 6th, 2000, 06:29 AM
I've finally finished developing a program on VB and now I want to get it onto other platforms other than windows! Does anybody know any easy ways to get a VB app on other platforms without having to re-write my entire program in C++.
jritchie
Jan 6th, 2000, 06:34 AM
What do you mean by other platforms. Programs developed in vb cannot be transferred to other operating systems, unix,macos etc. :(
Smithy006
Jan 6th, 2000, 06:41 AM
Other Platforms i.e Unix, Linux etc. I'm sure there are other ways to get around it. I.e some exe de-compiler or something. If I re-wrote the program in c++ I could re-compile it in literally any other platform.
KENNNY
Jan 6th, 2000, 07:04 AM
yes but c++ is hard to learn :)
and decompiling.. no cos
1. its illegal (well maybe)
2. its nigh-on impossible, especially if u've compiled to native code.
vb is propriatery (spelling :) ), so progs made in vb cant be used on anythign but Win32
------------------
cintel rules :p
www.cintelsoftware.co.uk
Smithy006
Jan 6th, 2000, 07:15 AM
well. It's not illegal if I'm de-compiling my own program! I compiled in P-code because it create smaller exe's and is on par with native for most factors. See if I could de-compile it right down to where it calls for the VB runtimes etc then matybe I might stand a chance at making my app multi-platform.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.