COM components

BlitzMax Forums/BlitzMax Programming/COM components

gellyware(Posted 2006) [#1]
Has anyone successfully interfaced with COM components?


skidracer(Posted 2006) [#2]
brl.dxgraphics?


gellyware(Posted 2006) [#3]
I'm looking to 'purchase' and interface with this word database for a word game:

http://wordweb.info/developer/features.html



"WordWeb Developer's easy to use components allow you to add great thesaurus/dictionary functionality to your applications. The COM components can be used from Visual Basic, Visual C++, Visual Studio .NET, Delphi, C++ Builder, and others. You can also access the database directly, so you can obtain return word types, synonyms, definitions, etc, programmatically. The Delphi Source Edition comes with full source code and native Delphi/C++ Builder components for full database access."


ozak(Posted 2006) [#4]
Since BMax uses DX it should be possible. Worst case you could do a Visual C++ DLL to interface it if all else fails :)


Chris C(Posted 2006) [#5]
you might want to check out what you can do with open office like this, its getting very near to word but with less 'purchase' ;)