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.