|
|
Clarion 6 - General
Started by DirkC at 10-01-2008 11:06 PM. Topic has 1 replies.
 
 
|
|
Sort Posts:
|
|
|
|
10-01-2008, 11:06 PM
|
DirkC
Joined on 09-10-2008
Posts 3
|
|
|
My .app file was over 24mb I created a new clean app and imported all procedures from the large app, now my new app size is only 6mb? Why is this? Strange...
I would also like to know; I am currently exporting the app to txa do the changes there and then import it back, much easier to make changes that needs to be done in a lot of procedures... but when I import it back it duplicates some of the global embed points that I added, is this a bug?
Regards,
Dirk
|
|
|
|
|
Report
|
|
|
|
10-02-2008, 9:23 AM
|
Peter
Joined on 10-29-2005
Copenhagen, Denmark
Posts 11
|
|
|
It's a known problem that .app files get bloated over time. Exporting and re-importing fixes this.
Some templates cause embeds to duplicate when importing from text (HTML Help, WinEvent to name a few). What happens is that the template is applied twice. You have two options to avoid this: 1) import to a new, empty app or 2) go thru the .txa in your editor of choice and delete the offending code. Search for [ADDITION] to locate them.
Peter
|
|
|
|
|
Report
|
|
|
|
|
Clarion Communi... » Clarion » Clarion 6 - Gen... » Strange Phenomena
|
|
|
|