Hi,
I didn¡¯t know where to post my simple question. I hope there is someone who will answer.
Since today I got the WinDDK, building samples works so the environment is set up properly. Then I just tried to compile a simple C file after certain errors I ended with this:
G:\WinDDK\6001>
cl /IG:\WinDDK\6001\inc\crt G:\tmp\temp8.C /link G:\WinDDK\6001\lib\crt\i386\libcmt.lib G:\WinDDK\6001\lib\crt\i386\oldnames.lib G:\WinDDK\6001\lib\wlh\i386\kernel32.lib
1. Is there a (system-) variable I can change to tell the compiler where it should search for files to be included (In my case just the stdio.h is needed.)
2. Is there a faster way to link to the different libraries
3. How can I use the ¡°/MT¡± switch (Error message: LINK : fatal error LNK1104: cannot open file 'LIBCMT.lib'.)
Thanks.