Hi all,
Please, where is _stat() function ? What lib ?
I have scaned all libs by using "polib /list" command without success.
I have found on pocrt.dll only.
regards,
Eduardo
Quote from: modalsist on February 18, 2010, 03:01:36 PM
Hi all,
Please, where is _stat() function ? What lib ?
I have scaned all libs by using "polib /list" command without success.
I have found on pocrt.dll only.
regards,
Eduardo
Try in the Porject options...
Compiler -> Define compatibility names
Alex,
Thanks, but I'm using script file to compiling via command line, so I need know the lib name.
Eduardo
Quote from: modalsist on February 19, 2010, 12:34:54 PM
Alex,
Thanks, but I'm using script file to compiling via command line, so I need know the lib name.
Eduardo
If you select/deselect the option "Define compatibility names" you will see in the last line of the dialog a coming and going parameter -Go.
This parameter you also can use in your script file. ;)
perhaps oldnames.lib
The _stat() function is defined in sys\stat.h (private include file).
The problem was in /NODEFAULTLIB statement.
Solved ! thanks to all,
Eduardo