which I am calling four times. This is compiler inbuilt function. Inside function_3_2() if I dont call function_3_2_1() then this error is eliminated. If you need tyhe original code then I can slo paste that
Thankyou very mush for reading my problem. I am waiting for reply
Regards
Faheem Khan
Ttelmah Guest
Posted: Sat Oct 14, 2006 2:46 am
Try doing a search of the forum for this error. The fix has been published here, probably several dozen times. What is almost certainly happening, is that most of your functions are being coded as 'inline' (since this is quicker in execution), and unless you force them to be 'separate', this will make the main program become huge.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum