Hi,
Irecently got a 64 bit machine and I want to continue my projects that I had been developing on my older 32 bit machine. I set up my machine in accordance with the instructions provided by my instructor but I am getting an warning that is followed by a bunch of errors. I was told to add the line:
/fp
recise
to the Property Page>C\C++>Command Line>Additional Options field. I get this error:
Command line warning D4002 : ignoring unknown option '/fp
recise'
Why is that?
and then I get these errors:
error C2040: 'calloc' : 'void *(size_t,size_t)' differs in levels of indirection from 'void *(size_t,size_t)'
TestAsync.c(328): error C2059: syntax error : 'string'
error C2371: 'free' : redefinition; different basic types
I wondered if the Command line warning has anything to do with the other errors. Oh and BTW I am running VisualC++ and I have installed the Platform SDK for Windows Server R2.
Any suggestions?
Thanks!
Irecently got a 64 bit machine and I want to continue my projects that I had been developing on my older 32 bit machine. I set up my machine in accordance with the instructions provided by my instructor but I am getting an warning that is followed by a bunch of errors. I was told to add the line:
/fp
to the Property Page>C\C++>Command Line>Additional Options field. I get this error:
Command line warning D4002 : ignoring unknown option '/fp
Why is that?
and then I get these errors:
error C2040: 'calloc' : 'void *(size_t,size_t)' differs in levels of indirection from 'void *(size_t,size_t)'
TestAsync.c(328): error C2059: syntax error : 'string'
error C2371: 'free' : redefinition; different basic types
I wondered if the Command line warning has anything to do with the other errors. Oh and BTW I am running VisualC++ and I have installed the Platform SDK for Windows Server R2.
Any suggestions?
Thanks!