I feel like an idiot, but this is my first time trying to compile things in
the DDK environment. I'm trying to use the C standard runtime function
"fopen" in a driver. I've included stdio.h and the code compiles fine, but
when it links, I get "unresolved external symbol __imp__fopen referenced in
function..." I figured the standard C library stuff would be setup to link
by default. What am I missing, and where does it go?
Thanks,
pw