View Single Post
  #4  
Old 28-02-2013, 01:43
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
if not ISPrecompExtract( 0, 100, ExpandConstant('{app}\data'), ExpandConstant('{app}\'), true) then break;
i think error in this part, change
Code:
ExpandConstant('{app}\data') to ExpandConstant('{app}\data.pcf')
and you not correct write percents 25 50 100 must be 100, but you have 175.
Reply With Quote
The Following User Says Thank You to altef_4 For This Useful Post:
danswano (28-02-2013)