Save as standalone application

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
tdubois
Posts: 2
Joined: Sat Aug 25, 2018 2:01 am

Save as standalone application

Post by tdubois »

1. The standalone is built but has this error message: File to include in standalone not found: ""

2. I used the search for required inclusions but the datagrid is not being accessed. It works fine in LiveCode.

Thanks.
dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10501
Joined: Wed May 06, 2009 2:28 pm

Re: Save as standalone application

Post by dunbarx »

Hi,

Have you tried explicitly including the DG? This means not letting the engine search for them. And this has a speed advantage as well.

Craig Newman
tdubois
Posts: 2
Joined: Sat Aug 25, 2018 2:01 am

Re: Save as standalone application

Post by tdubois »

Yes, that worked. Thank you.
Post Reply