2013/5/15 phoenix <284281...@qq.com>:
>> Currently I can't link ON_SSX_EVENT to the brlcad.dll (Windows). This
>> class is declared in openNURBS as an ON_CLASS but implemented in
>> libbrep.
>
> Does r55439 solve this problem? Thanks for reporting this problem, and I
> also worried about linking w
> Currently I can't link ON_SSX_EVENT to the brlcad.dll (Windows). This
> class is declared in openNURBS as an ON_CLASS but implemented in
> libbrep.
Does r55439 solve this problem? Thanks for reporting this problem, and I also
worried about linking when I move this part from openNURBS to libbre
Currently I can't link ON_SSX_EVENT to the brlcad.dll (Windows). This
class is declared in openNURBS as an ON_CLASS but implemented in
libbrep.
In case of the brlcad.dll openNURBS is an own DLL, i.e. ON_CLASS is
__declspec(dllimport) but libbrep is linked statically. This leads to
a linker error