| |||||||
| Commercial message | |
| | |
| Nero SDK Discussion Forum This is the official support forum for the Nero Software Development Kit (SDK). The forum is monitored by Ahead engineers |
![]() |
| | Thread Tools |
| | #1 (permalink) |
| Nero Developer Join Date: Jun 2003
Posts: 209
| Introduction This new Forum is to give all users of the NeroSDK to get in dialog with each other. We will also monitor the messages from time to time and try to help where possible. NeroSDK is a software development kit, which enables you to write your own burning software or add burning capabilities to any software, which will work as long as Nero is installed on your PC. Please download the free kit at: http://www.nero.com/en/631927526314911.html Enjoy it! Last edited by matze; 31-07-2003 at 09:01. |
| | |
| | #2 (permalink) |
| CDFreaks Resident Join Date: Mar 2002 Location: NYC / Binghamton
Posts: 1,369
| Nice to have another section fo the forum up. Will be frequenting this often I bet, after I see what the program is all about. First Reply ![]()
__________________ I'm not spamming, I'm trying to help people And the CDFreaks living room has reached a new low... |
| | |
| | #4 (permalink) |
| Nero Developer Join Date: Jun 2003
Posts: 209
| In the next big update of Nero there will be NeroCOM included. NeroCOM is a set of COM classes and interfaces that can be used in any programming language that supports COM philosophy (practically all modern languages for Win32 platforms including C/C++, Delphi, Visual Basic, Java, etc.). Using NeroCOM you have access to almost all the functionality NeroAPI offers. You can expect NeroCOM being available in the next few month. |
| | |
| | #5 (permalink) |
| CDFreaks Resident Join Date: May 2002 Location: Germany
Posts: 4,613
| [ranting] So VB is still officially considered a language? [/ranting]
__________________ Asus P4C800E-Deluxe, Win XP, P4/2800 HT, 2048 MB RAM, 600 GB HDD, Plextor PX712/716/755/Premium, LG 4120B, Pioneer A08, Pioneer A09, NEC ND-3540A/4550A ------------------------------------------------ If at first you don't succeed, redefine success! How a troll wants to force users of Linux to buy Windows just to make use of Plextor DVD writer unique functions ------------------------------------------------ PxScan/PxView (compatible to Premium, PX-712, PX-714, PX-716), now with built-in picture file output Bitsetting via Autostart My Blog about DADVSI (new french copyright) |
| | |
| | #6 (permalink) | |
| New on Forum Join Date: Jun 2003
Posts: 3
| Quote:
And C# (along with other .NET languages) has the ability to interoperate with C++, so this is hardly a problem. Simply write a basic wrapper class in Managed C++, and by doing this you'll be able to access the Nero API through C#. Simpile as this C# --> Managed C++ Wrapper --> Nero API (Native C++)
__________________ Brian G. Thomasch LINE Imaging Systems | |
| | |
| | #7 (permalink) |
| New on Forum Join Date: Dec 2003
Posts: 1
| hrmph... For those of you who choose to think that VB is not a real language, I applaud you. Not for believing what you think, but for being as bold as you are for coming out and admitting that VB is too hard for you to learn. The rest of us understand how difficult this must be for you. Keeping the sensitivity of this topic for the lingual challenged in mind, we'd like to offer a helping hand. Click here to get information on a book that will aid you in understanding and grasping the basics of the VB language. It is written in a language that everyone can understand, even the lingual challenged themselves. On behalf of all VB programmers, we wish you luck. |
| | |
| | #8 (permalink) | |
| CD Standards Architect Join Date: Jul 2003
Posts: 20
| Re: hrmph... Quote:
Francesco Balena's book may also be good, but I have it only on CD-ROM (came with his VB .NET book) so I've not looked at it closely. Very useful apps can be easily wtritten using VB 6, e.g.. see Sorting Performance and Pagefile monitor | |
| | |
| | #9 (permalink) |
| New on Forum Join Date: Oct 2004
Posts: 2
| Re: Introduction vb works (and i can use it when forced to) but: 1: the code it produces runs slowly 2: it encourages the use of variants 3: it takes over your code formatting (this is the thing that pisses me off about it most) 4: it sometimes gives strange errors which its impossible to find out any more info on (ie neither google or msdn finds anything) 5: you can't take the debugger into the standard library 6: some things are either impossible or bloody close to it (adding a working entry to a forms system menu for example) 7: it has a heavy dependence on activx controls which makes running without first having your app installed (by a program not written in vb) 8: it needs a large runtime support dll im sure there are plently of other reasons to hate vb theese are just the ones that immidiately spring to mind btw i just looked at http://sourceforge.net/projects/delphineroapi/ and from looking at it the biggest problem with using the api from vb would be the calling convention (cdecl) from what i remember im pretty sure vb only supports stdcall for dll inports |
| | |
| | #10 (permalink) |
| CD Freaks Rookie Join Date: Jan 2004 Location: Italy
Posts: 38
| Re: Introduction Three more annoying VB things: 9. when you build the executable, the compiler finds one error at a time 10. The debugger's "step" and "step into" hot keys are different for VB and VC++ (it seems that these products were made by different companies) 11. when you close a project, the IDE deletes ALL your breakpoints and watch expressions OTOH, I don't find #3 (code formatting) too disturbing, maybe because I like Python. |
| | |
| | #11 (permalink) |
| New on Forum Join Date: Apr 2005
Posts: 3
| Re: Introduction: System Requirements? Price? I've read a) Nero SDK license txt file, 2) nero.com page about SDK which links to this forum, 3) NeroAPI6.3.14.pdf, 4) this Introduction topic and I still can't understand: 1. Will my program created and compiled with Nero SDK run on another computer on which Nero is NOT installed? 2. Is this SDK free or not? What is the price? |
| | |
| | #12 (permalink) |
| Moderator Join Date: Jan 2005
Posts: 158
| Re: Introduction 1. NO, you application will NOT run on systems where Nero is NOT installed. 2. This SDK is for free but you can use it only, if you have a runable Nero version installed on your PC, which is unfortunately not for free.
__________________ czykit Nero AG |
| | |
| | #13 (permalink) |
| New on Forum Join Date: Apr 2005
Posts: 3
| Re: Introduction Thank you for reply. Hm... I was looking for an SDK that can enable the development of a program that can support burning CD/DVDs, so I thought Nero SDK is something that includes redistributable files. (And SDK of this kind should not be free, of course.) It would be great if you can provide this SDK, with special price for shareware developers within 100-200 USD and royalty-free redistributable files. |
| | |
| | #14 (permalink) | |
| CD Freaks Rookie Join Date: Jan 2004 Location: Italy
Posts: 38
| Re: Introduction Quote:
If you wait long enough, Microsoft might decide to release an API to do DVD writing.... | |
| | |
| | #16 (permalink) |
| CD Freaks Rookie Join Date: Jan 2004 Location: Italy
Posts: 38
| Re: Introduction Yes, but you can always sell your shareware application to people who already have Nero installed. Correct me if I am wrong, but I think you are NOT forced to redistribute Nero with your software because your users can buy Nero separately. |
| | |
| | #18 (permalink) | |
| New on Forum Join Date: Nov 2005
Posts: 11
| Re: Introduction Quote:
This link doesn't work. The new link is http://ww2.nero.com/nero6/enu/SDK_API.html | |
| | |
| | #20 (permalink) | |
| New on Forum Join Date: Nov 2006
Posts: 2
| Re: Introduction Quote:
http://ww2.nero.com/nero7/enu/SDK_API.html | |
| | |
| | #22 (permalink) |
| New on Forum Join Date: Oct 2007
Posts: 2
| Re: Introduction - Where is the SDK now ? I have an SDK with a typelib version of 1.4 which appeared to work onnero 6 under VB6 but seems to struggle under C# ( .NET 2 ) . Its seems very out of date. I cannot seem to find out where the latest SDK is now ? Can anyone help ? Regards Chris |
| | |
| |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| introduction | bkrousan | Newbie Forum | 1 | 03-02-2003 01:56 |