wrapper Questions

3

Solved

Ok, basically there is a large C++ project (Recast) that I want to wrap so that I can use it in my C# project. I've been trying to do this for a while now, and this is what I have so far. I'm usin...
Endomorphic asked 1/3, 2012 at 18:34

2

Solved

I want to be notified when a SocketChannel has its close method called. My first thought was to create a wrapper which notifies a listener when the implCloseSelectableChannel method is called (sinc...
Mcgarry asked 25/2, 2012 at 16:52

1

Solved

In PHP, I'm using an in-memory (or rather, temp in-memory) file to load an image from an external URL into a GD resource: $file = 'php://temp/img'; copy($uri, $file); $src_img = @imagecreatefromjp...
Eudemon asked 17/1, 2012 at 11:44

1

Solved

Has anyone integrated google docs into their iOS app? Having gone through the example code, the API for Google Docs is far more complicated than I would have expected, and the examples are all MacO...
Tumbledown asked 30/12, 2011 at 2:48

2

I would like to update specific parts of a Grid dynamically in different ways. Consider the following toy example: I have two rows: one must be updated one-by-one (a, b, c), as these symbols depend...
Unlay asked 10/1, 2012 at 16:11

1

Possible Duplicate: C++ HTML template framework, templatizing library, HTML generator library I have a program, that contains many tables, so I want to track them in log files when I debug...
Ciapas asked 2/1, 2012 at 0:53

2

Solved

In a software portability context, what is the difference between these three concepts? For example, I want to use the ncurses library, the original ncurses library is written in C, but my applica...
Lilli asked 25/12, 2011 at 5:15

4

Solved

I'd like to use Pure Data as a prototyping tool for my own library. I found out that Pure Data patches are written in C, but my library is written in C++. So how can I use this code in pure data? S...
Carnivorous asked 7/10, 2011 at 17:57

3

Solved

I would like to write a wrapper around a custom function that takes some vectors as input (like: mtcars$hp, mtcars$am etc.) to take input as data frame name (as data parameter, eg.: mtcars) and var...
Treadle asked 5/12, 2011 at 15:26

1

Solved

I'm seeking a minimal Java wrapper for a recent version of FFTW. The wrappers listed on the FFTW website are either out of date (jfftw-1.2.zip) or contain too much extra stuff (Shared Scientific To...
Mummer asked 25/4, 2011 at 4:14

2

Solved

I'm trying to implement soci in my program but I don't know how. I'm using C++ on Linux, on a project using netbeans. I have followed the steps in: http://soci.sourceforge.net/doc/structure.html to...
Clodhopping asked 31/12, 2010 at 17:44

2

C# methods cannot be called directly in Java using JNI due to different reasons. So first we have to write a wrapper for C# using C++ then create the dll and use it through JNI in Java. I have pro...
Munos asked 18/11, 2011 at 11:1

1

Solved

I am trying to log via the NLog MailTarget. It works just fine, but i wanted to wrap the mailtarget with the BufferedTargetWrapper to buffer the log messages until a predefined codepoint, where i w...
Guay asked 16/11, 2011 at 14:31

1

I am wrapping up an MFC extension DLL (MFCXDLL_2) to make its functionality available for C# programmers. The wrapper is a “Regular DLL using shared MFC DLL” with “Common Language Runtime Support ...
Clinker asked 17/11, 2011 at 14:35

7

Solved

In designing a solution, sometimes it may be convenient to provide wrapper classes for primitive data types. Consider a class that represents a numeric value, be it a double, a float, or an int. c...
Viborg asked 9/11, 2011 at 0:7

1

Solved

I'd like to be able to invoke some pre-processing on files before Git tries to merge them, and the post-process the merged result. The general idea here is that some files are difficult to automati...
Longmire asked 21/10, 2011 at 19:12

1

Solved

Have anybody written a POSIX socket wrapping library for MATLAB using Mex? I basically want to open, write and read. Both sync and asynchronous alternatives would be nice. My main target platform ...
Nephelinite asked 2/10, 2011 at 14:11

1

Solved

I just wrapped a Fortran 90 subroutine to python using F2PY. The subtlety here is that the Fortran subroutine aslo takes a python call-back function as one of its arguments: SUBROUTINE f90foo(pyfu...
Preconscious asked 23/9, 2011 at 6:10

2

I am new to servlet and reading some text about filters and wrappers. I can understand filters but got confused about wrappers. In the book, the author gives an example: In case no wrapper: publi...
Prevent asked 11/8, 2011 at 9:5

1

Solved

I have been using Swig to create a Java wrapper for a a library written in C++. The wrappers get generated into a package and then jar'ed. The files are compiled correctly and work perfectly with j...
Unofficial asked 8/8, 2011 at 14:5

5

I am about to get involved in a NLP-related project and I need to use various libraries. Some are in java, others in C/C++ (for tasks that require more speed) and finally some are in Python. I was ...
Avila asked 7/8, 2011 at 2:35

4

Solved

I have an html structure that looks like this: <h5>Title</h5> <p> Content </p> <ul> <li>Item</li> <li>Item</li> </ul> <p> Conten...
Corneliuscornell asked 4/8, 2011 at 5:49

4

Solved

I have recently inherited some Java code and need to integrate it into a project that I am working on. My project is a service agent that processes and transforms XML messages. While looking throug...
Prem asked 27/7, 2011 at 14:42

1

Solved

My web application currently has do execute simple queries: simple CRUD operations, counting,... A few months ago, someone recommended me here to write a simple PDO wrapper for this (to avoid writ...
Outsoar asked 18/7, 2011 at 22:22

2

Solved

Please advise if there is a WinHTTP wrapper in Delphi XE In order of preference: a Delphi out of the box unit a third party open source pas file with ported entry routines a xxx_TLB.pas wrapper ...
Crack asked 17/7, 2011 at 16:53

© 2022 - 2024 — McMap. All rights reserved.