My solution has gotten large and I feel it would be easier to work with as several projects.
I plan on having 4 projects.
Main
LLC.dll (LowLevelCode)
LTM.dll (LowToManaged)
MC.dll (ManagedCode)
Now with dlls, are you limited to exports or can you include any definitions in the project and use them?
Also should I create a separate set of includes separate from the code? Or should I just straight include the headers? Like I have "LLC/Text/Funcs.h", should I create something like "includes/Text.h" which contains definitions for everything or just straight include "LCC/Text/Funcs.h". I guess I should create separate set of includes for each project so it is more portable.
Really I have never worked with several projects in the same solution.
Sorry, you need to Log In to post a reply to this thread.