The Forum is up for sale: XeNTaX Forum looking for new owner
Search found 12 matches
- Thu Sep 01, 2005 12:27 am
- Forum: Code Talk
- Topic: PROJECT: MultiEx Plugin Support
- Replies: 291
- Views: 89149
MrMouse and I have spend a few hours just getting strings to work. PChar is what the plugins use as its easy for a C/C++ pluging to make a char* and delphi already has support (PChar). The plugin manager itself acts as a buffer between MexCom and the Plugins. There are a few reasons that make VB a ...
- Wed Aug 31, 2005 11:40 pm
- Forum: Code Talk
- Topic: PROJECT: MultiEx Plugin Support
- Replies: 291
- Views: 89149
On the current API: it might be possible to change the PChar arguments to WideString. That would make it not reference counted and prevent certain problems. Visual Basic will just take it... but I cannot easily check. Returning strings (PChar) in DLL functions (also WideStrings) generally leads to p...
- Wed Aug 31, 2005 11:03 pm
- Forum: Code Talk
- Topic: Python and plug-ins
- Replies: 15
- Views: 7612
- Wed Aug 31, 2005 6:59 pm
- Forum: Code Talk
- Topic: Python and plug-ins
- Replies: 15
- Views: 7612
- Wed Aug 31, 2005 6:56 pm
- Forum: Code Talk
- Topic: PROJECT: MultiEx Plugin Support
- Replies: 291
- Views: 89149
- Wed Aug 31, 2005 6:29 pm
- Forum: Code Talk
- Topic: Python and plug-ins
- Replies: 15
- Views: 7612
Okay I was thinking too complicated before. I thought the plugin had to be a manager to support multiple formats, but as it turns out a plug-in can easily support multiple formats. Defining a whole new API on my own... just what I was trying to avoid :oops: . Ah well... saves me learning the existin...
- Tue Aug 30, 2005 10:08 am
- Forum: Code Talk
- Topic: Python and plug-ins
- Replies: 15
- Views: 7612
All you need to do is embed the interpreter into a dll that exposes the archive functions. Very true. That is what I wanted to do. And I want to embed it in a Delphi DLL, because then I can use Python for Delphi which is really easy to use. And then that DLL can wrap the OpenMEX engine and expose y...
- Mon Aug 29, 2005 11:09 pm
- Forum: Code Talk
- Topic: Python and plug-ins
- Replies: 15
- Views: 7612
Been looking... IStream can be fixed probably. I need to really get an example or some docs of a Rahly plugin. Or is it a whole plug-in manager? Overall the OpenMEX Delphi wrapper DLL needs to expose multiple plugins to keep the overhead low. The API appears to be done because I just saw it in Multi...
- Mon Aug 29, 2005 11:09 pm
- Forum: Code Talk
- Topic: PROJECT: MultiEx Plugin Support
- Replies: 291
- Views: 89149
- Mon Aug 29, 2005 10:48 pm
- Forum: Miscellaneous
- Topic: Invalid link on website
- Replies: 1
- Views: 1265
Invalid link on website
On the MultiEx page, the Discussion forum link has a space in it, making the link invalid. 
- Mon Aug 29, 2005 2:45 pm
- Forum: Code Talk
- Topic: Python and plug-ins
- Replies: 15
- Views: 7612
I've had a look at OpenMEX... and all that code basically already implements a generic reader interface. A Delphi wrapper around it is possible. There'd need to be some changes and I think dropping the Python GUI is a good idea. Adhering to Rahly's pluginmanager specs is doable, with some reservatio...
- Mon Aug 29, 2005 11:51 am
- Forum: Code Talk
- Topic: Python and plug-ins
- Replies: 15
- Views: 7612
Python and plug-ins
I've read this whole forum, and there appears to be a discussion about creation new plug-in specs for Delphi (?), while the current MultiEx is written in VB. And that .NET is only an option for cross-platform, but as a language it is not suitable because you need a compiler. A simple solution to thi...
