QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: SpriggsySpriggs on July 29, 2020, 10:04:50 am
-
I don't know much about DLL creation but I was curious if there was some way to make DLLs in QB64. Again, I don't know much about DLL creation. Just wondering.
-
maybe this page will help?
https://www.tutorialspoint.com/dll/dll_writing.htm
-
If we had access to the old *.net pages, mcaulkins wrote up a nice demo of how to do this. Since Richard seems to have a searchable record of many of the old forum pages, he might be able to find and share that old walk-thru.
-
If we had access to the old *.net pages, mcaulkins wrote up a nice demo of how to do this. Since Richard seems to have a searchable record of many of the old forum pages, he might be able to find and share that old walk-thru.
Yeah I've found lots of nice gems of code in the old .net pages by searching on Google. It's how I found the mysql DLLs since the link was bad in the Wiki.