C# and Windows runtime library update
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5240 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
dd8b2cfb0d
commit
5be7a80b0f
1 changed files with 11 additions and 2 deletions
13
SWIG/TODO
13
SWIG/TODO
|
|
@ -244,7 +244,7 @@ Library
|
|||
Windows
|
||||
-------
|
||||
|
||||
*** VC++ Project files / Makefiles for building the runtime libraries.
|
||||
[DONE] Visual C++ Project files / Makefiles for building the runtime libraries.
|
||||
Will require libtool mods to work under Cygwin.
|
||||
|
||||
All language modules
|
||||
|
|
@ -359,12 +359,17 @@ Java
|
|||
C#
|
||||
--
|
||||
|
||||
*** Need a way to throw a C# exception from the PINVOKE C/C++ code.
|
||||
[DONE] Need a way to throw a C# exception from the PINVOKE C/C++ code.
|
||||
|
||||
*** The correct override/virtual keywords not always emitted for polymorphic
|
||||
methods. It currently only works when 'virtual' is specified in a derived
|
||||
C++ class function. A polymorphic method need not specify 'virtual' in C++.
|
||||
|
||||
**** Wrap C/C++ enums with C# enums, currently they are wrapped with a C# int.
|
||||
|
||||
**** Implement director support for C# so that virtual methods work seemlessly
|
||||
when mixing C# and C++ code.
|
||||
|
||||
PHP
|
||||
---
|
||||
|
||||
|
|
@ -487,6 +492,10 @@ Ocaml
|
|||
to be available, so I need to attend to a lot of details; The
|
||||
program must compile both with and without type augmentation.
|
||||
|
||||
Xml
|
||||
---
|
||||
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue