Re: [brlcad-devel] linking ON_SSX_EVENT

2013-05-16 Thread Daniel Roßberg
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

Re: [brlcad-devel] linking ON_SSX_EVENT

2013-05-15 Thread phoenix
> 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

[brlcad-devel] linking ON_SSX_EVENT

2013-05-15 Thread Daniel Roßberg
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