We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Import needed class only
#2
Hi,
Not sure I totally follow.  This is my understanding:
You have created a SB program, and compiled it.  You want to combine the required dlls into the exe with ILMerge.

Lots of dlls are added to the exe folder (everything in lib).  To see which are actually needed, recmpile to a new folder and try removing (or renaming) dlls until you have just those actually required.

Existing dlls cannot be split, so there is not such thing as LDCall.dll.

Is is usual to add exe and all required dlls in a single folder, zip this and share the zip, with instructions to install - download, unblock, unzip, run exe.

There are free installers you can use that effectively zip everything into setup file (exe or msi).  These are actually just zips with some scripting to install the bits in the zip.  Also I recently used itch.io for a couple games, and it has nice download/install/run features - you just upload a zip with everything required in it.

If I am missing the point, then please provide more details.

EDIT

If all you need is LDCall, then I guess you could just copy the code and compile it yourself as a small dll - I could help with this.
[-] The following 1 user Likes litdev's post:
  • z-s
Reply


Messages In This Thread
RE: Import needed class only - by litdev - 08-12-2024, 08:41 PM
RE: Import needed class only - by z-s - 08-13-2024, 02:27 AM
RE: Import needed class only - by litdev - 08-13-2024, 05:08 PM
RE: Import needed class only - by litdev - 08-14-2024, 08:46 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)