Introduction
| Nero & InCD Discuss, Introduction at Burning Software forum; 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 |
-
Posted:
04-06-2003
- # 1
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.
- Today (MyCE Staff)
- Posts: 15,596
-
Posted:
05-06-2003
- # 2
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... -
Posted:
11-06-2003
- # 3
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! -
Posted:
11-06-2003
- # 4
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. -
Posted:
11-06-2003
- # 5
[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)
-
Posted:
24-06-2003
- # 6
VB? i dont even want to hear it.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!
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 -
Posted:
15-12-2003
- # 7
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. -
Posted:
02-03-2004
- # 8
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.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.
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 -
Posted:
20-10-2004
- # 9
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 -
Posted:
09-12-2004
- # 10
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. -
Posted:
10-04-2005
- # 11
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? -
Posted:
11-04-2005
- # 12
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 -
Posted:
11-04-2005
- # 13
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. -
Posted:
11-04-2005
- # 14
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.Quote:Originally Posted by alexkiriThank 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.
If you wait long enough, Microsoft might decide to release an API to do DVD writing.... -
Posted:
10-01-2006
- # 18
Quote:Originally Posted by matzeThis 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 -
Posted:
16-11-2006
- # 20
It's changed yet again!Quote:Originally Posted by farmerbuzzThis link doesn't work. The new link is http://ww2.nero.com/nero6/enu/SDK_API.html
http://ww2.nero.com/nero7/enu/SDK_API.html -
Posted:
08-10-2007
- # 22
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 -
Posted:
21-10-2007
- # 23
New SDK path:
http://www.nero.com/enu/downloads-sdk.html -
Posted:
05-06-2008
- # 24
I like this club. -
Posted:
16-12-2008
- # 25
sdk link is broken
People who found this also searched for
- “visual basic 6.0 from the ground up” by gary cornell
- gary cornell visual basic
- visual basic 6 book by g cornell free download
- brian thomasch
- cache sbg4yf0f4lqj forums.support.roxio.com topic 29791-cdapiscommand-line-arguments roxio command line arguments
- delphi compiler one error at a time
- download books on visual basic.torrent
- download visual basic 6 gary cornell pdf
- ebook torrent visual basic
- ebook.com vb6 from the groundup by gary cornell free download
- free download book visual basic from the ground up by gary cornell.torrent
- free download gary cornell visual basic 6 from the ground up
- free download visual basic 6 from ground up
- free download visual basic 6 from the ground up by gary cornell
- free download visual basic from the ground up – by gary cornell
- free downloading of visual basic 6.0 from the ground up-gary cornell
- g. cornell visual basic 6 free pdf download
- gary cornell visual basic 6 from ground up pdf
- gary cornell visual basic 6 from the ground up download
- gary cornell visual basic 6 from the ground up in pdf
- gary cornell visual basic 6.0 ebook free download
- vb 6.0 pdf ground up free downloads
- vb6 from ground up gary cornell ebook
- vb6 from the ground up by gary cornell e book for free download
- vb6 ground up gary cornell free ebook download
- vb6 groung up e book free downloads
- vba cdecl java
- visual basic 6 free ebook by gary
- visual basic 6 from the ground by cornell free download

