I’m developing some plugins to my application using the JEDI Plugin tecnology, but I run into a lot of problems with memory sharing specially when it handles Database connection. The main application uses the FASTMM4 memory manager. Does any one knows a bit more easy framework to work with plugins?
I’m developing some plugins to my application using the JEDI Plugin tecnology, but I
Share
The JVCL plugin manager works just fine, but if you want to share memory properly with your plugins, you need to add SimpleShareMem.pas to the uses clause of both your app and the plugins, at the top of the uses list in the project file.