Search found 2 matches
- Thu Mar 03, 2016 10:36 pm
- Forum: Technical / Scripting
- Topic: Writing a DLL for MacroScheduler - Won't load
- Replies: 3
- Views: 4726
Re: Writing a DLL for MacroScheduler - Won't load
So I found out my mistake. I will post my solution to share with other potential DLL enthusiasts, since it's a really cool feature but somewhat hard to use as many things can go wrong and it is hard to diagnose. When doing this, I included quotation marks and LibLoad doesn't like quotation marks. Le...
- Thu Mar 03, 2016 5:03 pm
- Forum: Technical / Scripting
- Topic: Writing a DLL for MacroScheduler - Won't load
- Replies: 3
- Views: 4726
Writing a DLL for MacroScheduler - Won't load
Hello there, I've been trying to write some basic C++ DLLs to supplement my scripts but I can never get macroshed to actually load it. Whenever I use libload, I get a result of 0. Which means it didn't like it for some reason. The DLL works fine when implicitely load from a small C++ app I made to t...