I am using VS Ultimate C++ and have run up against a compile wall. I would like to break my source into several parts so only the changed part would need recompiling. I have moved my GUI lines to a separate part and it compiles. The data portion barfs on compile. I'm obviously missing something. The OS is Vista Home Premium and I have 3 GB RAM. The source has 35.6 K Lines of code. I currently get "System.OutOfMemoryException" errors but a successful compile.
Thanks for any help
Dave