blitzmax module, dll in other laungage?

BlitzMax Forums/BlitzMax Beginners Area/blitzmax module, dll in other laungage?

Polan(Posted 2011) [#1]
Is it possible to create dll from blitzmax code/module, if yes, how?
And can this dll be used with other laungage like c++/java etc.?


Czar Flavius(Posted 2011) [#2]
It can be done, but I don't know how! Someone else will give you a guide.


Polan(Posted 2011) [#3]
That's good news you bring :). Anyone could post some tips/tutorial on how to do this? Please?


Htbaa(Posted 2011) [#4]
Do you use BLIde? In it's manual there a short explanation on how to do it. Perhaps with BLIde Free it's also included, you could look it up.

As far as I know you can only export functions. No types.


Polan(Posted 2011) [#5]
I don't use or own blide. Blide website states dll making is not avaible in free version, and I won't buy it if I can't use types in dll.


Htbaa(Posted 2011) [#6]
Not being able to export types to another language through a DLL isn't a restriction from BLIde by the way. BlitzMax simply doesn't allow/suppotr it.