This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Startup.A51

Hello,
How do I set the linker to use a different startup file instead of the default Startup.A51?
Regards,
KC

Parents Reply Children
  • Why not take total control and link in a commandline instead. That gives you total freedom and you do not have to do what the designers (most often wrongly) assume is "always the case". I my current project I have two builds, one for debug and one for production, startup is different in those two cases, I could not live with a mandatory name of startup.

    Erik