error LNK2019: unresolved external symbol __imp__fopen referenced in
function _WcettInit@4
I'm not sure what I am doing wrong. I have USE_MSVCRT=1 on my sources file,
and I'm including stdio.h, but I don't know if I need to include something
else.
I also tried with fopen_s and I get the same error. Any help on this topic
would be greatly appreciated!
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply
"ZachrielCL" <Zachr...@discussions.microsoft.com> wrote in message
news:827BCAA4-28A7-4C7A...@microsoft.com...
Got wrong sources? Perhaps this stuff is for WinCE.
--PA
Windows Driver Kit
Kernel-Mode Driver Architecture
Reference
Driver Support Routines
There is a huge number of functions avaiable.
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply
"ZachrielCL" <Zachr...@discussions.microsoft.com> wrote in message
news:81DE927A-1C6A-44B3...@microsoft.com...