Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
calling c functions from java
Name: Ronen Date: August 15, 2002 at 04:41:05 Pacific
Comment:
i need to call from my java program to c functions that get c structs as a parameters in their prototype. as you probablly know java is not working with structs (classes only), so my question is how can i do it , i mean call the c functions that gets structs as parameters form java????
Summary: Hello, I am trying to call functions from a DLL. I am writing my application in C++ and have done a lot of search on google but couldn't find much that I could understand. Does anybody have working e...
Summary: Hi, It depends heavily on what C++ & ASM compiler you use. NASM AFAIK have support for this. Others I dunno. I've read once that to call a C++ module from ASM module, you must 1st make sure the final ...
Summary: Hi, I am trying to invoke a function in a python script from java, pass parameters and execute the script with those parameters. The obvious choice would be to use Jython, however I cannot use Jython...