Go Back   Club CDFreaks - Knowledge is Power > International Chat: Software related > Nero SDK Discussion Forum


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



Reply
 
Thread Tools
Old 04-06-2003   #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.
matze is offline   Reply With Quote
Old 05-06-2003   #2 (permalink)
CDFreaks Resident
 
Flying Dutchman's Avatar
 
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...
Flying Dutchman is offline   Reply With Quote
Old 11-06-2003   #3 (permalink)
CD Freaks Junior Member
 
Join Date: Nov 2001
Location: California, USA
Posts: 90
At first I was very excited about this forum. Then I realized, it is only for C/C++ programmers and nothing for VB, Java or C#.

Hmmm!
DawnLoader is offline   Reply With Quote
Old 11-06-2003   #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.
matze is offline   Reply With Quote
Old 11-06-2003   #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)
alexnoe is offline   Reply With Quote
Old 24-06-2003   #6 (permalink)
New on Forum
 
Join Date: Jun 2003
Posts: 3
Quote:
Originally posted by DawnLoader
At first I was very excited about this forum. Then I realized, it is only for C/C++ programmers and nothing for VB, Java or C#.

Hmmm!
VB? i dont even want to hear it.

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
bthomasch is offline   Reply With Quote
Old 15-12-2003   #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.
CraigNobbs is offline   Reply With Quote
Old 02-03-2004   #8 (permalink)
CD Standards Architect
 
Join Date: Jul 2003
Posts: 20
Re: hrmph...

Quote:
Originally posted by CraigNobbs
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.
I'd recommend starting with Michael Halverson's Visual Basic 6 Step by Step from MSFT Press, followed by Gary Cornell's Visual Basic 6 from the Ground Up.

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
Howard Kaikow is offline   Reply With Quote
Old 20-10-2004   #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
plugwash is offline   Reply With Quote
Old 09-12-2004   #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.
TheRG is offline   Reply With Quote
Old 10-04-2005   #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?
alexkiri is offline   Reply With Quote
Old 11-04-2005   #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
czykit is offline   Reply With Quote
Old 11-04-2005   #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.
alexkiri is offline   Reply With Quote
Old 11-04-2005   #14 (permalink)
CD Freaks Rookie
 
Join Date: Jan 2004
Location: Italy
Posts: 38
Re: Introduction

Quote:
Originally Posted by alexkiri
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.
Nero's policy is OK when you know in advance that you will not sell many copies of your shareware app: the SDK is free, and you pay only on a per-installation basis. If this is not your case, you may consider buying a more expensive SDK with no royalties to redistribute.

If you wait long enough, Microsoft might decide to release an API to do DVD writing....
TheRG is offline   Reply With Quote
Old 15-04-2005   #15 (permalink)
New on Forum
 
Join Date: Apr 2005
Posts: 3
Re: Introduction

As I understand now, it is required to distribute and install Nero _with_ application. It is really impossible when the price of shareware application is less than 50 and Nero price is 70.
alexkiri is offline   Reply With Quote
Old 15-04-2005   #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.
TheRG is offline   Reply With Quote
Old 19-06-2005   #17 (permalink)
New on Forum
 
Join Date: Jun 2005
Posts: 2
Re: Introduction

Dear All

I am looking for programmer who are very familiar with Nero SDK. Please write to me if you are interested at umaran at streamyx dot com.

Urgent

Thanks
Thiru
frizs is offline   Reply With Quote
Old 10-01-2006   #18 (permalink)
New on Forum
 
Join Date: Nov 2005
Posts: 11
Re: Introduction

Quote:
Originally Posted by matze
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!

This link doesn't work. The new link is http://ww2.nero.com/nero6/enu/SDK_API.html
farmerbuzz is offline   Reply With Quote
Old 30-04-2006   #19 (permalink)
New on Forum
 
Join Date: Apr 2006
Location: Singaoire
Posts: 1
Re: Introduction

I wanna to ask how to do the basic copy video with our windows media player to cdr? who can teach mi??
adesmond2 is offline   Reply With Quote
Old 16-11-2006   #20 (permalink)
New on Forum
 
Join Date: Nov 2006
Posts: 2
Re: Introduction

Quote:
Originally Posted by farmerbuzz
This link doesn't work. The new link is http://ww2.nero.com/nero6/enu/SDK_API.html
It's changed yet again!

http://ww2.nero.com/nero7/enu/SDK_API.html
dooglio is offline   Reply With Quote
Old 25-06-2007   #21 (permalink)
CD Freaks Member
 
Join Date: Dec 2003
Location: uk
Posts: 234
Re: Introduction

Is this forum still checked by anyone from Nero? It seems the last time any of the 5 moderators listed in this forum logged in was 2006!!
unison is offline   Reply With Quote
Old 08-10-2007   #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
ChrisRingrow is offline   Reply With Quote
Old 21-10-2007   #23 (permalink)
CD Freaks Junior Member
 
Join Date: Sep 2002
Posts: 55
Re: Introduction

New SDK path:

http://www.nero.com/enu/downloads-sdk.html
Lord KiRon is offline   Reply With Quote
Old 4 Weeks Ago   #24 (permalink)
New on Forum
 
Join Date: Jun 2008
Posts: 4
Re: Introduction

I like this club.
liujingliang is offline   Reply With Quote
 
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
introduction bkrousan Newbie Forum 1 03-02-2003 01:56


All times are GMT +2. The time now is 19:37.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0