Page 1 of 1

The embedded f_in_box.dll differs from the shipped version

Posted: Thu Dec 13, 2007 2:52 pm
by martijn
Hi there,

We use the f in the box in a plugin within our application. We noticed that if we don't supply the f_in_box.dll the f_in_box__lib.dll will create one. But it differs from the one you get when you buy the license... Normally with the unlock key the demo label will dissapear, but the embedded f_in_box.dll WILL still show you it's lovely label...

Could this be a bug?

For now we put both the managed and unmanaged dll in our plugin. So no hurry there, but maybe you can fix this in the next version.

Thnx,
Martijn

ps. Nice product. Works like a charm.

Re: The embedded f_in_box.dll differs from the shipped versi

Posted: Thu Dec 13, 2007 5:27 pm
by Softanics
Thank you for your question.

martijn wrote:We use the f in the box in a plugin within our application. We noticed that if we don't supply the f_in_box.dll the f_in_box__lib.dll will create one. But it differs from the one you get when you buy the license... Normally with the unlock key the demo label will dissapear, but the embedded f_in_box.dll WILL still show you it's lovely label...

Could this be a bug?


Not a bug... We added this behavior because Visual Studio copies f_in_box__lib.dll without f_in_box.dll. So it's not a bug, it's a workaround of VS problem.

martijn wrote:For now we put both the managed and unmanaged dll in our plugin. So no hurry there, but maybe you can fix this in the next version.


Yes, you should redistribute two dlls.

Posted: Fri Dec 14, 2007 10:03 am
by martijn
Ok, thank you for your explanation.