Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
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 helpLive the life as you know it
/ Wille
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++.
Report Offensive Follow Up For Removal
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
Report Offensive Follow Up For Removal
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.
Report Offensive Follow Up For Removal
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.
Report Offensive Follow Up For Removal
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
Report Offensive Follow Up For Removal
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).
Report Offensive Follow Up For Removal
ok thanks. Just one last question; How do I know witch dlls that is needed?
Live the life as you know it
/ Wille
Report Offensive Follow Up For Removal
What dll's you include will be a conscious decision. You'll know.
Report Offensive Follow Up For Removal
![]() |
![]() |
![]() |

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