« Return to Thread: Linking Error for ObjectHandler

Re: Linking Error for ObjectHandler

by Eric Ehlers-2 :: Rate this Message:

Reply to Author | View in Thread

Hi Mark,

> As I said, the example works fine within ObjectHandler solution, but  
>  not if I open the
>
> example as a standalone project. Don't do that - well, I have to  
> setup my own project
>
> where I would need to link in libraries only without including all  
> projects belonging to the Handler.
>
> Does this work? Thanks for your help

In that case you would need to set up your own solution which is a  
clone of the ObjectHandler solution, replacing ExampleCpp with your  
project which clones all of ExampleCpp's prerequisites / dependencies.  
  You could exclude from your solution all redundant projects such as  
documentation.

A quick and dirty way to start would be to add your new project to the  
existing ObjectHandler solution.

Regards,
Eric


------------------------------------------------------------------------------
_______________________________________________
QuantLib-users mailing list
QuantLib-users@...
https://lists.sourceforge.net/lists/listinfo/quantlib-users

 « Return to Thread: Linking Error for ObjectHandler