Thread: Help in VB
View Single Post
  #2 (permalink)  
Old April 9th, 2007, 12:41 PM
dparsons dparsons is offline
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

First you are in totally the wrong forum, since VB is definately NOT Assembly language! (Move to the VB Forums) Secondly, if you create an application under the .NET framework (which VS 2003 uses) you MUST execute your application on a machine that is able to run the .NET framework.

Currently, this means you are pretty much stuck with your applications only running on Windows platforms. (As far as I know there is not a framework patch of OSX, but I could be wrong.)

There is for sure no framework for Linux, but there is the MONO project that tries to emulate the .NET framework on Linux; this is not entirely possible as some classes make calls to internal Windows APIs which, obviously, arent found on Linux.

hth.

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for: Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
================================================== =========
Why can't Programmers, program??
http://www.codinghorror.com/blog/archives/000781.html
================================================== =========