|
From: Rob M. <Rob...@ig...> - 2010-03-29 21:49:09
|
Hi, In the library I'm trying to interface with (via Python) there are several variables that are defined as: typedef void you_name_it; When I look through the xxx_wrap.c file I don't see any SWIGTYPE_p_you_name_it's anywhere. What do I need to do in order to get these defined? Thanks, Rob |