English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Does any one know how to make a win32 executable using visual studio express edition. I have already downloaded the PSDK from microsoft. And there is sum info for C++ but nuthing for visual basic...

2006-12-02 23:11:12 · 5 answers · asked by Anonymous in Computers & Internet Programming & Design

5 answers

You can't ! Visual basic is not meant to do win32 applications they all are GUI applications that's the purpose of every software with VISUAL before it's name...

Try using C\C++ for win32 applications

2006-12-02 23:20:36 · answer #1 · answered by Bassem 3 · 0 0

Doesn't Visual Studio Express Edition come in different flavors, each supporting a different language? Maybe you downloaded the wrong (C++) version? See my source list:

2006-12-02 23:19:40 · answer #2 · answered by Uninformed hence not consenting 7 · 0 0

Visual Basic.NET only makes managed code applications. While you can gain access to unmanaged libraries through COM, you cannot compile VB.Net to unmanaged code. Only .NET output is possible.

Visual C++ Express can produce unmanaged output, if you download the win32 sdk.

2006-12-03 00:10:21 · answer #3 · answered by evolver 6 · 0 0

That's so easy, after creating forms and other parts of your program , follow this Build > Publish ( Your project name) , this will make an executable file for you, enjoy it.

2006-12-02 23:20:32 · answer #4 · answered by kortol002 1 · 0 0

Its pretty simple, once you have written your program just compile it and create the exe file, you should find this option under the file menu

2006-12-02 23:15:18 · answer #5 · answered by Frank F 2 · 0 0

fedest.com, questions and answers