❔ entry point in dll instead of application
hi, how can i put an entry point that runs from a linked dll instead of the application? id like for my game engine to have an entry point within it, and all the user side has to do is inherit a class
4 Replies
so if i have
where application is from the engine
i have to do
id like to not have to call main
you can't, not without just making your engine the executable
you could have your game engine library generate an entrypoint into the client application i suppose
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.