[ swig-Bugs-3310145 ] Arrays generation from c++ code
2011-06-01 12:10:55 GMT
Bugs item #3310145, was opened at 2011-06-01 14:10 Message generated for change (Tracker Item Submitted) made by santiagorp You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101645&aid=3310145&group_id=1645 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: csharp Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Santiago Rodrigez Pozo (santiagorp) Assigned to: William Fulton (wsfulton) Summary: Arrays generation from c++ code Initial Comment: Arrays inside of structs do not generate the right code. Example of interface file: %module example %{ #include "example.h" %} typedef struct _TestStruct { int A; int B; int* pIntArray;(Continue reading)
RSS Feed