y-crdt / ydotnet

.NET bindings for yrs.
MIT License
35 stars 9 forks source link

youtput_read_json_undefined isn't an exported yffi symbol #19

Closed goldsam closed 1 year ago

goldsam commented 1 year ago

@LSViana I'm getting the following error against v0.16.10 of yrs:

System.EntryPointNotFoundException : Unable to find an entry point named 'youtput_read_json_undefined' in DLL 'yrs.dll'.

Are you using a modified version of the library? I'm not finding that symbol in any branch.

LSViana commented 1 year ago

Hey, @goldsam!

Yes, I'm using a modified version with extra features and some patches that didn't land on the main repository yet. Please, use this repository as the main source to compile the Rust binary.

If you have any other issues, please let me know.

LSViana commented 1 year ago

By the way, this and any other kind of problems will be cleared later when I finish the main batch of work in this repository and create a README.

goldsam commented 1 year ago

Thanks for the quick response! I see that you're busy cranking out the code. I'm excited about this project and want to help out 😉

goldsam commented 1 year ago

That worked great!