views:

20

answers:

1

For example, if I created a framework that put together Ogre3D with RakNet and OIS, and I only wanted to have to distribute my framework for recompilation, is that possible?

I tried doing something like that, but I was getting linker errors. That would seem to suggest that you can't do that (and that's fine), but I want to make sure I'm not missing anything.

A: 

That's possible as long as the person doing the compiling has all those other frameworks. I'm not sure what you would want Xcode to do for you.

Azeem.Butt
Well, I was trying to simplify some things by not having to ask people to get those other frameworks.
Robert Rouse