raddebugger
raddebugger copied to clipboard
RAD Linker, Error(002): /RAD_LINK_VER: unable to parse minor version, even with no arguments.
I'm using latest version of the linker.
Same issue here:
radlink -DEBUG -ignore:4199 -LARGEADDRESSAWARE -PDB:K:/SVN/pierre_win/Engine/_ham/obj/nilang-3/nt-msvc_19_x64-x64-ra/HelloUI_cpp/HelloUI_cpp_ra.pdb -OPT:REF -OPT:ICF -out:"K:/SVN/pierre_win/Engine/_ham/obj/nilang-3/nt-msvc_19_x64-x64-ra/HelloUI_cpp/HelloUI_cpp_ra.exe" "K:/SVN/pierre_win/Engine/_ham/obj/nilang-3/nt-msvc_19_x64-x64-ra/HelloUI_cpp/HelloUI_cpp.obj" "K:/SVN/pierre_win/Engine/_ham/obj/nilang-3/nt-msvc_19_x64-x64-ra/HelloUI_cpp/HelloUI_Widget.obj" "K:/SVN/pierre_win/Engine/_ham/obj/nilang-3/nt-msvc_19_x64-x64-ra/HelloUI_cpp/stdafx.obj" "K:/SVN/pierre_win/Engine/libs/msvc-nt-x64/niAppLib_ra.lib" "K:/SVN/pierre_win/Engine/libs/msvc-nt-x64/niScript_ra.dll.lib" "K:/SVN/pierre_win/Engine/libs/msvc-nt-x64/niUI_ra.dll.lib" "K:/SVN/pierre_win/Engine/libs/msvc-nt-x64/niLang_ra.dll.lib" kernel32.lib winmm.lib gdi32.lib user32.lib shell32.lib
Error(002): /RAD_LINK_VER: unable to parse minor version
I just renamed "link" to "radlink" in my makefile, is there anything else that should be done? - I copied radlink.exe/pdb to a folder in $PATH.
Also hitting this. Help print /? also provides incorrect info - /RAD_LINK_VER:##,## but looking at the code ##.## is expected? Regardless, it still fails to process for me.
What radlink version are you using? I believe this issue should be fixed with 91ddd21 commit.
I used the radlink executable from the last release (June 10th).