execpff without WAIT

Discussions about creating CAPI applications to run on Android devices
Forum rules
New release: CSPro 8.0
Post Reply
leulae
Posts: 46
Joined: December 16th, 2016, 5:51 am

execpff without WAIT

Post by leulae »

Dear All,

I am developing an Android application, When I call execpff function to call another cspro application, it does not run the application (???),

But it work with Windows.

I examine and place errmsg ("B4 run pff); to make delay, it works then.
setfile(pffFile,pffFilename,create);

filewrite(pffFile,"[Run Information]");
filewrite(pffFile,"Version=CSPro 7.0");
filewrite(pffFile,"AppType=Entry");
….
….
close(pffFile);
[b]errmsg ("B4 run pff);[/b]
execpff(filename(pffFile),stop);
I have already developed same kind of solutions early and did not get these kind of error, I used to test same device, my Early programs work fine on the device.

Any hint please

Leulae
aaronw
Posts: 561
Joined: June 9th, 2016, 9:38 am
Location: Washington, DC

Re: execpff without WAIT

Post by aaronw »

Your code snippet looks fine and I am not able to replicate the issue. If you send your application to cspro@lists.census.gov I will take a look at it and run it on my Android device.
Post Reply