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

  1. Old Posted:
    • # 1
    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 09:01.
    default_avatar
    Today (MyCE Staff)
    Posts: 15,596
  2. Old Posted:
    • # 2
    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...
  3. Old Posted:
    • # 3
    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!
  4. Old Posted:
    • # 4
    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.
  5. Old Posted:
    • # 5
    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)
  6. Old Posted:
    • # 6
    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
  7. Old Posted:
    • # 7
    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.
  8. Old Posted:
    • # 8
    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
  9. Old Posted:
    • # 9
    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
  10. Old Posted:
    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.
  11. Old Posted:
    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?
  12. Old Posted:
    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
  13. Old Posted:
    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.
  14. Old Posted:
    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....
  15. Old Posted:
    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.
  16. Old Posted:
    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.
  17. Old Posted:
    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
  18. Old Posted:
    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
  19. Old Posted:
    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??
  20. Old Posted:
    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
  21. Old Posted:
    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!!
  22. Old Posted:
    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
  23. Old Posted:
    default_avatar
    Lord KiRon (CD Freaks Senior Member)
    Posts: 257
    • Find More Posts by Lord KiRon
  24. Old Posted:
    default_avatar
    liujingliang (New on Forum)
    Posts: 4
    • Find More Posts by liujingliang
    I like this club.
  25. Old Posted:
    default_avatar
    silverbackfaction (New on Forum)
    Posts: 1
    • Find More Posts by silverbackfaction
    sdk link is broken

Similar Threads

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

Search this Thread

New Posts

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
All times are GMT +2. The time now is 06:21.
Top