thecodefreak wrote:
My C# program for burning is using Interop.StarBurn.dll. But which dll needs to be included for registration? I tried to deploy my program into my friends machine but it is failing at the statement:
Registration = new StarBurn.CRegistrationClass();
Error message given is::
"Cant Create Registration Object"...
Am I missing any dll?? Or will I have to install anything prior to using my program??
Hello,
If you're using StarBurn.ocx COM
wrapper for StarBurn of course you need to have a copy of it as part of your own
application installation. Please also take a look at StarBurnOCX-Install.bat and
StarBurnOCX_UnInstall.bat files located in Bin folder of the StarBurn. They
provide you with a sample batch code how to either install of uninstall StarBurn
OCX component on your user machine.
That's all! No additional stuff is needed.
P.S. Please read StarBurn SDK F.A.Q.