Search:

Type: Posts; User: SGates1

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,880

    There is not likely to be a function like this...

    There is not likely to be a function like this since getting licensing rights to decode MP3s costs about $60,000. I suggest you instead use ShellExecute() to open the file that you wish to be played...
  2. Replies
    4
    Views
    1,660

    I've already included shlwapi.h and I'm linking...

    I've already included shlwapi.h and I'm linking shwapi.lib...this is all MSDN says is required to get it to work but still I get a compilation error.

    I am already using FindFirstFile() but that...
  3. Replies
    4
    Views
    1,660

    StrRetToBuf() and searching file system

    I've been screwing around for the past few days trying to search through the file system to find all files of a certain type (*.mp3 in my case). Using a bunch of Shell functions I've managed to...
Results 1 to 3 of 3