07-04-2011 01:20 PM
Hi,
I have on dos application which i am calling for specific task through command line input to system exec.vi .. problem i am geting is crash of dos application without finishing the task.. i checked with vi output and it says stack overflow.. then i run it manually by calling same command line in command prompt.. it run well throughout ..
Any suggestion to improve ? why any task which is geting executed in manul call in command prompt is geting crashed when calling through LabVIEW ?
Thanks
- HS
Solved! Go to Solution.
07-05-2011 08:04 AM
Hello H S,
It seems some method calls in an executable cause the exe to crash. You may be able to resolve it by removing certain functions such as the clear console command in case it is part of your code which you used to create the exe.
You may want to take a look here.
Regards,
Navjodh
07-05-2011 03:41 PM
Hi Navjodh,
finally i removed the system exec.vi and using dot net container with invoke node... so my problem is fixed for now
Thanks
- Himanshu