Author: Bo Persson
Date: 10:06:32 01/07/06
Go up one level in this thread
On January 07, 2006 at 10:17:53, GeoffW wrote: >Hi > >I have been using the new MS VS C++ 2005 Express Edition. I like some new things >they have implemented but not keen on others, problem 1 below is the most >irritating at present. > >Problem 1) >My prog is just simple C code, Ansi compliant as far as I can see, I can get a >clean build apart from turning off the deprecated functions warning. The code is >unmanaged so i am assuming my final Exe should run on another PC without needing >the horrible 22 Meg framework download. However it wont run on a different PC >without the framework installed (It's fine with framework installed) >Any ideas what is causing this ? its such a pain to test as I have to find a >separate pc and start uninstalling and installing the framework :-( > Ok, I'll have a try on question 1. If you use any dynamic libraries, you will need to have these installed on the other computer as well. If you link statically to the run-time library, the exe file should be fine on its own. The .NET framework is only used if you have some managed code. Bo Persson
This page took 0 seconds to execute
Last modified: Thu, 15 Apr 21 08:11:13 -0700
Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.