What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » VB Publishing

VB Publishing
Author: Message:
Adeptus
Senior Member
****


Posts: 732
Reputation: 40
Joined: Oct 2005
RE: VB Publishing
If "standalone .exe"  means an executable file that can be run on other computers with .NET framework v2.0 runtime installed, then the Express Edition will work just fine. 

If "standalone .exe" means an executable that can run on any Windows computer without requiring .NET framework (the preferred term is "unmanaged code"), then no edition of Visual Studio 2005 will help you there.  Visual Basic has become Visual Basic .NET and current development tools from Microsoft don't offer it any other way. 

The debug versions of .NET executables are no less and no more "p-code" (the preferred term is "Intermediate Language", IL) than release versions.  Just the same as it is with unmanaged code, the debug versions include symbol information and are not optimized (to enable faster build times).

Visual C++ continues to support unmanaged code projects. With some limitations, that also includes the free Visual C++ 2005 Express Edition.   If you want to create unmanaged code software, Microsoft wants you to use C++.

VB6 is a legacy product.  While it does compile to unmanaged code (requiring a runtime library of its own, however), I would not recommend investing money and time in it to anyone who doesn't use it already.

This post was edited on 12-20-2006 at 10:22 PM by Adeptus.
12-20-2006 10:10 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
VB Publishing - by ryxdp on 12-20-2006 at 06:05 AM
RE: VB Publishing - by bladeswords on 12-20-2006 at 06:34 AM
RE: VB Publishing - by ryxdp on 12-20-2006 at 08:34 AM
RE: VB Publishing - by bladeswords on 12-20-2006 at 10:04 AM
RE: VB Publishing - by andrewdodd13 on 12-20-2006 at 05:53 PM
RE: VB Publishing - by CookieRevised on 12-20-2006 at 07:08 PM
RE: VB Publishing - by Adeptus on 12-20-2006 at 10:10 PM
RE: VB Publishing - by bladeswords on 12-20-2006 at 10:46 PM
RE: VB Publishing - by ryxdp on 12-21-2006 at 07:15 AM
RE: VB Publishing - by bladeswords on 12-21-2006 at 08:38 PM
RE: VB Publishing - by ryxdp on 12-21-2006 at 09:18 PM
RE: VB Publishing - by bladeswords on 12-21-2006 at 09:33 PM
RE: VB Publishing - by ryxdp on 12-22-2006 at 05:27 AM
RE: VB Publishing - by bladeswords on 12-25-2006 at 12:25 AM
RE: VB Publishing - by ryxdp on 12-25-2006 at 03:47 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On