The MASM Forum

Projects => Easy Code IDE 32/64-bit => Topic started by: laomms on April 10, 2020, 09:24:24 PM

Title: EasyCode line limit
Post by: laomms on April 10, 2020, 09:24:24 PM
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.

Title: Re: EasyCode line limit
Post by: rsala on April 11, 2020, 06:19:41 PM
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!