Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Projects depending on each other?
Projects depending on each other? [message #667639] Sat, 30 April 2011 10:15
No real name is currently offline No real nameFriend
Messages: 2
Registered: January 2011
Junior Member
Hi all, I'm trying to make an online game. My server and client both share some code about communication, etc.

I was hoping to have this kind of organization:

Server
- server.cpp
- Messages.h

Client
- client.cpp
- (link to Messages.h)

So when I change Messages.h on one, it'll change on the other.

How can I make this happen? And if possible, is there any way for it to play nicely with subversion?

Thanks guys!

- Evan
Previous Topic:Problems Importing C++ Project
Next Topic:wascana debug question
Goto Forum:
  


Current Time: Thu Apr 25 01:42:20 GMT 2024

Powered by FUDForum. Page generated in 0.03095 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top