swig
Generating Qt Bindings for .NET
I\'m currently working on a project that using Qt C++ and the API is exposed to Python using SIP.In order to make the program more attractive in the Windows environments I would like to expose the API[详细]
2023-03-31 10:10 分类:问答Swig binding for Python using UCS-4
Does anyone know if there is a way to make SWIG encode strings as UCS-4 for Python? The SWIG documentation states that this may be possible using typemaps, but does not provide any other details or ex[详细]
2023-03-28 11:48 分类:问答C++ and Java GUI linkage through SWIG
I am trying to include a computational chemistry/physics visualizer known as Avogadro (1) inside of my jTabbedPane project. I used QT Jambi (1) to create a JUI (Java GUI) out of Avogadro\'s UI in Ecli[详细]
2023-03-27 12:48 分类:问答SWIG: 'module' object has no attribute 'Decklist'
I\'m having one hell of a time with SWIG, due in part to the lack of good C++ examples to learn from.I finally got my first program to compile with SWIG, but am having troubles running it.Let me just[详细]
2023-03-26 09:46 分类:问答Wrap python list to unsigned char*
Edit : Hi all !! I\'m currently trying to access to C++ functions from Python and I\'m facing to a problem when I try to pass Python list as argument to a function.[详细]
2023-03-26 02:21 分类:问答Does a Python implementation of, or interface to, UCL exist?
UCL can be found here: http://www.oberhumer.com/opensource/ucl/ I am wondering if there is a Python implementation of this library or,开发者_运维百科 at minimum, a simple interface (via SWIG, or eve[详细]
2023-03-25 20:07 分类:问答SWIG and triggering a Python callback from C code
Apologies for not being familiar with formatting on here...I\'ve made some progress thanks to helpful replies and edited and removed my original[详细]
2023-03-24 03:34 分类:问答How to use SWIG with "using"
I am attempting to use SWIG 2.0.4 on a C++ library, I have the following in my .i file: %module coh %{ #include \"coherence/lang.ns\"[详细]
2023-03-24 00:24 分类:问答Accessing UtcTimeStamp from Python via SWIG
I guess this is a python vs SWIG question more than anything else... I\'m using a C++ package with SWIG Python bindings.[详细]
2023-03-22 20:35 分类:问答Python/SWIG: GC Object already tracked when trying to use a C function to dereference a pointer, from SWIG
I have an issue where I\'m dealing with WORDs (2 byte unsigned integers). Here are the commands I usually run[详细]
2023-03-22 04:51 分类:问答