<div dir="auto">Yeah I got a 64 bit build of a very simple test application written in c to work using visual studio 2017 community edition around a two weeks ago. Unfortunately that computer is at warranty repair right now so I can't easily drop it in here as a working example. I had to hand translate the .pc files into the build config. Then I edited the project file and built it from the command line. The guide is from an old version of Visual Studio and didn't work for me so I stumbled through it. I'm a Linux programmer so it's foreign to me, but the project file itself feels like an XML Makefile so it kinda made sense. </div><br><div class="gmail_quote"><div dir="ltr">On Thu, Dec 27, 2018, 8:26 AM Aaron Boxer <<a href="mailto:boxerab@gmail.com">boxerab@gmail.com</a> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div>Dear GStreamers,</div><div><br></div><div>Has anyone successfully linked a 64 bit application to the 64 bit windows dlls ?</div><div><br></div><div>I have a 64 bit C# app linking to a 64 bit CLR dll, which in turn links to the 64 bit gstreamer dlls.</div><div>I get the following runtime error:<br></div><div><br></div><div>System.BadImageFormatException: 'Could not load file or assembly 'FOO.dll' or one of its dependencies. is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)'</div><div><br></div><div>So, it seems that 64 bit libgstreamer.dll has a 32 bit dependency ?</div><div><br></div><div>Works fine in 32 bit mode, or in 64 bit if I remove the gstreamer dependencies.<br></div><div></div><div><br></div><div>Thanks,</div><div>Aaron<br></div></div></div>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div>