QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: SpriggsySpriggs on July 29, 2020, 10:04:50 am

Title: Make a DLL with QB64?
Post 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.
Title: Re: Make a DLL with QB64?
Post by: loudar on July 29, 2020, 10:54:21 am
maybe this page will help?

https://www.tutorialspoint.com/dll/dll_writing.htm
Title: Re: Make a DLL with QB64?
Post by: SMcNeill on July 29, 2020, 12:13:35 pm
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.
Title: Re: Make a DLL with QB64?
Post by: SpriggsySpriggs on July 29, 2020, 12:46:19 pm
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.