Share

The Gangsta Wrapper

Tracker: Patches

5 change to help swig for DotNet bindings - ID: 1411380
Last Update: Attachment added ( lord_illogical )

I'm making DotNet bindings for Gangsta in
ogreaddons/ogredotnet using swig. The problem is swig
does not support function parameter renaming and
"params" is a key word in C#. The only why around it
is to change the headers that it reads or copy the
class definitions in the swig files. If i copy the
class definitions to the swig files I will have to
update them everytime there is a change in Gangsta, so
I would prefer it if these change could be put in
Gangsta. please :)

This patch will change GangstaWrapper. Changing
"params" to "prmlist" in all the functions that use
"params" as a parameter name, headers and source files.


Eric Sanford ( lord_illogical ) - 2006-01-21 06:41

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File ( 1 )

Filename Description Download
gw_DotNet_changes.diff Download

Change ( 1 )

Field Old Value Date By
File Added 164251: gw_DotNet_changes.diff 2006-01-21 06:41 lord_illogical