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

Old Posted: 04-06-2003
default_avatar
matze (Nero Developer)
Posts: 209
  • Find More Posts 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!
Last edited by matze; 31-07-2003 at 10:01.
default_avatar
Today (MyCE Staff)
Posts: 15,596
Old Posted: 05-06-2003
Flying Dutchman's Avatar
Flying Dutchman (CDFreaks Resident)
Posts: 1,369
  • Find More Posts by Flying Dutchman
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...
Old Posted: 11-06-2003
default_avatar
DawnLoader (CD Freaks Member)
Posts: 120
  • Find More Posts 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!
Old Posted: 11-06-2003
default_avatar
matze (Nero Developer)
Posts: 209
  • Find More Posts by matze
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.
Old Posted: 11-06-2003
default_avatar
alexnoe (CDFreaks Resident)
Posts: 4,695
  • Find More Posts by alexnoe
[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)
Old Posted: 24-06-2003
default_avatar
bthomasch (New on Forum)
Posts: 3
  • Find More Posts by bthomasch
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
Old Posted: 16-12-2003
default_avatar
CraigNobbs (New on Forum)
Posts: 1
  • Find More Posts 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.
Old Posted: 02-03-2004
default_avatar
Howard Kaikow (CD Standards Architect)
Posts: 20
  • Find More Posts by Howard Kaikow
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
Old Posted: 20-10-2004
default_avatar
plugwash (New on Forum)
Posts: 2
  • Find More Posts by plugwash
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
Old Posted: 09-12-2004
default_avatar
TheRG (CD Freaks Rookie)
Posts: 38
  • Find More Posts by TheRG
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.
Old Posted: 10-04-2005
default_avatar
alexkiri (New on Forum)
Posts: 3
  • Find More Posts by alexkiri
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?
Old Posted: 11-04-2005
default_avatar
czykit (MyCE Member)
Posts: 158
  • Find More Posts by czykit
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
Old Posted: 11-04-2005
default_avatar
alexkiri (New on Forum)
Posts: 3
  • Find More Posts 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.
Old Posted: 11-04-2005
default_avatar
TheRG (CD Freaks Rookie)
Posts: 38
  • Find More Posts by TheRG
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....
Old Posted: 15-04-2005
default_avatar
alexkiri (New on Forum)
Posts: 3
  • Find More Posts by alexkiri
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.
Old Posted: 15-04-2005
default_avatar
TheRG (CD Freaks Rookie)
Posts: 38
  • Find More Posts by TheRG
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.
Old Posted: 19-06-2005
default_avatar
frizs (New on Forum)
Posts: 2
  • Find More Posts by frizs
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
Old Posted: 10-01-2006
default_avatar
farmerbuzz (New on Forum)
Posts: 11
  • Find More Posts by farmerbuzz
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
Old Posted: 30-04-2006
default_avatar
adesmond2 (New on Forum)
Posts: 1
  • Find More Posts by adesmond2
I wanna to ask how to do the basic copy video with our windows media player to cdr? who can teach mi??
Old Posted: 16-11-2006
default_avatar
dooglio (New on Forum)
Posts: 2
  • Find More Posts by dooglio
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
Old Posted: 25-06-2007
default_avatar
unison (CD Freaks Member)
Posts: 234
  • Find More Posts by unison
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!!
Old Posted: 08-10-2007
default_avatar
ChrisRingrow (New on Forum)
Posts: 2
  • Find More Posts by ChrisRingrow
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
Old Posted: 21-10-2007
default_avatar
Lord KiRon (CD Freaks Senior Member)
Posts: 257
  • Find More Posts by Lord KiRon
New SDK path:

http://www.nero.com/enu/downloads-sdk.html
Old Posted: 05-06-2008
default_avatar
liujingliang (New on Forum)
Posts: 4
  • Find More Posts by liujingliang
I like this club.
Old Posted: 16-12-2008
default_avatar
silverbackfaction (New on Forum)
Posts: 1
  • Find More Posts by silverbackfaction
sdk link is broken
There's more to MyCE.com

Listen up, we've got more. Product information on 107,830 products. Our experts have written 540 articles. We've gathered 16,487 news items for you to always keep updated.

Hello guest,
default
To benefit from all extra features you need to log in or sign up.

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

People who found this also searched for

  • delphi compiler one error at a time
  • download visual basic 6 gary cornell pdf
  • free downloading of visual basic 6.0 from the ground up-gary cornell
  • gary cornell visual basic 6 from the ground up download
  • gary cornell visual basic 6 from the ground up in pdf
All times are GMT +2. The time now is 19:31.
Top