| | Compiling...
ac97wav.c
d:\ac97snd_refactoring\ac97snd\../kolibri.h(105) : warning C4028: formal parameter 1 different from declaration
.\ac97wav.c(139) : warning C4090: 'function' : different 'const' qualifiers
.\ac97wav.c(141) : warning C4996: 'strcpy' was declared deprecated
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\ac97wav.c(142) : warning C4996: 'strcat' was declared deprecated
Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\ac97wav.c(390) : warning C4996: 'strcat' was declared deprecated
Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\ac97wav.c(391) : warning C4996: 'strcat' was declared deprecated
Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\ac97wav.c(409) : warning C4090: 'function' : different 'const' qualifiers
.\ac97wav.c(521) : warning C4996: 'strcpy' was declared deprecated
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\ac97wav.c(521) : warning C4090: 'function' : different 'const' qualifiers
.\ac97wav.c(628) : warning C4996: 'strcpy' was declared deprecated
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\ac97wav.c(670) : warning C4018: '>' : signed/unsigned mismatch
Linking...
Generating code
d:\ac97snd_refactoring\mpg\e_pow.c(211) : warning C4723: potential divide by 0
d:\ac97snd_refactoring\mpg\e_pow.c(220) : warning C4723: potential divide by 0
Finished generating code
LINK : warning LNK4096: /BASE value '0x0' is invalid for Windows 95 and Windows 98; image may not run
Performing Custom Build Step
|