¡@

Home 

2014/10/15 ¤U¤È 10:16:10

iphone Programming Glossary: zeromq

Cross-compiling ZeroMQ to ARM for use in a MonoTouch iPhone app configure settings

http://stackoverflow.com/questions/8318928/cross-compiling-zeromq-to-arm-for-use-in-a-monotouch-iphone-app-configure-settin

compiling ZeroMQ to ARM for use in a MonoTouch iPhone app configure settings I'm attempting to use the ZeroMQ library in an iPhone app developed.. compiling ZeroMQ to ARM for use in a MonoTouch iPhone app configure settings I'm attempting to use the ZeroMQ library in an iPhone app developed in C# using MonoTouch. I've solved almost all of the problems but have fallen at the.. developed in C# using MonoTouch. I've solved almost all of the problems but have fallen at the last hurdle. I'm using ZeroMQ 2.1.10 and the C# CLR binding wrapper and developing in Mac OS X 10.6.8. Here's the story so far I first attempted to use..

Cross-compiling ZeroMQ to ARM for use in a MonoTouch iPhone app configure settings

http://stackoverflow.com/questions/8318928/cross-compiling-zeromq-to-arm-for-use-in-a-monotouch-iphone-app-configure-settin

and the C# CLR binding wrapper and developing in Mac OS X 10.6.8. Here's the story so far I first attempted to use ZeroMq in a simple Mono C# Console app. I built ZeroMQ with . configure then make and sudo make install which installs shared library.. ZeroMQ with . configure then make and sudo make install which installs shared library usr local lib libzmq.dylib . The ZeroMq C# binding clrzmq.dll is a wrapper that uses the 'core' ZeroMq functionality via C Api DllImport calls. The test app didn't.. shared library usr local lib libzmq.dylib . The ZeroMq C# binding clrzmq.dll is a wrapper that uses the 'core' ZeroMq functionality via C Api DllImport calls. The test app didn't work which I figured out to be that the standard ZeroMQ . configure..