mhulden / foma

Automatically exported from code.google.com/p/foma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to create DLL library for foma?

Mukhammadsaid19 opened this issue · comments

Hi, I would like to create C# bindings for foma to use it in my desktop application. I've been struggling with creating .dll shared library for foma, and so far my efforts are fruitless (I've tried to compile using mingw32, but I can't properly link dynamic libraries, readline in particular).

How can it be done?

Thanks in advance.

You can build it via my vcpkg overlay: https://github.com/WolfPkg/vcpkg-overlay-ports - Foma builds, everything else is pending.