|
|
February 26, 2003
- Re: _swig_setattr() (Python shadow classes), Mike Romberg
- SWIG_NewPointerObj() what does it return?, Mike Romberg
- Re: _swig_setattr() (Python shadow classes), William S Fulton
- Re: _swig_setattr() (Python shadow classes), Mike Romberg
- _swig_setattr() (Python shadow classes), David Beazley
- c++ embedding with python, sherry pan
- _swig_setattr() (Python shadow classes), Mike Romberg
- help, sherry pan
- classes defined in different header files, Horace
- Re: How to wrap C++ Macros ?, Horace
- How to wrap C++ Macros ?, David Beazley
- Re: [SWIG](Newbie)Class problem, Luigi Ballabio
- Re: [SWIG](Newbie)Class problem, Alex Bischof
- Re: [SWIG](Newbie)Class problem, Luigi Ballabio
- How to wrap C++ Macros ?, horace(seednet)
- SWIG and malloc, Carl Bevil
February 24, 2003
- Re: Windows Header and other Probs ... was :Subject: Visual C++ .NET 2002, Angelo Bindi
- Re: Autoconf support suggestion, Sebastian Huber
- Windows Header and other Probs ... was :Subject: Visual C++ .NET 2002, Franz Höpfinger
- Re: wrapping __declspec(dllexport), William S Fulton
- Re: Setting the 'scope' of a typemap, William S Fulton
- Re: wrapping __declspec(dllexport), ken . taaffe
- Re: SWIG runtime library for Microsoft Visual Studio, William S Fulton
- Re: std::string & (c++) -> String (Java), William S Fulton
- wrapping __declspec(dllexport), Alexandre Gillet
- Setting the 'scope' of a typemap, Bruce Lowery
- Visual C++ .NET 2002, Angelo Bindi
- Run time Type checking, David Beazley
- SWIG runtime library for Microsoft Visual Studio, Michael.Gogins
- Run time Type checking, Alan Baljeu
- Re: Autoconf support suggestion, Brian Shire
- RE: std::string & (c++) -> String (Java), Rajendra Paul
- std::string & (c++) -> String (Java), Rajendra Paul
February 21, 2003
- Swig-Python-Cygwin-Windows-Problem, Manfred Nowak
- Take another SWIG, David Giusto
- Re: perl shadow classes without ties, Petr Pajas
- Re: perl shadow classes without ties, Jeremy Slade
- Re: Autoconf support suggestion, David Beazley
- Re: Autoconf support suggestion, Brian Shire
- Re: Autoconf support suggestion, Sebastian Huber
- Re: constructor/destructor and reference counts, Luigi Ballabio
- constructor/destructor and reference counts, Sebastian Haase
- Re: Autoconf support suggestion, William S Fulton
February 20, 2003
- Re: in Python, Passing NULL to C function expecting a char* ??, Scott Koranda
- Re: in Python, Passing NULL to C function expecting a char* ??, Harry Mangalam
- Re: in Python, Passing NULL to C function expecting a char* ??, Scott Koranda
- in Python, Passing NULL to C function expecting a char* ??, Harry Mangalam
- Re: Autoconf support suggestion, David Beazley
- Re: Autoconf support suggestion, Brian Shire
- perl shadow classes without ties, Petr Pajas
- Re: [Swig] Does GCC 2.96 have trouble building SWIG 3.1.17?, Kevin Grover
- Thanks, Bruce Lowery
- Re: adding code to generated .pm files, William F. Dowling
- Re: adding code to generated .pm files, David Beazley
- Re: adding code to generated .pm files, William F. Dowling
- Re: Python Properties, Luigi Ballabio
- Python Properties, Kostyantyn Teplynskyy
- Does GCC 2.96 have trouble building SWIG 3.1.17?, David Beazley
- passing/accessing int * function arguments, Harry Mangalam
February 17, 2003
- Re: Pointer problem (bug ?), William S Fulton
- Re: $2 ?, Natas
- Re: Pointer problem (bug ?), Bret
- Re: [Newbie] Compiler warnings in Visual Studio when building wrapper, William S Fulton
- Re: Ruby examples crash, William S Fulton
- $2 ?, David Beazley
- Ruby examples crash, Alan Baljeu
- $2 ?, Natas
- [Newbie] Compiler warnings in Visual Studio when building wrapper, Jeff Garbers
- Re: www.swig.org Question, Hoepfinger, Franz-Xaver (FH Rosenheim)
- RE: www.swig.org Question, Hoepfinger, Franz-Xaver (FH Rosenheim)
February 14, 2003
- returning array (not array-ref) to perl, William F. Dowling
- Re: www.swig.org Question, David Beazley
- Re: www.swig.org Question, lyle@xxxxxxxxxxx
- methods with 'tranfer-of-ownership' semantics, Bruce Lowery
- Re: www.swig.org Question, Thien-Thi Nguyen
- www.swig.org Question, David Beazley
- RE: www.swig.org Question, Hoepfinger, Franz-Xaver (FH Rosenheim)
- www.swig.org Question, Hoepfinger, Franz-Xaver (FH Rosenheim)
February 11, 2003
- RE: app dynamically loading scripting language DLL?, Techentin, Robert W.
- typemap-ing native types into types defined in another module., Bruce Lowery
- Re: inheritance from other module, David Beazley
- Re: inheritance from other module, Zhong Ren
- Re: app dynamically loading scripting language DLL?, Alan Baljeu
- Re: Re: [Swig-dev] New errors in 1.3.18 (not present in 1.3.16), Marcelo Matus
- Re: inheritance from other module, Marcelo Matus
- Re: [Swig-dev] New errors in 1.3.18 (not present in 1.3.16), David Beazley
- Re: [Swig-dev] New errors in 1.3.18 (not present in 1.3.16), Marcelo Matus
- inheritance from other module, David Beazley
- Re: [Swig-dev] New errors in 1.3.18 (not present in 1.3.16), David Beazley
- inheritance from other module, Zhong Ren
- Re: [Swig-dev] New errors in 1.3.18 (not present in 1.3.16), Marcelo Matus
- RE: app dynamically loading scripting language DLL?, Techentin, Robert W.
- Re: wrapping std::string, Luigi Ballabio
- wrapping std::string, Bruce Lowery
- RE: Arrays of struct, Hoepfinger, Franz-Xaver (FH Rosenheim)
- (PHP) char * functions returning null cause segfault, Koert van der Veer
- Typemap for array of pointers to structs., Mike WADE
February 09, 2003
- Convert a c/c++ array to python list and vice versa, Sadi Kose
- Re: dynamic_cast seg faults, Tommy Lindgren
- dynamic_cast seg faults, David Beazley
- dynamic_cast seg faults, Tommy Lindgren
- Re: operator *=, Luigi Ballabio
- operator *=, David Beazley
- operator *=, Zhong Ren
- Re: Java, String, StringBuffer, std::string *'s? -- And yet one more question, William S Fulton
February 07, 2003
- RE: Java, String, StringBuffer, std::string *'s? -- And yet one more question, Bob Steele
- Re: complex, Marcelo Matus
- Re: Java, String, StringBuffer, std::string *'s?, William S Fulton
- Re: complex, Zhong Ren
- Re: complex, Zhong Ren
- Re: complex, Marcelo Matus
- carrays with size, revisited, Bob Tolbert
- Re: import sequence, Zhong Ren
- complex, Zhong Ren
- Re: "struct foo *", Jeff Cours
- Re: import sequence, Marcelo Matus
- import sequence, David Beazley
- import sequence, Zhong Ren
- RE: Java, String, StringBuffer, std::string *'s?, Bob Steele
- "struct foo *", David Beazley
February 06, 2003
- "struct foo *", Jeff Cours
- Re: Java, String, StringBuffer, std::string *'s?, William S Fulton
- Java, String, StringBuffer, std::string *'s?, Bob Steele
- Re: Help -- C structs in Python, David Beazley
- RE: Next SWIG release, Sam Liddicott
- Re: Help -- C structs in Python, Brendan Thomas O'Connor
- Subject: Re: Callback via Queue, Hoepfinger, Franz-Xaver (FH Rosenheim)
- Python: How to get global structures out of cvar, David Beazley
- Python: How to get global structures out of cvar, Rodgers, Kevin
February 03, 2003
- [PATCH]1.3.17 and redhat8/perl5.8, joel reed
- python lists and c-extension, almost there but still need help., Marcus Stojek
- RE: tcl/tk, Techentin, Robert W.
- RE: [Newbie]:swig wrappers for bootstrapped classes, David Beazley
- [Swig-dev] [Newbie]:swig and abstract virtual functions, David Beazley
- RE: [Newbie]:swig wrappers for bootstrapped classes, David Beazley
- RE: [Newbie]:swig and abstract virtual functions, Sharma K M
- CURSOS FORMACIÓN INFORMÁTICA ESF, Formacion ESF
- [Newbie]:swig and abstract virtual functions, Sharma K M
- RE: [Newbie]:swig wrappers for bootstrapped classes, Sharma K M
|
|