![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Game engine designer
Join Date: May 2005
Location: Sweden
Posts: 291
Rep Power: 4
![]() |
Visual Studio 2005 problem
I recently started using Visual Studio 2005 Express and I have now noticed there are problems running applications compiled in that particular environment on computers who do not have Visual Studio 2005 installed.
It claims the application is not properly configured and refuses to even begin launching it. No DLLs are loaded and no console window opened. I read somewhere that you had to use some kind of installer with your programs to get them to run on other computers. Anyone here has any more information on that? It feels kind off stupid to make it more complicated to share applications =/ Anyway, I would be happy for any definite information on the subject. Also, if it turns out I have to make some kind of installer does anyone have a good link with information concerning how I should do that to include the things I need to get the applications running on other computers I would be most grateful. I've been content with only putting the nessecary files in a .rar-archive up until now ^_^;; Thanks for your help! |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
Join Date: Sep 2005
Location: A House...
Posts: 191
Rep Power: 3
![]() |
You need the .net framework in order for them to run.
http://www.microsoft.com/downloads/d...displaylang=en |
|
|
|
|
|
#3 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
The OP didn't mention the language (though it's implied by the forum). If you are not programming .NET applications, you don't need the .NET framework. An example would be writing native code programs using VC++ 2005.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#4 |
|
Programmer
Join Date: Dec 2005
Posts: 53
Rep Power: 3
![]() |
Are you using C++ or Managed C++?
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|