I am looking for c examples in implementing Libember_slim. Iam trying to build and ember consumer and provider for a microcontroller module. I would really appreciate if you can help me with any relevent documentation if any.
I tried to look intop the source code and thats fine. I am trying to build the source sode using a command line borland compiler and i get errors trying to build the examples.
Hi Andres,
In the header function bertype.h in lines 52 and 59 the keyword long has been repeated twice. and please find the attachment for the errors when i try to run __sample.c.
I tried the recent version of gcc using qt and used msvcr using visual c++. i was able to build fine but when i run the the build both the programs shut down before i enter any application parameters like the port or the ip address.Please find the attachments so that you can understan what iam trying to say.
Enter code here...char *strdup (const char *s) {
char *d = malloc (strlen (s) + 1); // Space for length plus nul
if (d == NULL) return NULL; // No memory
strcpy (d,s); // Copy the characters
return d; // Return the new string
}
No connection could be made because the target machine actively refused it 192.168.1.4:9000