Hi all,

I want to expand the functionality of the filter 
mitkNavigationDataObjectVisualizationFilter to support different 
relative origin positions. For this purpose I have made my own filter 
that is derived from NavigationDataObjectVisualizationFilter where I've 
overwritten the virtual function GenerateData()

Because I don't want to make changes or additions to the core, I tried 
to implement this filter in the directory of my functionality.
I added the needed files to the files.cmake and tried to compile the 
project.

The problem I encountered here is the linker error "lnk2019 unresolved 
external symbol .... vftable" that seems to originate in the constructor 
of my filter.

But, if I put the filter files into the IGTFilter directory and include 
them to the files.cmake in the IGT directory, the project compiles just 
fine.

Does anyone have an idea how to keep the files localized. I think this 
has something to to with some called macro or cmake.

Regards,
Matthias

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to