[micro-manager-general] C++ Qt MMCore on OSx
Status: Beta
Brought to you by:
nicost
|
From: Fabrizio R. <f.r...@ca...> - 2016-10-01 19:14:30
|
Hi Nico, reading againg your answer, I realized I gave you the wrong information. I check folder ".libs" in "micro-manager/MMCore" and I found the following files: CircularBuffer.o Configuration.o CoreCallback.o CoreProperty.o DeviceManger.o Error.o Host.o libMMCore.a libMMCore.la MMCore.o PluginManager.o I linked my project to "libMMCore.a" and the other object, but the linker can't find the compiled code for some function. For example one of the errors is: Undefined symbols for architecture x86_64: "_CFDataGetBytes", referenced from: Host::getMACAddresses(long&) in libMMCore.a(Host.o)" Where am I wrong? Is it necessary to do something before link this files to my project? Thank you again |