Hi All,
I have a problem while using neroapi to Burn DVD using NeroBurn function. I tried to use the
nero api using the include files neroapiglue.h, neroisodemo.h and by linking to the library neroapiglue.lib. But while linking i get an error stating the following. Why is that? But when I comment the #include "NeroISODemo.h" line I am able to compile without any errors. I guess there should be some problem in NeroISODemo.h. But this file is necessary for writing data into the DVD. please help me out in this.
Thanks a lot,
Krishna.
Linking...
LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other libs; use /NODEFAULTLIB:library
TestDlg.obj : error LNK2001: unresolved external symbol "void __cdecl Exit(int)" (?Exit@@YAXH@Z)
Debug/Test.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.