« 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@...>:

>
>
>
> Hi all,
>
>
>
>
>
> I've developed a few QuantLib classes and usually get everything  
> working, but not in the
>
> case of the ObjectHandler. I spent hours trying different settings  
> and setups, but I
>
> still get annoying linkin errors. The original QuantLib never caused  
>  any linking/build
>
> errors for me. When building obj handle, I get
>
>
>
>> NMAKE : fatal error U1077: "doxygen.exe": R³ckgabe-Code "0x1"
>
> saying doxygen wasn't found. In the docs project.

You need doxygen to rebuild the documentation.  But unless you have  
edited the documentation there is no need to rebuild it, so the  
resolution in this case is not to build that project.

Try building the ExampleCpp from within the ObjectHandler_vc?.sln solution.

> from this project and everything works fine. However, if I open the  
> ExampleCpp project as a single project,

Don't do that :)

Regards,
Eric


------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
QuantLib-users mailing list
QuantLib-users@...
https://lists.sourceforge.net/lists/listinfo/quantlib-users

 « Return to Thread: Linking Error for ObjectHandler