Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
What is the difference between the two? Does the professional edition allow you to sell your product commercially? If I were to write an application in standard, and then later decided to get the professional edition, would I have to re-write the program in the professional edition or would the code remain the same?
Firefighters do it with a big hose...
Posted
Okay... now I understand it, but... my next question is, could I intially create a program where say... a portion of it was created in VB and then maybe another portion such as a class or module (please bear with me I am still quite new) was created in C++ be used interchangeably. I guess the best way to ask it, if I created one program, and inter-mixed the two languages... would the program work? I am just trying to explore my options here... I haven't upgraded to VB .NET 2003 (was going to this weekend), but I am wondering if I should hold out and save the $$$ to get the Professional Edition.
Firefighters do it with a big hose...
  • *Experts*
Posted
You can't create one assembly (exe or DLL) using more than one language with VS.NET (any edition). If im not mistaken its possible using some advanced command line compiler options.
  • *Gurus*
Posted
Each project in Visual Studio .NET must be a single language, however a solution can have multiple projects, and therefore multiple languages. If you choose to develop using two or more languages, you'll likely want to use an n-tier or otherwise modular approach.
Posted
Cool, thanks for the info. I guess for now I will just get the standard edition (lot cheaper), then once I master VB... then I'll move on.
Firefighters do it with a big hose...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...