Hi,

Just an update to this.

I have now tested MS VC 2010 and have a couple of points.

The close(fh) statements in boot.c may cause application to crash if the CRT version is 1400 or above for 32 bit or 1500 and above for 64 bit.

So that would be MS VC 2005 and above.

On older CRTs, close(fh) just returns -1 if it encounters problems.

I have a work around that fixes boot.c compilation and usage with these CRT versions.

However -- test t/20-pp.t ................ 31/34 fails just as it does with MS VC 6, only this time I get better error messages telling me the image is corrupt.

Fixes soon - I'm getting there. :)

Regards

Mark


On 21/07/2011 08:58, Mark Dootson wrote:
Hi,

The attached file winres.patch prepared against SVN contains changes to

Reply via email to