Re: CxImage - Mic wandering around here lately?
- Posted by jacques_desch Oct 10, 2009
- 1316 views
ssallen said...
I have been using your CxImage processing library in a project and was wondering if you hand built the DLL? If so, did you build the entire library or just a handful of functions? Specifically I was wondering about the CXI_GetType function. I wrapped the function myself buy I seem to be getting the dreaded invalid function error... I mean it can't seem to find it in the DLL. Any ideas?
Thanks for all your hard work on this, its an awesome little lib.
Steve A.
You can use dependency walker to get a list of exported functions by name http://www.dependencywalker.com/ free to download
Jacques