bshipps64 bshipps64 Mar 22, 2006 - "Added DLL file link."

ADD-ON DLL PAGE
If you want to share code for Windows API calls, use the Shared Code area. Use this page for add-on DLLs.

If you have a DLL that works with Liberty BASIC, you can upload it to this site. Please put it into a Zip file that includes the DLL and the documentation in Liberty BASIC syntax. (There is a 5 megabyte file size limit.) A sample program that uses the DLL would be nice, too.

You can also create a page for a DLL with example code and/or documentation, so that others can see how it works before taking the time to download it.

If you are having trouble making a DLL work with Liberty BASIC, put it into the DLL Help Area.

Make sure you have permission from the author to republish the DLL if it is not your own work.


DLLs
  • Free DLLs from Alyce's Restaurant
    • Image323.DLL loads images in several formats and allows many image manipulations.
    • jpeg.DLL loads images in several formats.
    • shortcut.DLL lets you place shortcuts to your program on the user's desktop and start menu.
    • printorient.DLL by Dennis McKinney allows you to set the printer page orientation.
    • lbbrowse.DLL is a custom browser control for your programs.
  • Free DLLs for LB by Dennis McKinney
    • Toolbar DLL
    • WndProc Hook dll
    • GetMsgProc Hook dll
  • Free Active X DLL and tools for LB by Dennis McKinney

  • BASICwebmaster's free DLLs for LB
    • TextEditor DLL (Windows EDIT Control Wrapper)
    • More coming soon
  • File Not Found
    File Not Found
    • 7KB DLL designed to count lines/records within text files more quickly than in native Liberty BASIC (as of v4.03). The speed improvement becomes significant when the count is in the thousands.
  • Add DLL Links!

Want to write your own DLLs?

  • Pelle's C -- This is a completely free C compiler. Unfortunatley, it is C, not a BASIC compiler of any kind.
  • Dennis McKinney's DLL tutorial -- Dennis gives you step-by-step directions for writing a DLL in C that will work with Liberty BASIC.



DLL Help Area
If you need help converting code for a third-party DLL, this is the place to ask.
  • Link to DLL and help request goes here.