Re: CXimage, CXSKIN...
- Posted by stabmaster_ at hotmail.com Feb 24, 2003
- 472 views
>I am new to wrapping from C code >(or dll,but how do you know what functions are in these dll's ??) Get the sourcecode for the libraries, and the documentation (at least CxImage had a reference manual that came with it). Since CxImage is written in C++ and is class-based it would be difficult to wrap it directly, that's why i wrote a second layer "on top" of it for my CxImage wrapper. I suspect CxShadeButton is also class-based since it's written by the same guy.