On Wed, Dec 1, 2010 at 1:25 AM, C. Michael Pilato <cmpil...@collab.net>wrote:
> On 11/30/2010 07:02 AM, Daniel Becroft wrote: > > On Tue, Nov 30, 2010 at 7:18 PM, Branko Čibej <br...@xbc.nu> wrote: > >> Not on windows, you have to link a magic library into your code to get > >> that behaviour. > > > > Hmm ... that makes sense. My two separate EXEs were obtained from two > > separate sources, so obviously the 1.6.x version links this 'magic > library'. > > > > I don't suppose you can tell me which library, so I can see if that's > > included in the 1.7.x build? > > setargv.obj (see > http://msdn.microsoft.com/en-us/library/8bch7bkk%28v=VS.80%29.aspx) > Thanks, I have confirmed that my build of 1.7.x is not linked against this library. I've managed to work around the issue using the --targets option instead. Cheers, Daniel B.