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
#5
I'm afraid its abit complex because DitDev.dll is compiled against native code (eg SlimDX that cannot be ILMerged).  The native code is not ILMerged into LitDev.dll, but held in resources to be extracted as required.

Its not a simple fix.

So your options are:

1] To ship a couple dlls with the exe
2] Bundle in a zip, using an installer if you want
3] Try to break and compile specific source code you want into your exe

Frankly, I don't see a reason to not do 1 or 2 unless you are having fun trying to combine everything.
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)