Sunday, July 26, 2009

How to make a win32 exe from visual basic?

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...

How to make a win32 exe from visual basic?
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
Reply: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.
Reply: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
Reply:That's so easy, after creating forms and other parts of your program , follow this Build %26gt; Publish ( Your project name) , this will make an executable file for you, enjoy it.
Reply: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:


No comments:

Post a Comment