  (dll)    .

:
- MS Visual Studio C++;
- MinGW32 for Windows.

:
1)  :
pretrade.h  -       DLL ;
pretrace.cpp  -     .

2) MS Visual Studio C++:

:

pretrade.def -     
(  : Properties->Linker->Input: Module Definition File;
   : /DEF:"pretrade.def");
PreTrade.sln -  ,    PreTrade.vcxproj;

  :

Properties->General->Configuration Type: Dinamic Library (.dll) (/DLL)
Properties->General->Character Set: Use Multi-Byte Character Set (/D "_MBCS")

3) MinGW32 for Windows:

:
makefile    -  ;
 nbproject/* -   Netbeans.

   linker-: 
  -Wl,--enable-stdcall-fixup,--kill-at
