From 11b23f20edca3284f3d3d09a3c737f023b7506a3 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 1 Nov 2003 20:30:48 +0000 Subject: C# and Windows runtime library update git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5240 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- TODO | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index bdab27f7d..59e2d7115 100644 --- a/TODO +++ b/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 ------------- -- cgit v1.2.3