DLL Files

BlitzPlus Forums/BlitzPlus Programming/DLL Files

schilcote(Posted 2008) [#1]
Okay, A new feature in B+ (for me, I used to use B2D) is the ability to use DLLs. So, exactly how do DLLs work? How do I use them in B+? What can I do with them? and lastly, how do I make them?


Mimi(Posted 2008) [#2]
See http://www.blitzbasic.com/sdkspecs/sdkspecs/userlibs_specs.txt

Unfortunately you cannot create dlls with Blitz+. So you have to write them in C, for example.

br, Mimi


schilcote(Posted 2008) [#3]
So I can use DLLs and DECLs to call C functions in Blitz? Is there an equivalent in assembly?


Abrexxes(Posted 2008) [#4]
http://flatassembler.net/examples.php

see : Mixing assembly with MS Visual C

cu