I'm using (still) PB 6.00 LTS C-Backend (MacOS X - arm 64) on a MacBook.
This is my first effort to convert one of my Win7 programs to Mac.
My current problem is to display above mentioned files with on board apps.
My attempt to display the files like I did on Windows didn't work.
Code: Select all
Pgm=RunProgram(File, "", "", #PB_Program_Open)
How can I utilize an on board viewer (or different viewers) for these files?
I just want to launch these apps, use them and then close them:
Code: Select all
If Pgm
KillProgram(Pgm)
Pgm=0
EndIf