Discussion:
Does anyone use Digital Mars C++?
Neil Hodgson
2013-06-05 10:06:43 UTC
Permalink
There are some conditionally compiled sections of ScintillaWin.cxx that work around some problems with Digital Mars C++ from 11 years ago. Its likely that Digital Mars now supports the Imm32 library (needed for Asian language input) and zmouse.h header (mouse wheel definitions) so it should be possible to remove these preprocessor checks.

If anyone is using Digital Mars C++, could you please try inverting the __DMC__ checks to see if they are still needed. If this is OK or no one responds then I'll remove the checks for DMC.

Neil
--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Neil Hodgson
2013-06-29 13:51:52 UTC
Permalink
Since no one appears to be using Digital Mars C++, checks for it have been removed from ScintillaWin.cxx.

http://sourceforge.net/p/scintilla/code/ci/844676f5b7cf1e5f3581b06ca879ad6b4a52f9e3/

Neil
--
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.
Loading...