VB 6 memory limit

A potential customer has a very large VB6 program. They claim that they face memory limitations. They cannot add more lines of code.

Do you know what the upper limit is, and is there a way around it?

+3
source share
1 answer

There is documentation on VB restrictions on MSDN:

Code Limitations :

The amount of code that can be loaded into a form, class or standard module is limited to 65534 lines ... [etc]

Project Limitations :

32 000 "" ( nonreserved), , , , , , , , , . , .

:

( , ) VBA Visual Basic 64 .

+8

All Articles