I’m trying to port the apache activemq C# api called NMS to NETMF. Up to now I fixed all problems regarding missing classes, function names, generics etc. and I can successfully compile the code now. But I get a build-error called “CLR_E_OUT_OF_MEMORY” and I don’t know how to find the exact reason for that. I read all the information I found in this forum and on google about the error message but all the decribed errors seem to occur during runtime, but my project can’t even be built. Any suggestions?
@ Cypher: I’m using the EMX board but I think the error does not depend on the board. It also occurs when trying to build a deployment file for the Microsoft emulator.
@ Gus: I’m working for a car manufacturer here in germany and we use an acitvemq server to connect the devices in our test setup for infotainment development. We are looking for an embedded board with hardware interfaces like CAN, GPIO, UART, etc. to connect some car components to this infrastructure. The embedded device we are looking for should be very easy to program and to debug. We are also expermenting with some linux and windows ce boards.
@ William: My VS output is in german - unfortunately - here is my translation:
According to this explanation about the Meta Data Processor I divided my project into smaller assemblies and now I can successfully compile, build and run it.