Jun 9, 2003 #1 siraj777 Programmer Joined Aug 22, 2002 Messages 27 Location IN While compiling pb application (6.5) for 16bit deployment getting the following error. Compiles fine for 32 bit. any ideas? Compiled segment size exceeds 64K for object::function
While compiling pb application (6.5) for 16bit deployment getting the following error. Compiles fine for 32 bit. any ideas? Compiled segment size exceeds 64K for object::function
Jun 10, 2003 #2 mbalent Programmer Joined Sep 20, 2001 Messages 853 Location US You may have a function which is too large (the powerscript has too many characters in it). Try breaking it up into smaller functions. Upvote 0 Downvote
You may have a function which is too large (the powerscript has too many characters in it). Try breaking it up into smaller functions.