[x264-devel] MSVC project files
BugMaster
BugMaster at narod.ru
Wed Sep 30 20:00:37 CEST 2009
On Wed, 30 Sep 2009 10:35:26 -0700, Jason Garrett-Glaser wrote:
> On Wed, Sep 30, 2009 at 9:37 AM, Sean McGovern <gseanmcg at gmail.com> wrote:
>> You'll welcome a world of hurt if you want to link libx264 compiled with cygwin into an app you've built on MSVC.
> A "world of hurt"? In my world, we have something called "cdecl" that
> makes it rather easy to link between libraries regardless of compiler.
> What color is the sky in your world?
> Also, don't top-post.
I think the problem is not the calling convention but the format of
libraries themself. VC use COFF for *.lib and GCC ELF for *.a (may be I
am wrong).
More information about the x264-devel
mailing list