[gmpi] Re: Reqs Discuss: 1-11

  • From: Tim Hockin <thockin@xxxxxxxxxx>
  • To: gmpi@xxxxxxxxxxxxx
  • Date: Mon, 17 Nov 2003 12:01:23 -0800

On Mon, Nov 17, 2003 at 04:29:38PM -0700, Mike Berry wrote:
>       While I hate to base anything on MS compiler behavior, I did notice 
> when I tried to compile your test code over the weekend that <stdint.h> 
> is not included by MS .NET 2003. And therefore int32_t, etc, are not 
> defined.

Really?  That's cute.  stdint is C99 standard.  I suppose we will have to
solve that somehow.  It's certainly fixable.

>       Can we simply roll our own for GMPI? Or include the necessary 
>       headers in the package?

We can certainly do something like a gmpi.h which does:

#ifdef __win32
typedef long            int32_t;
#else
#include <stdint.h>
#endif

details.

----------------------------------------------------------------------
Generalized Music Plugin Interface (GMPI) public discussion list
Participation in this list is contingent upon your abiding by the
following rules:  Please stay on topic.  You are responsible for your own
words.  Please respect your fellow subscribers.  Please do not
redistribute anyone else's words without their permission.

Archive: //www.freelists.org/archives/gmpi
Email gmpi-request@xxxxxxxxxxxxx w/ subject "unsubscribe" to unsubscribe

Other related posts: