deltachat / deltachat-node

Email-based instant messaging for Node.js.
GNU General Public License v3.0
45 stars 11 forks source link

adapt to current core #483

Closed hpk42 closed 3 years ago

hpk42 commented 3 years ago

this does not change naming of verified to protected to minimize changes -- this can come later.

Jikstra commented 3 years ago

Windows currently fails with module.obj : error LNK2019: unresolved external symbol dc_chat_is_protected referenced in function dcn_chat_is_verified [D:\a\deltachat-node\deltachat-node\build\deltachat.vcxproj]

Jikstra commented 3 years ago

The problem is that the current node master still referenced deltachat-core-rust 1.46.0

Simon-Laux commented 3 years ago

I made a new PR which is incompatible with this one: https://github.com/deltachat/deltachat-node/pull/485

hpk42 commented 3 years ago

well ok, then i am closing this. i am more interesed in getting a working node-desktop-core master compatibility ...