Setting up Visual Studio C++ to use Framework EDI

  1. Install EDIdEv Framework EDI.
  2. Execute C++, and continue with the steps to create your project.
  3. Then from the menu, select "View", then "Class Wizard".


  4. Click on "Add Class" button, then select "From a type library"


  5. Select "Fredi.tlb" from the installed directory


  6. Select all class, then click "OK"


  7. The FREDI.CPP and FREDI.H will be automatically included in your project's code.