You are not exporting OneParam() from the DLL so you can not call OneParam() directly from your EXE.
You have to call DOPROC() from your EXE, as it is the exported function of the DLL
↧