Adding source files from another project [message #182078] |
Wed, 10 January 2007 13:16 |
Eclipse User |
|
|
|
Originally posted by: nu3vkhp02.sneakemail.com
Hi all,
I'm working on moving a largish Visual Studio 7 C++ application over to
CDT+Cygwin and have run into a snag. The system has a primary dll, and
a bunch of "plugin" dlls, each its own /managed/ project in Eclipse.
There are often cases where a plugin dll will need to instantiate a
class in the main dll, such that it requires the actual object and not
just its definition. In Studio, this is handled by adding the .cpp file
from the main project to the plugin project (Project -> Add existing
item... which puts a reference to the file in the plugin project)
Is there an equivalent in Eclipse? Maybe indicating that I need to link
against the .o file of that object?
Thank you,
Kyle
|
|
|
Powered by
FUDForum. Page generated in 0.06492 seconds