Brian Knoblauch
2020-12-08 21:54:22 UTC
I've been trying to get the latest XDS binary working. Compiler seems fine as I get my OBJ files, but I'm missing something with the linker as it won't give me an EXE.
I'm getting a "No program entry point" error, which one would think would be an easy fix. However, I'm not sure how to properly set the program entry point. I've played around with the /ENTRY and /SYS options thinking perhaps one of those might get me there, but no luck so far.
Anyone know the secret code to pass to xlink for it to set a legit entrypoint for an EXE?
Thanks,
Brian
I'm getting a "No program entry point" error, which one would think would be an easy fix. However, I'm not sure how to properly set the program entry point. I've played around with the /ENTRY and /SYS options thinking perhaps one of those might get me there, but no luck so far.
Anyone know the secret code to pass to xlink for it to set a legit entrypoint for an EXE?
Thanks,
Brian