![]() |
|
Long shot - any of you developers ever used SWIG? - Printable Version +- Madison Motorsports (https://forum.mmsports.org) +-- Forum: Madison Motorsports (https://forum.mmsports.org/forumdisplay.php?fid=3) +--- Forum: Lounge (https://forum.mmsports.org/forumdisplay.php?fid=6) +--- Thread: Long shot - any of you developers ever used SWIG? (/showthread.php?tid=9227) |
Long shot - any of you developers ever used SWIG? - HAULN-SS - 01-12-2011 I am working on some code that was written in C++, but I need to return some results to java in an integrated fashion. I built out some shared libraries tht give me access to the C++, and generated allt he JNI using SWIG. The problem is I am having a problem creating a typemap for the return type of one of the functions (unsigned char **), so anyway, if you have ever used SWIG or JNI before, I'd appreciate talking to you for a few. Thanks! Re: Long shot - any of you developers ever used SWIG? - Goodspeed - 01-18-2011 Moved this over to the lounge where maybe more people will see it, away from the (car) technical discussion forum :thumbup: Re: Long shot - any of you developers ever used SWIG? - HAULN-SS - 01-18-2011 yah thanks..i guess i put it in technical because it's...technical..heh |