Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Program too large to compile ....GENDBC
Message
 
 
To
16/12/2001 21:37:16
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00594975
Message ID:
00594989
Views:
80
>Hi Sergey,
>
>Thanks for reply. I went to FTP site and downloaded GENDBCX and test it with no luck. I have the same problem. Program is too large. File size ( .PRG ) is 148K. It fails at line COMPILE (m.tcOutFile).
>As i said in my previous e-mail I have found some .PRG files > 64K and went in VFP and COMPILE them with no errors.


According to Visual FoxPro System Capacities http://msdn.microsoft.com/library/default.asp?url=/library/en-us/foxhelp98/system_18.asp
- Maximum # of lines in source program files - unlimited
- Maximum size of compiled program modules - 64K

It means that size of .PRG file is unlimited but size of compile code of any single procedure/function is limited to 64K.

>
>But when i am trying to compile the PRG created by GENDBC or GENDBCX VFP complains it can't COMPILE.

Try to open the program generated by GENDBCX for editing and look for any suspicious (big) procedures/functions.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform