Reasm from commented file fails
Posted: Sat Jan 04, 2020 6:19 am
Hi guys, I'm trying to rebuild my commented ASM source with this command-line, but it fails:
POLINK: error: Unresolved external symbol '_PB_StringBasePosition'.

I'm not using any third-party libraries, and obviously the exe compiles normally from the IDE, so all paths in the resource file are correct, etc.
I'm running the command-line from a batch file in the source's folder. Anyone have any idea how to resolve this? Thanks.
Code: Select all
D:\PureBasic\Compilers\pbcompiler.exe /reasm PureBasic.asm /linenumbering /thread /xp /icon "Includes\Icon.ico" /resource "Includes\Sounds\Sounds.rc" /exe "Rebuild.exe"
I'm not using any third-party libraries, and obviously the exe compiles normally from the IDE, so all paths in the resource file are correct, etc.
I'm running the command-line from a batch file in the source's folder. Anyone have any idea how to resolve this? Thanks.