How to link 2 exe projects in visual studio

closed account (DEhqDjzh)
Hi, I am making a Game Engine which consists of 2 projects:
1. The editor project
2. The game loop project
In the editor project, there is a function called gameloop and it needs to be called from the game loop project.
I included the headers from 1. project. and I tried to build the 2. project and... unresolved external symbol gameloop function.
What Can I do?
Note: Both projects' target must be exe.
Topic archived. No new replies allowed.