I'm using a 3rd party sound api for an app I've been playing with. I found a .NET wrapper for it, and for the most part, it's great. Here's the problem: One functions has a sig similar to this in the original dll:
void getinfo(char** name, void** value);
The wrapper has this sig as:
void...
Hi..
A project at school has me reinventing the wheel. I'm required to re-write several linux command line apps using the associated system calls. The problem I'm having is with CHMOD.
It works fine, when I embed the mode I want to change the file to in the code. The problems start when I try...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.