Okay, so I've seen a few references to calling API functions by creating wrappers in C/C++ and importing those in my BlitzMax project. The problem is that at my shop, just adding BlitzMax to the mix is going to be challenging enough. Telling them we also have to have C compilers around is...well...I'd like to avoid it if at all possible.
Is there really no way to simply import a header file or something and make direct calls to shared libraries?
What I'm looking at specifically in this case, not that it matters much to this discussion, is GetNextProcess().
Is there really no way to simply import a header file or something and make direct calls to shared libraries?
What I'm looking at specifically in this case, not that it matters much to this discussion, is GetNextProcess().