compiler construction - can I make/build VB6 (aka classic Visual Basic) exe file in incremental, fast manner? -
i not first 1 observe vb6 "run full compile" fast , nice (hence incremental, compile needed process) whereas make exe takes long time. way long, when have no choice test , troubleshoot behavior of executable , standalone process rather debug version running under ide process.
so, there compiler option or other magic transition make fast, incremental mode compile changed modules , link them precompiled other stuff?
or agonizingly slow make matter of slow linker rather module compiler?
go project|properties... dialog. select compile tab. choose compile p-code.
compiling native code involves 2 compiler passes , link pass. i'm not sure why seems slow unless you've never compiled large programs using other languages.
Comments
Post a Comment