Page 1 of 1

Compile into single EXE

Posted: Sun Oct 09, 2005 1:58 pm
by idolpx
How do I compile the FlashPlayerControl.dll into my exe so I don't have to distribute 2 files? Do you have an example of this?

Also what do you recommend for protecting the resources of the executable. I don't want someone with ResHacker to be able to dump my SWF from the EXE.

Cool control by the way. Just found it last night.
Doing my testing now and these are some of the questions I had. :)

idolpx

Re: Compile into single EXE

Posted: Sun Oct 09, 2005 7:18 pm
by Softanics
Thank you for your questions.

idolpx wrote:How do I compile the FlashPlayerControl.dll into my exe so I don't have to distribute 2 files? Do you have an example of this?


The version for registered users includes static library.

idolpx wrote:Also what do you recommend for protecting the resources of the executable. I don't want someone with ResHacker to be able to dump my SWF from the EXE.


EXECryptor, ASProtect.
Your crypted SWF can be located not only in resources. I think static arrays is also possible location for SWF.

Posted: Sun Oct 09, 2005 11:12 pm
by idolpx
Sounds great! I just put my order in! :)

I'm looking forward to working with the control.
I'm not primarily a C++ programmer so this is a good excuse to work on those skills.

I hope I don't bother you with too many questions.

idolpx