Top "Cross-language" questions

In programming, "cross-language" or "multi-language" refers to features that operate across multiple programming languages.

Instantiating a python class in C#

I've written a class in python that I want to wrap into a .net assembly via IronPython and instantiate in …

c# .net python ironpython cross-language
Why does the Python/C API crash on PyRun_SimpleFile?

I've been experimenting with embedding different scripting languages in a C++ application, currently I'm trying Stackless Python 3.1. I've tried several …

c++ python scripting python-stackless cross-language
How to unserialize PHP Serialized array/variable/class and return suitable object in C#

The goal is to unserialize a PHP serialized string and get sutable object in C# Is there any way to …

c# php serialization cross-language
Importing Java class into a python project

I've been trying to find a method to importing Java-ml into my python project. I have the jar file in …

java python cross-platform multilingual cross-language
How to deal with forward declaration / #import in Cocoa Touch (Objective-C cross C++) correctly?

I am trying to write this header file: //@class AQPlayer; //#import "AQPlayer.h" @interface AQ_PWN_iPhoneViewController : UIViewController { AQPlayer* player; } @…

iphone objective-c audioqueueservices cross-language