Hi,

  The capture library is built using Visual C++ only. It is possible to use
the Visual C++ DLL, just of the capture library, with mingw. You need to
download one the Visual C++ packages, and the source package. Then use
dlltool to get a .a from the dll.

dlltool -d im_capture.def -D im_capture.dll -l libim_capture.a

  But you will also depend on the msvcr*.dll.

Best,
Scuri



2018-01-29 8:30 GMT-02:00 Mihail Ivanchev <[email protected]>:

> Hello Antonio,
>
> I'm linking statically to libim.a and keep getting linkage errors for the
> capture functions. I see there's an libim_capture.a mentioned somewhere in
> the documentation, but I cannot locate that library in the download
> binaries for 3.12. Any idea what I might be doing wrong? Thanks!
>
> Regards
> Mihail
>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Iup-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Iup-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to