Search found 5 matches

by PLUdev
Wed Aug 14, 2013 12:42 pm
Forum: Talking LiveCode
Topic: strange problems : memory and built-in objects
Replies: 11
Views: 12476

Re: strange problems : memory and built-in objects

Hi Jacque, I clarify the setup : 1. "Your working stack has no rev objects" : no : my working stack HAS rev objects (i.e. in my file .livecode): I am sure also that this is not normal and is probably the cause of the execution error 2. "Your standalone does have rev objects" : I suppose but I don't ...
by PLUdev
Mon Aug 12, 2013 12:46 pm
Forum: Talking LiveCode
Topic: strange problems : memory and built-in objects
Replies: 11
Views: 12476

Re: strange problems : memory and built-in objects

Hi, 1- my application is connected to a MS Access database ; and I use imported images (objects) but very few. And it's the case since the beginning of the development, so there is no reason to see the size of the livecode project go on increasing like that ! No obvious explanations. And when I use ...
by PLUdev
Fri Aug 09, 2013 8:33 am
Forum: Talking LiveCode
Topic: strange problems : memory and built-in objects
Replies: 11
Views: 12476

Re: strange problems : memory and built-in objects

It gets added there during the standalone building process.. Just delete it and the IDE will re-add it when you re-compile.. I have performed some tests. I have created a new project with a main stack and a card with a few code lines. I have built the standalone. I don't see any built-in object (wh...
by PLUdev
Thu Aug 08, 2013 7:50 am
Forum: Talking LiveCode
Topic: strange problems : memory and built-in objects
Replies: 11
Views: 12476

Re: strange problems : memory and built-in objects

If I am not mistaken, the revLibraries group is to allow your compiled application to load and use the IDE libraries and externals.. Yes, I think your are right. But this group was not on my card initially. So I suppose I made a bad manipulation on the development environment, and I now this group ...
by PLUdev
Wed Aug 07, 2013 7:49 am
Forum: Talking LiveCode
Topic: strange problems : memory and built-in objects
Replies: 11
Views: 12476

strange problems : memory and built-in objects

Hi, I need some help about two points please. 1- my software development file ('myApplication'.livecode) doesn't stop increasing in size. I'm sure that this is not due to the number of code lines I have added. My first version is around 32 Mo and now the last version is around 94 Mo ! I am working o...