Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RAD Linker can't find mt.exe even if its in the same folder as radlink.exe #349

Open
santagada opened this issue Oct 23, 2024 · 1 comment
Labels
Linker Pertains to the linker.

Comments

@santagada
Copy link

radlink.exe can't find mt.exe if I put it right next to radlink.exe, also can't find it if I put /RAD_MT_PATH="" as an absolute path to the radlink.exe folder.

@ryanfleury ryanfleury added the Linker Pertains to the linker. label Oct 23, 2024
@NikitaSmith057
Copy link
Collaborator

NikitaSmith057 commented Oct 25, 2024

/RAD_MT_PATH should contain full path to mt.exe including executable name. When I run linker from console that has environment setup with vcvarsall, the switch is set to /RAD_MT_PATH:"C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64\mt.exe". And if you want linker to pick up mt.exe that is in the same folder you can set /RAD_MT_PATH:"mt.exe".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Linker Pertains to the linker.
Projects
None yet
Development

No branches or pull requests

3 participants