Hi
I get an the following message while draging in files to the demo application
Access violation at address 77C43996 in module "MSVCRT.DLL". Read of address 00000000.
I narrowed down the error to the following line in the procedure "WMDropFiles"
NeroIsoTract := NeroCreateIsoTractEx(Nil, Nil, 0).
Kindly Help me out.
Thanks in advance Thanu
Take a look on Support Requests:
https://sourceforge.net/tracker/?atid=566674&group_id=82627&func=browse
Try to change mentioned line to:
NeroIsoTract := NeroCreateIsoTractEx(Nil, '', 0);
Yeah ... I have already made the changes on these points. Thank you for the correction.
There are credits for you on this also.
Log in to post a comment.
Hi
I get an the following message while draging in files to the demo application
Access violation at address 77C43996 in module "MSVCRT.DLL". Read of address 00000000.
I narrowed down the error to the following line in the procedure "WMDropFiles"
NeroIsoTract := NeroCreateIsoTractEx(Nil, Nil, 0).
Kindly Help me out.
Thanks in advance
Thanu
Take a look on Support Requests:
https://sourceforge.net/tracker/?atid=566674&group_id=82627&func=browse
Try to change mentioned line to:
NeroIsoTract := NeroCreateIsoTractEx(Nil, '', 0);
Yeah ... I have already made the changes on these points. Thank you for the correction.
There are credits for you on this also.