docs

Home Templates Classes

Clarion QuickBooks Wrapper - Template Usage

To use the Clarion QuickBooks Wrapper, add the global extension template to your application.

Add the template

  1. Open your application in the Clarion IDE.
  2. Go to Global Extensions and click Insert.
  3. Type ProSeriesQBWrapperGlobal in the search box.
  4. Select the wrapper’s global extension and click Select.
  5. Click OK to close the Global Extensions window.

Deployment

Include ProSeriesQBWrapperV2.dll with your application at runtime.
The .lib is used only at compile time.

Home Templates Classes