1
vote
1answer
33 views
Does anyone have experience with Clipsmm?
Hey Stack Overflowers,
I have been looking at using CLIPS as an expert system for a simulator i am working on, and so i had a look at clipsmm. The only problem is that their source …
0
votes
1answer
140 views
Zend Form and nested fieldsets/containers?
I have a form. I have a single element that needs to be wrapped in a div or fieldset (for formatting). Then I have two groups of elements, including the above, that I want to wrap …
0
votes
4answers
158 views
What disadvantages/problems are there when integrating Joomla and ASP.Net web pages?
A friend of mine really likes using Joomla as a base for his websites. He also likes the power that Asp.Net has and can code in VB.Net.
He wants to use Joomla as the "Master Page" …
0
votes
0answers
18 views
Updating Google Visualization API with <div> button
Fellow Coders,
I'm trying to update a Google Visualization API that has already been populated with data. Here's the background:
The user get's to choose several options from d …
2
votes
2answers
31 views
Is there a C header parser tool for wrapper generation like gccxml?
I need to write a few c header wrappers for a new programming language and would like something like gccxml but without the full dependency on gcc and the problems it gives on a wi …
0
votes
1answer
69 views
Well-supported Java ADSI wrapper library?
Does anyone know of a good wrapper for the Windows ADSI libraries for Java?
(I'm trying to avoid writing my own in JNA - and I'd like to use something standard.)
2
votes
5answers
121 views
What is meant by “implement a wrapper method”?
I have been given a programming assignment and one of the things I have to do is implement method which a wrapper method which relies on another method to sort the coordinates from …
0
votes
2answers
89 views
Differences between Foundation frameworks on Mac OS X and iPhone
Curious:
Why is it that Foundation on OS X contains a wrapper for CFHost (NSHost) but not CFSocket, and Foundation on iPhone OS doesn't even have NSHost?
And as an aside, are the …
1
vote
1answer
13 views
Easiest language to produce a Windows executable to prefix running another executable with system calls?
I want to run some system commands (to fix things) before running an executable. I have a reasonably locked down (work) Windows XP system and so can't change what a shortcut points …
0
votes
1answer
217 views
Use a wrapper class around an object in flex / actionscript.
Main Goal : Select a school listed in the first datagrid, and display all the student records /details of that school in the next datagrid. But, since datagrid is editable and requ …
12
votes
6answers
564 views
How to use C++ in Go?
In the new Go language, how do I call C++ code? In other words, how can I wrap my C++ classes and use them in Go?
1
vote
4answers
208 views
SQLite3 in C#.NET
Hello once again.
I'm trying to use SQLite3 in C#.NET. I've googled around and found some different API's. I also checked SQLite's website for wrappers. I like them, but want to w …
2
votes
3answers
62 views
How to wrap built-in methods in Python? (or ‘how to pass them by reference’)
I want to wrap the default open method with a wrapper that should also catch exceptions. Here's a test example that works:
truemethod = open
def fn(*args, **kwargs):
try:
…
3
votes
3answers
79 views
Simple way to get wrapper class type in Java
I have a piece of code where i need to pass the class of a field in a method. Because of the mechanics of my code i can only handle reference objects only and not primitives. I wan …
0
votes
1answer
39 views
Core Data: Design questions. Object wrappers or not?
I'm designing my first project using Core Data (for iPhone) and Im having some issues that might be related with my design approach.
I'm doing an application that allows the user …
