Re: [mp3encoder] Cannot Compile on MS VC++ 2005 Beta 2

2005-09-16 Thread Gabriel Bouvigne
Robert Hegemann a écrit : Hi Travis! What are you compiling exactly? lame.exe? lame.acm? How do you compile lame? via Makefile or Projectfile? It is likely that you are compiling the ACM or DirectShow interfaces. Both are requiring windows.h However, lame.exe or libmp3lame are not

Re: [mp3encoder] Cannot Compile on MS VC++ 2005 Beta 2

2005-09-16 Thread Takehiro Tominaga
From: Gabriel Bouvigne [EMAIL PROTECTED] Subject: Re: [mp3encoder] Cannot Compile on MS VC++ 2005 Beta 2 Date: Wed, 14 Sep 2005 20:30:19 +0200 It is likely that you are compiling the ACM or DirectShow interfaces. Both are requiring windows.h However, lame.exe or libmp3lame are not requiring

Re: [mp3encoder] Cannot Compile on MS VC++ 2005 Beta 2

2005-09-16 Thread Gabriel Bouvigne
Takehiro Tominaga a écrit : It is likely that you are compiling the ACM or DirectShow interfaces. Both are requiring windows.h However, lame.exe or libmp3lame are not requiring it. I think it is requred to compile lame.exe. There're following code in libmp3lame/machine.h You are right. I