PDA

View Full Version : exit code -1073741819 with Visual DSP++


MHorn
05-07-2008, 01:41 PM
I've read several threads dealing with the "exit code -1073741819" problem but most of them seem to be related to compliling with Installshield or VB6.

We're using Visual DSP++ from Analog Devices.

All I'm attempting to do is automate the launching of the Visual DSP IDE. I just want the program to load.

I'm using the "Run Program" action in VBPro version 6.7 and every time I attempt to initiate the Visual DSP IDE, I get the message -
"Process completed with exit code -1073741819" and the IDE never comes up.

The strange thing is, this only happens with Visual DSP 5.0. I can successfully launch Visual DSP 4.0 and 4.5 using the same command. Is there anything I can do to get around this? Is this an issue I need to take up with Analog Devices?

Thanks

kinook
05-07-2008, 01:57 PM
Try removing the VBP DEP exclusions (Control Panel -> System -> Advanced -> Data Execution Prevention -> Turn on DEP for all programs and services except those I select, Remove Visual Build Professional and Visual Build Professional 6 Console App from the list, OK, and restart Windows) and then configure Windows to 'Turn on DEP for essential Windows programs and services only' (in that same dialog) and restart again.

MHorn
05-07-2008, 02:32 PM
That fixed it.

Thank you VERY much!!!

Liafo
08-06-2008, 12:38 PM
Thanks for this information. I had the same problem with Robo Help 7 (the same exit code in Visual Builder Pro 6 when running RoboHelp step) and after this DEP "fix" it works fine.