mod encoding

Started by jacques van der merwe,

jacques van der merwe

any1 know a good tactic to hide a mod into a application? also if delphi source can be handed out,it'd be much appreciated.

situation : say u wanna build a nice looking cracktro/demo but people steal ur muzik.u can rename ur mod to something.dll,but still,people tend 2 get smarter and still rip ur stuff,thus something more potent is needed,any help would be much appreciated.

//admin@scene.co.za

skrebbel

how about just including it as a resource? i believe delphi can do that..

read some docs and find out how to get a pointer to pass to BASS_MusicLoad. i can tell you how to do it in c, but i'm not sure whether delphi supports a macro like MAKEINTRESOURCE. (hint: you might want to use the windows API calls FindResource(), LoadResource() and LockResource(). then again, delphi might have simplified resource handling functions in its VCL. search, and thou shalt find.)