blitzmax module, dll in other laungage?
BlitzMax Forums/BlitzMax Beginners Area/blitzmax module, dll in other laungage?| 
 | ||
| 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.? | 
| 
 | ||
| It can be done, but I don't know how! Someone else will give you a guide. | 
| 
 | ||
| That's good news you bring :). Anyone could post some tips/tutorial on how to do this? Please? | 
| 
 | ||
| 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. | 
| 
 | ||
| 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. | 
| 
 | ||
| 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. |