Fan Yang
2013-08-06 01:18:28 UTC
Hi,
I'm using Qt port of scintilla, there is one class name ScintillaEdit is
generated by script WidgetGen.py.
I find that all return type or paramenter type sptr_t/uptr_t are replaced
with int, this may cause data loss.
At least on Mac x64, the pointer type such as docPointer couldn't work
correctly.
I simply modified the script, it seems work fine now. The diff file is
attached, I hope it could be helpful.
Regards,
Fan
I'm using Qt port of scintilla, there is one class name ScintillaEdit is
generated by script WidgetGen.py.
I find that all return type or paramenter type sptr_t/uptr_t are replaced
with int, this may cause data loss.
At least on Mac x64, the pointer type such as docPointer couldn't work
correctly.
I simply modified the script, it seems work fine now. The diff file is
attached, I hope it could be helpful.
Regards,
Fan
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.