Click here to Skip to main content
15,887,289 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I have to Create a web based application to create an interface beween web app and PRIMERA device for CD and DVD burning.....

Actually primera (Bravo cd /dvd burner) device is used for cd /dvd writing of any data project/image project/audio project....

If any one have idea or previously done by them in past then please let me know..how can i start..


Thanks
Nikhil
Posted
Comments
Sergey Alexandrovich Kryukov 25-Jan-12 14:20pm    
The whole problem you are trying to solve does not seem to make any sense. Any burning software works with each and every CD/DVD writer installed, not with a particular model. (I don't count software provided by manufacturers of the devices; I never saw anything good.) There is a number of free or Open-Source products which are better then proprietary.
--SA

1 solution

Please see my comment to the question. You never need to write separate software for a particular CD/DVD writer.

Here is one of the software products working with any hardware — InfraRecorder. It is Open Source, quite well-know and reliable. It's better than any proprietary product I ever saw. Please see:
http://en.wikipedia.org/wiki/InfraRecorder[^],
http://infrarecorder.org/[^].

Source code: http://sourceforge.net/projects/infrarecorder/files/InfraRecorder/0.52/ir052_src.zip/download[^].

This is C++, sorry. But at least you can learn how it works if you want to write your own. Alternatively, you can extract the engine, turn it into a DLL and use in your C# project via P/Invoke. Another alternative is to create a mixed-mode (managed+unmanages) project in C++ and C++/CLI, wrap unmanaged C++ code in C++/CLI "ref" classes, make them public and reference obtained assembly in your C# project as any other referenced assembly.

Besides, now when you get an idea, try to Google for some other product.

Good luck,
—SA
 
Share this answer
 
Comments
[no name] 26-Jan-12 3:15am    
Primera device works on server machine(where primera device is attached through USB Port). on server machine where primera attached there is shared folder where all client can put their cd/dvd/wring jobs in shared folder then primera device will scan that shared folder on server machine and write CD for particular client job.........
[no name] 27-Jan-12 0:23am    
if any idea

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900