I thought this would be simple, but I'm having no luck finding information. I have a DLL that I created in PB/Win 8 (actually, it shouldn't really matter where it came from). Can I use it in PBCC as a function?
More generally, I'm trying to include an already-compiled (or DLL-compiled) function into my PBCC source code for the purposes of obscuring what's in the function. I want to write PBCC source code and make it available to others without them being able to see inside a particular function. I thought a DLL would be the perfect way. I've used DLLs with other apps, so I know how to set them up. But now, how to let PBCC accept them?
Any other methods anyone can think of? The #INCLUDE directive looked promising, but alas, cannot do this.
Thanks,
Christopher
More generally, I'm trying to include an already-compiled (or DLL-compiled) function into my PBCC source code for the purposes of obscuring what's in the function. I want to write PBCC source code and make it available to others without them being able to see inside a particular function. I thought a DLL would be the perfect way. I've used DLLs with other apps, so I know how to set them up. But now, how to let PBCC accept them?
Any other methods anyone can think of? The #INCLUDE directive looked promising, but alas, cannot do this.
Thanks,
Christopher
Comment