RE: DLL Automatic Wrapper Generator
- Posted by Andy Serpa <renegade at earthling.net> Feb 28, 2002
- 492 views
> Let me know what you think. I would like to get some test results > before I give it to the archives. > Looks good. One thing I would like to see is the ability to define a string argument in c function, and be able to pass to the generated wrapper function a Euphoria sequence/string. The function would automatically allocate_string(), call the c_func, then free() it. And if I pass an atom to the function instead, then it will assume it is a pointer and skip that step...