Which headers should I not use if I don't want my program to be linked with any of msvc*.dll ?
At the moment my application uses:
- kernel32
- user32
- shell32
- msvcp90
- msvcr90
I want to get rid of the bottom two files. I don't mind if I will have to rewrite certain aspects of the program.
Because I know if you code in C and then link it won't link any msvc's