liteserver / binn

Binary Serialization
Apache License 2.0
440 stars 58 forks source link

Using binn in C# possible? #18

Closed hubertcy closed 6 years ago

hubertcy commented 6 years ago

I am looking for ways to use binn library in C# but could not get it to work by editing the header file like below (adding dll export). Any direction you can point me to?

__declspec(dllexport) ALWAYS_INLINE BOOL Binn_object_set_str(binn obj, char key, char *str) { return binn_object_set(obj, key, BINN_STRING, str, 0); }

kroggen commented 6 years ago

You already created a question about C#. Stop creating duplicated questions.

Wait for someone that knows C# or learn the language by yourself.