News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

EasyCode line limit

Started by laomms, April 10, 2020, 09:24:24 PM

Previous topic - Next topic

laomms

I make some code from IDA,  it has about 70000+ line code.
I want compile it to a dll use EasyCode, but it shows exception:MainDll.asm(32769) :  fatal error A1019: invalid debug and browser data; file exceeds line limit.
for some reason, I can not split a part of code to moudle.
I try compile it in vs2019, it can compile successfully.
I try use other compiler, such as visualmasm, it no line limited, but not as good as EasyCode.


rsala

Hi laomms,

Thanks for using Easy Code.

I guess you are using the "ml.exe" included in MASM32 SDK and as far as I know it has a limit of 32768 lines. The 32-bit version of Easy Code is compiled with "ml.exe" and I had the same problem as the main module was growing. The solution is adding a module (menu "Project-->Add-->Module") and move some functions to it.

Please let me know if you could solve the problem.

Regards!
EC coder