To use;
=========

- Compile "file_copy_DLL"; (note the import calls);

- Place "file_copy_DLL.dll & file_copy_DLL.lib" into "APP" folder;

- Open "APP" proj, goto Project, add "OMS.H" (that contain the export calls) using "add existing item" & 
use "#pragma comment(lib, "dll.lib")" in the main.cpp then compile;

 
