Computing.Net > Forums > Programming > VB sucks???

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

VB sucks???

Reply to Message Icon

Name: wille
Date: May 6, 2008 at 12:52:43 Pacific
OS: WINDOWS XP Home Edition
CPU/Ram: 3.2GHz
Comment:

Hello. As you might see in the title I'm working with VB, 6, 8 and 9. I do now wonder if it sucks beacause I just found out that your computer needs .NET Framework installed to run the final executable. Many, I'm sure, says I'm a noob because I didn't know that and I just wonder, is there a way to go around this? and , does this also occur in C# and C++?
thanks for all help

Live the life as you know it
/ Wille



Sponsored Link
Ads by Google

Response Number 1
Name: Razor2.3
Date: May 6, 2008 at 18:01:22 Pacific
Reply:

I'm working with VB, 6, 8 and 9. I do now wonder if it sucks beacause I just found out that your computer needs .NET Framework installed to run the final executable.
VB6 requires the VB6 runtime. VB7 requires .NET 1.1, VB8 requires .NET 2.0, and VB9 requires .NET 3.0, if I'm not mistaken.

is there a way to go around this?
Nope.

does this also occur in C#
Yep. Also, which version of .NET required depends on the version of C#.

and C++?
C++ can, to a limited extent (I'm told), interface with .NET. If you go that route, your program will need .NET. Otherwise, you can avoid the framework with C/C++.


0

Response Number 2
Name: wille
Date: May 7, 2008 at 01:59:42 Pacific
Reply:

I've read and reread your answer and thanks very much for that:D. As I understand it you need something installed from microsoft if you're using VB C++, C# but not C/C++. Could you tell me whitch version that is?

Live the life as you know it
/ Wille


0

Response Number 3
Name: Razor2.3
Date: May 7, 2008 at 02:04:23 Pacific
Reply:

C/C++, as in C or C++. They're very similar, so I grouped them.

Also, even with C or C++, the client will need something from Microsoft installed if you want to program in Windows. In the case of C and C++, it would be whatever DLLs you're using.


0

Response Number 4
Name: klint
Date: May 7, 2008 at 07:27:17 Pacific
Reply:

Typically, most PCs will already have DLLs for C and C++ applications already installed because they are so commonly used that chances are they have already been installed by some other application. Same with the VB6 runtime. .NET frameworks are less commonly installed but are becoming more widespread.


0

Response Number 5
Name: wille
Date: May 7, 2008 at 13:03:34 Pacific
Reply:

All right then. Thanks both of you for answers. But would you know any way I can go around the need of these dlls? like if I can make it install the dlls it'll need? if not then do you know a good language to start programming games?
thanks again and for all answers.

Live the life as you know it
/ Wille


0

Related Posts

See More



Response Number 6
Name: Razor2.3
Date: May 7, 2008 at 17:33:05 Pacific
Reply:

If you're making games for reals, you'll probably need an installer anyways. If that's the case, then you can install anything you want.

If you're just making games to fool around, just throw any DLL you need in the game's directory, or just let everyone know what they'll need (i.e. DirectX).


0

Response Number 7
Name: wille
Date: May 8, 2008 at 05:54:18 Pacific
Reply:

ok thanks. Just one last question; How do I know witch dlls that is needed?

Live the life as you know it
/ Wille


0

Response Number 8
Name: Razor2.3
Date: May 14, 2008 at 16:01:44 Pacific
Reply:

What dll's you include will be a conscious decision. You'll know.


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: VB sucks???

VB sucks when compared with C or C++ www.computing.net/answers/programming/vb-sucks-when-compared-with-c-or-c/1306.html

Question Regarding VB.net and C# www.computing.net/answers/programming/question-regarding-vbnet-and-c/3580.html

newb vb 6 user www.computing.net/answers/programming/newb-vb-6-user/7741.html