DLL Files
BlitzPlus Forums/BlitzPlus Programming/DLL Files| 
 | ||
| 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? | 
| 
 | ||
| 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 | 
| 
 | ||
| So I can use DLLs and DECLs to call C functions in Blitz? Is there an equivalent in assembly? | 
| 
 | ||
| http://flatassembler.net/examples.php see : Mixing assembly with MS Visual C cu |