kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #09054
Re: slow PCB_IO::Save()
On 10/25/2012 01:27 AM, Lorenzo Marcantonio wrote:
> On Thu, Oct 25, 2012 at 12:50:26AM -0500, Dick Hollenbeck wrote:
>> Consider this now fixed. Thanks for the idea, although I did not use wxFFile, simply
>> FILE*. (No need to trust wx for the basics, as we've just seen.)
> Unless you're using the newer visual c++, where using fopen is flagged
> as a security risk :) (really! probably there where enough people that
> didn't check for NULL, they added a return code and you have to pass the
> address where the FILE* has to be put...)
I'm sure they are going to vote differently than me also.
I am quite experienced at rejecting opinions coming from Microsoft.
References