|
 |
Am 26.11.2013 04:33, schrieb James Holsenback:
>> This must be something deep in the bowels of the POVMS message-passing
>> code; can you try the following - in source/base/povmscpp.cpp, replace
>> all
>>
>> throw POV_EXCEPTION_CODE(pov_base::kFileDataErr)
>>
>> with
>>
>> throw POV_EXCEPTION_CODE(pov_base::kFileDataErr, "FUBAR: ###")
>
> error: macro "POV_EXCEPTION_CODE" passed 2 arguments, but takes just 1
My bad - that should have been:
throw POV_EXCEPTION(pov_base::kFileDataErr, "FUBAR: ###")
Post a reply to this message
|
 |