Compile BB program to DLL

Blitz3D Forums/Blitz3D Userlibs/Compile BB program to DLL

bytecode77(Posted 2007) [#1]
hi!

i wanted to ask, wheter you can compile a bb prog to a dll.
i dont mean the f-userlib, that compiles to decls only.
what i would like is a compiler, which puts the functions into a dll :)
is there any such thing.


Dreamora(Posted 2007) [#2]
No, BB can not compile to DLL, just to EXE.
As you do not have an obj output you can not do it yourself as well (as it was done in BM at the beginning)


bytecode77(Posted 2007) [#3]
ok. thank you :)


Happy Sammy(Posted 2007) [#4]
How about using Blitz3D SDK?


Jerome Squalor(Posted 2007) [#5]
No, BB can not compile to DLL, just to EXE.
As you do not have an obj output you can not do it yourself as well (as it was done in BM at the beginning)


thats not true.
All you have to do is,while compiling your code into .exe, write .dll at the end of the file name and it will be a dll file.


LineOf7s(Posted 2007) [#6]
All you have to do is,while compiling your code into .exe, write .dll at the end of the file name and it will be a dll file.


o_O !


Abrexxes(Posted 2007) [#7]
This way i make my games. I compile some lines of code called mygame.exe and than i rename to doom3install.exe and......it works. -.-


Ked(Posted 2007) [#8]
All you have to do is,while compiling your code into .exe, write .dll at the end of the file name and it will be a dll file.


That doesn't work. =(


Jerome Squalor(Posted 2007) [#9]
oh sorry....hehehehehe....