I've opened up my program in Dependency Walker. It shows the following DLLs:
- GDI32.DLL
- OLEAUT32.DLL
- IMM32.DLL
- WINMM.DLL
- KERNEL32.DLL
- USER32.DLL
- SHELL32.DLL
- OLE32.DLL
- ADVAPI32.DLL
- WS2_32.DLL
- MSVCP100.DLL
- MSVCR100.DLL
So I'm guessing half of those are part of Windows and the other half is part of C++, right? What is the best method to find out which are part of the OS and which aren't?