Re: [micro-manager-general] C++ Qt MMCore on OSx
Status: Beta
Brought to you by:
nicost
|
From: Nico S. <nic...@uc...> - 2016-10-01 18:22:22
|
On 10/1/2016 4:38 AM, Fabrizio Radaelli wrote: > My doubt is that I expected to find a file of the type "libMMCore.so" > in order to use Micro-Manager in C ++ but the files that I find are: > > MMCorePy.py > _MMCorePy.la > _MMCorePy.so > libMMCoreJ_wrap.jnilib > libMMCoreJ_wrap.la > > most other libmmgr _ ***. > I thought that the absence of "libMMCore.so" was due to a problem in > the installation Can you please respond inline, so that others may have a clue what this is all about? I found a MMCore.a in the source code repository directory: MMCore/.libs (but this was on Mac OS X). It should also be possible to build dynamic libraries if you prefer, I have not looked at the build system in a while, so can not easily advice you there. Best, Nico |