Multi-dll set up |
Top Previous Next |
To set up NeatMessage in a multi-dll system:
Include the Global extension and everything else (including the code-templates for reading/saving the ini variables) in the data-dll only. If you use the code template for reading/saving the ini variables in any other app, then you should include the global extension in that app as well. It is not necessary to include the global extension or a reference to the NeatMessage procedure in any other app.
Take a look at the multi.dll example included in the examples folder: NMA6Data.APP the data-app. NMA6Mod.APP as any of the secondary dlls. NMA6Exe.APP as the caller EXE.
This example is made for Clarion 6.x and ABC.
|