Introduction - If you have any usage issues, please Google them yourself
steps: . compile dll: cl /LD f.cpp . view the exports: dumpbin /exports f.dll . compile exe: cl test.cpp . run: test
Packet : 604004dlltest.rar filelist
DLL
DLL\f.cpp
DLL\test.cpp