Author Topic: Make a DLL with QB64?  (Read 2831 times)

0 Members and 1 Guest are viewing this topic.

Offline SpriggsySpriggs

  • Forum Resident
  • Posts: 1145
  • Larger than life
    • View Profile
    • GitHub
Make a DLL with QB64?
« 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.
Shuwatch!

Offline loudar

  • Newbie
  • Posts: 73
  • improve it bit by bit.
    • View Profile
Re: Make a DLL with QB64?
« Reply #1 on: July 29, 2020, 10:54:21 am »
Check out what I do besides coding: http://loudar.myportfolio.com/

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • View Profile
    • Steve’s QB64 Archive Forum
Re: Make a DLL with QB64?
« Reply #2 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.
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!

Offline SpriggsySpriggs

  • Forum Resident
  • Posts: 1145
  • Larger than life
    • View Profile
    • GitHub
Re: Make a DLL with QB64?
« Reply #3 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.
Shuwatch!