Search:

Type: Posts; User: enderandrew

Search: Search took 0.01 seconds.

  1. I tried the following: typedef bool...

    I tried the following:


    typedef bool (_stdcall *fpMidiOutOpen)(LPHMIDIOUT,unsigned int,unsigned long,unsigned long,unsigned long);
    typedef bool (_stdcall *fpMidiOutShortMsg)(HMIDIOUT, DWORD);...
  2. gcc is telling me I can't declare a bool before *...

    gcc is telling me I can't declare a bool before *

    Also, to do this, won't I also then need to declare something like cardFuncs as a structure?

    How you declare void cdtTerm in a struct? I...
  3. warning: assignment from a incompatible pointer type

    This:


    #include <mmsystem.h>
    ...
    MMRESULT (_stdcall *fpMidiOutOpen)(LPHMIDIOUT,unsigned int,unsigned long,unsigned long,unsigned long);
    MMRESULT (_stdcall *fpMidiOutShortMsg)(HMIDIOUT, DWORD);...
  4. Replies
    1
    Views
    1,442

    Beginner needs help

    Howdy. I'm not a programmer by trade, in fact, I am extremely new to it, and am largely picking up programming as a hobby. However as a fairly new SysAdmin, I figure some C knowledge, and perhaps...
Results 1 to 4 of 4