Re: [Sndobj-devel] WIN not defined. Defaulting to 0x0600 (WindowsVista)
Status: Abandoned
Brought to you by:
veplaini
From: victor <Vic...@nu...> - 2009-06-13 21:38:19
|
Make sure you are commenting out the right file. There are 2 audiodefs.h (in src and in include/SndObj, confusing is it not :) just commenting out #include <unistd.h> should do the job. But I am surprised that defining WIN does not do it. Victor ----- Original Message ----- From: "malik martin" <las...@gm...> To: "victor" <Vic...@nu...> Sent: Saturday, June 13, 2009 10:26 PM Subject: Re: [Sndobj-devel] WIN not defined. Defaulting to 0x0600 (WindowsVista) > should i remove WIN before adding -DWIN? > Malik > ( http://www.freewebs.com/laserbeak43 ) > > > > On Sat, Jun 13, 2009 at 2:53 PM, victor<Vic...@nu...> wrote: >> Try adding -DWIN to your command-line or IDE options. >> >> Victor >> ----- Original Message ----- From: "malik martin" <las...@gm...> >> To: <snd...@li...> >> Sent: Saturday, June 13, 2009 12:08 PM >> Subject: [Sndobj-devel] WIN not defined. Defaulting to 0x0600 (Windows >> Vista) >> >> >>> Hello, >>> I'm trying to build in MSVC 2008 pro and i'm getting a message at >>> output that says >>> WIN not defined. Defaulting to 0x0600 (Windows Vista) >>> when i build. >>> this has no immediate affect, but when i try to include Audiodefs.h >>> into my projects, i get an error message because the compiler is >>> looking for a POSIX header named unistd.h >>> i've commented that section out >>> //#ifndef WIN >>> //#include <unistd.h> >>> //#endif >>> but it doesnt' seem like whats needed to satisfy the compiler. >>> so then, i switched all instances of WIN to WINVER and get the same >>> error. anyone have any idea? could use some help. thanks >>> :) >>> Malik >>> ( http://www.freewebs.com/laserbeak43 ) >>> >>> >>> ------------------------------------------------------------------------------ >>> Crystal Reports - New Free Runtime and 30 Day Trial >>> Check out the new simplified licensing option that enables unlimited >>> royalty-free distribution of the report engine for externally facing >>> server and web deployment. >>> http://p.sf.net/sfu/businessobjects >>> _______________________________________________ >>> Sndobj-devel mailing list >>> Snd...@li... >>> https://lists.sourceforge.net/lists/listinfo/sndobj-devel >> >> |