Hello Everyone,
I have been working on a very large project. Because of its size I thought it would be better to split it up into smaller pieces. My problem is, I'm not sure how to go about resolving all the INCLUDE problems. I noticed under C++ there is usually an implimentation file along with the header file (.C and .H). Is there a good set of rules to follow when doing this with PBDLL. Can someone maybe give me a list of rules to follow when splitting up files.
Simply put, how would you do it?
------------------
Cheers!
I have been working on a very large project. Because of its size I thought it would be better to split it up into smaller pieces. My problem is, I'm not sure how to go about resolving all the INCLUDE problems. I noticed under C++ there is usually an implimentation file along with the header file (.C and .H). Is there a good set of rules to follow when doing this with PBDLL. Can someone maybe give me a list of rules to follow when splitting up files.
Simply put, how would you do it?
------------------
Cheers!
Comment