I want to compile the G729 codec to try it out with firefly. I don't have Visual C++ 6 compiler. Is there a way I can obtain the link.exe alone for use with cygwin, or a substitute program? I don't look forward to installing the whole Visual C++ just for the link.exe ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
Tony Hoyle
2005-Jun-25 19:25 UTC
[Asterisk-Users] Looking for link.exe to compile G729 codec
Obelix wrote:> I want to compile the G729 codec to try it out with firefly. > I don't have Visual C++ 6 compiler. Is there a way I can obtain the link.exe > alone for use with cygwin, or a substitute program? > > I don't look forward to installing the whole Visual C++ just for the link.exe >The .net framework SDK apparently has it... just ignore all the .net bits and use nmake/cl/link from it. Tony