chcg / NppDocShare

GNU General Public License v2.0
1 stars 0 forks source link

Sharing between 32 and 64bit versions of Npp/plugin #5

Open Geist-zz opened 11 months ago

Geist-zz commented 11 months ago

From what I saw connection between 32 and 64bit versions of Npp/plugin works only partially - you can send and receive chat messages, but the changes in text aren't sent/received (at least for the 64->32 direction).

chcg commented 11 months ago

@Geist-zz Is there any crash caused by this combination? Most likely there are some differences bétween 32bit and 64bit which are blocking this usecase as the orig code was just designed for 32bit and I just added the necessary adaptations to get it running on 64bit. PRs on this are welcome as this is just a recompile of the original project from sourceforge. As I don't use the plugin on my own it is unlikely that I will check this problem in more detail.

Geist-zz commented 11 months ago

There's no crash, text changes just doesn't appear on the other end. Tested only in 64->32bit direction, messaging works both ways. When 32bit versions are used, changes appear on both ends.