1 Jun 2003 01:51
Re: Web site / Some suggestions
Jonathan Vaughn <biosehn <at> airmail.net>
2003-05-31 23:51:06 GMT
2003-05-31 23:51:06 GMT
> On Sat, May 31, 2003 at 04:09:05PM -0500, Jonathan Vaughn wrote: >> >> BTW in ffdshow/ffvfw CVS I have Visual Sudio projects for building >> >> libavcodec using Visual C++ and Intel C++ Compliler. It did required >> >> some modifications to libavcodec source code mainly removing GCC >> >> specific extensions, too. >> > >> > I prefer not to favour non free compilers in ffmpeg, so I won't >> integrate >> > such >> > patches anytime soon (at least for Visual C++). >> > >> > Fabrice. >> >> I think VC++ might have the ability to specify an external / custom >> compiler, in which case it would be possible to use either cygwin or >> mingw32 and specify in the project to use whichever compiler. This would > > Why?? Just throw out MSVC entirely. mingw can generate DLLs that are > linkable to MSVC programs just fine, and if you don't insist on using > msvc for your own stuff, you can just use mingw entirely. > > Rich I don't care much one way or the other for the compiler, but the debugging facilities are rather nice and it makes a good IDE to work in. I'm open to suggestions for IDEs that could replace it both for debugging (stepping through code / setting breakpoints / watching variables / etc) and for ease of use as far as editing code and syntax highlighting and automatic completion of members etc...(Continue reading)
RSS Feed