Actually I can't compile anything (even only the "lame" project) because it's asking for far more than just windows.h including pshpack4.h pshpack8.h etc and so on. I can get the sources from this one site but all the lines begin with a number e.g. 0001 0002 0003 .. and MSVC++ 2005 does *not* like code beginning with line numbers. It's too much to ask of me to edit 7000+ lines of code per *.h I have to add to the includes folder. :) When I got to the eleventh .h file it was requiring I finally declared it a "dead end" .. there were several more code dependencies beyond that which I simply don't have the time for.
Between two jobs and college at night there isn't much left for side projects! Travis --- Rick Hansen <[EMAIL PROTECTED]> wrote: > This file is normally "automatically" included in > compiles with MS > compilers, but.... > > You can use notepad, create a windows.h file in the > same directory as your > source code, and insert the lines from this link > into the Windows.h file: > http://doc.ddart.net/msdn/header/include/windows.h.html > > > > Also, you can google "windows.h" to find a version > that's close to what you > need. > > Lame on, > > Rick > > > ----- Original Message ----- > From: "Travis McMurry" <> > To: <[email protected]> > Sent: Tuesday, September 13, 2005 11:32 PM > Subject: [mp3encoder] Cannot Compile on MS VC++ 2005 > Beta 2 > > > > For those who are using bleeding edge releases... > I > > tried compilion Lame on Microsoft Visual C++ 2005 > Beta > > 2. It keeps on buggin' about a 'windows.h' file > not > > present in the includes. I did a search of all > the > > lame source code checked out tonight via cvs and > there > > was no file called 'windows.h' -- I'm too tired to > > look at the source code and try and figure out > what's > > the cause of it.. but I wandered if anyone with > this > > configuration has experienced this yet. > > > > Travis > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam > protection around > > http://mail.yahoo.com > > _______________________________________________ > > mp3encoder mailing list > > [email protected] > > http://minnie.tuhs.org/mailman/listinfo/mp3encoder > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ mp3encoder mailing list [email protected] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
