*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7153 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
acfb93f939
commit
31c19ff7b7
1 changed files with 11 additions and 0 deletions
|
|
@ -1,6 +1,17 @@
|
|||
Version 1.3.25 (In progress)
|
||||
============================
|
||||
|
||||
04/14/2005: wsfulton
|
||||
[C#] More fixes for typemap matching when wrapping variables, in particular
|
||||
std::string, so that std::string variables can be easily marshalled with
|
||||
a C# string property using:
|
||||
|
||||
%include "std_string.i"
|
||||
%apply const std::string & { std::string *variable_name };
|
||||
std::string variable_name;
|
||||
|
||||
(Recall that all class variables are wrapped using pointers)
|
||||
|
||||
04/05/2005: wuzzeb (John Lenz)
|
||||
[Chicken]
|
||||
+ Added Examples/chicken/egg, an example on how to build a chicken
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue