Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. LanceDrolet

    IntPtr???

    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...
  2. LanceDrolet

    argv to octal??

    Thanks... Works like a charm!
  3. LanceDrolet

    argv to octal??

    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...

Part and Inventory Search

Back
Top