Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Assembly Language section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
  #1 (permalink)  
Old April 9th, 2007, 12:24 PM
Registered User
 
Join Date: Mar 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to nearestniladri2003
Default Help in VB

Dear Developers,
       I am using Visual studio 2003 for development of a code in VB PROJECTS > WINDOWS APPLICATION....
        Please tell me how can I make a platform independent .exe file. Please help....

Er. Niladri Sekhar Dey
  #2 (permalink)  
Old April 9th, 2007, 12:41 PM
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
================================================== =========





Similar Threads
Thread Thread Starter Forum Replies Last Post
Running a VB 2005 exe file on a system without VB dilionyi Pro Visual Basic 2005 3 September 21st, 2009 07:37 PM
How do I write this vb 6 code to work in vb 2008? sanderson Visual Basic 2008 Essentials 3 June 10th, 2008 01:46 PM
Crystal Reports 11 from VB to VB.net koushik_b2002 Crystal Reports 2 June 1st, 2008 01:58 AM
convert dsr file from vb to vb.net Shashi001 VB Components 1 September 22nd, 2006 12:24 PM
converting DTS package from VB 6 to VB .NET petroleo Pro VB Databases 0 August 18th, 2003 05:01 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.