« 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,

Quoting Mark Schuler <failer33@...>:

> Eric thanks a lot again for your advice. I understand the solution
> and will proceed as suggested.
>
> However, I'm a bit surprised that this can't be handled by the standard
> linking against a lib.

It can.  For that approach, you configure your bespoke application as
a single project contained in a single solution.  Your project would
have roughly the same prerequisites as ExampleCpp.  In the project  
settings, ensure that the paths and dependencies are configured to  
pick up all necessary header files and static libraries.

Regards,
Eric



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

 « Return to Thread: Linking Error for ObjectHandler