Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Adding source files from another project
Adding source files from another project [message #182078] Wed, 10 January 2007 13:16
Eclipse UserFriend
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
Previous Topic:automatically call make when debug/run
Next Topic:--enable-auto-import error
Goto Forum:
  


Current Time: Wed Jul 16 09:53:24 EDT 2025

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

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

Back to the top