I have problem with 'Bwf Mp2' converter. I call conversion from Visual Basic:
....
Call dMC.AddFromToFiles(fileToConvert, newNameFile)
Call dMC.GoConversion("Bwf Mp2", True, False, True, True)
....
and I get error at the end of conversion process:
Error Musicconverter.exe
AppName: musicconverter.ex AppVer: 4.0.0.52 ModName: ntdll.dll
ModVer: 5.1.2600.1217 Offset: 00033aed
It's only happen with "Bwf Mp2" codec. With 'mp2' or 'mp3' there is no problem.
I get this error only with Windows XP computers. I try Win 98 - no error message. (If I disable Microsoft Error Reporting , there is no error message with Win XP too
....
Call dMC.AddFromToFiles(fileToConvert, newNameFile)
Call dMC.GoConversion("Bwf Mp2", True, False, True, True)
....
and I get error at the end of conversion process:
Error Musicconverter.exe
AppName: musicconverter.ex AppVer: 4.0.0.52 ModName: ntdll.dll
ModVer: 5.1.2600.1217 Offset: 00033aed
It's only happen with "Bwf Mp2" codec. With 'mp2' or 'mp3' there is no problem.
I get this error only with Windows XP computers. I try Win 98 - no error message. (If I disable Microsoft Error Reporting , there is no error message with Win XP too

Comment