1. CXimage, CXSKIN...
- Posted by Renzo Beggia <1213 at pandora.be> Feb 20, 2003
- 485 views
Hey, the guy ho made CXimage also made CXSkinButton and CXShadebutton see http://www.aoi.it/ 2 very cool C libs, could someone wrap these or even better explain ME how to wrap the functions (is this done from C source or from DLL file) I am new to wrapping from C code (or dll,but how do you know what functions are in these dll's ??) THANKS FOR ANY HELP Renzo from Belgium
2. Re: CXimage, CXSKIN...
- Posted by stabmaster_ at hotmail.com Feb 24, 2003
- 473 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.