# Integrate FreeFem in a software

**URL:** https://community.freefem.org/t/integrate-freefem-in-a-software/96
**Category:** General Discussion
**Created:** [July 22, 2019, 8:26am UTC](https://community.freefem.org/t/integrate-freefem-in-a-software/96 "2019-07-22T08:26:18Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![nicomobile](https://avatars.discourse-cdn.com/v4/letter/n/43a26b/32.png) [@nicomobile](https://community.freefem.org/u/nicomobile)
#### Post date: [July 22, 2019, 8:26am UTC](https://community.freefem.org/t/integrate-freefem-in-a-software/96/1 "2019-07-22T08:26:18Z")

</div>

Hello,

I have been coding softwares since 5 years now, mostly with Windev (pcsoft) coding platform that allows great speed for coding and convinient tools to make software.

Mostly I do bridge design softwares and also Ropeway calculation software ([www.efcables.com](http://www.efcables.com)). I have coded all the maths parts with classic analytical algorithm or Matrix small 1D (on a line) finite element engine.

For a new software I need more capacity for FE calculation and also a graphic interface. I would like to include a finite element engine in my software, that could be run by my software itself. Windev allows a lot of integration (active, OLE, HTML…).

Do you think it is possible? Does anybody already done that ?

Thanks  
Nico

---

<div class="post-metadata">

### Author: ![simon.garnotel](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.freefem.org/simon.garnotel/32/11_2.png) [@simon.garnotel](https://community.freefem.org/u/simon.garnotel)
#### Post date: [July 29, 2019, 1:21pm UTC](https://community.freefem.org/t/integrate-freefem-in-a-software/96/2 "2019-07-29T13:21:41Z")

</div>

Hi,

I have no idea if it can help you but have a look on [https://doc.freefem.org/documentation/plugins.html#mmap-semaphore](https://doc.freefem.org/documentation/plugins.html#mmap-semaphore)
