I made a website that needs to execute some kind of C++ program (the program has been compiled). But I want to limit the resources needed by the program. The resources that I want to limit are run tim
This got a bit long-winded, so here\'s the quick version: Why does this cause a runtime TypeLoadException? (And should the compiler prevent me from doing it?)
It\'s not the first time I am getting the RuntimeError: underlying C/C++ object has been deleted. I\'ve solved it many times altering my code in a random but intuitive way but now I am facing this aga
I want to implement C# as the scripting language in my game. My problem is, that my script will not compile if I want to use classes defined in the game core (exe).
my application crashed on startup on a machine without visual studio so i installed it and figured the only this开发者_开发百科 i need to make my app run is :
Say I have want to execute a script or and executable file开发者_JAVA百科 by printing runtime the output of execution.
I need to select the path directory of my \"files.dat\" at runtime. My Visual Studio project crea开发者_JAVA技巧te a .dll (that is a Nutech plugin) and in the code it is just implemented a load funct
I have created an PythonInterpreter object, and want to call a java function but keep getting the error:
I want to initialize one batch script using java code. Once it is initialized I need to exit the java program and wants the batch script to continue executing. How can I achieve this. I used Runtime a
I need to decorate a object\'s method. It needs to be at runtime because the decorators applied on the object depends on the arguments that the user gave when calling the program (arguments supplied w