|
From: Hans-Bernhard B. <hb...@pc...> - 2004-08-05 08:42:40
|
On Wed, 4 Aug 2004, Axel Bock wrote: > Hi folks, > > I did succeed in compiling gnuplot for windows including libgd. I simply > commented out the setmode() line in the io.h include file of windows, That's pretty much guaranteed to be the wrong approach to solve whatever the actual problem was. Futzing around with the system headers is only going to create problems, or brush them under the carpet, but never solves anything. > according to ms visual studio the 2nd parameter (gpoutfile) is faulty - > it's always the value 0x000010, one time it was 0x000005. So inspect the call stack, work you way up and see what's happening. |