XhmikosR / notepad2-mod

LOOKING FOR DEVELOPERS - Notepad2-mod, a Notepad2 fork, a fast and light-weight Notepad-like text editor with syntax highlighting
https://xhmikosr.github.io/notepad2-mod/
Other
1.45k stars 270 forks source link

When compiled with WDK, find/replace crashes #56

Closed bluenlive closed 11 years ago

bluenlive commented 11 years ago

I compiled with WDK, And, when I use find/replace function Notepad2-mod crashes.

And, as I know, that problem doesn't happen with ICL or VC.

XhmikosR commented 11 years ago

Well that build is old. Plus I don't use that compiler anymore.

So closing unless you can reproduce with the latest build.

bluenlive commented 11 years ago

The problem happens with the lastest(4.2.25.873).

XhmikosR commented 11 years ago

What's the call stack?

Because it works fine here so you are the only one who can run a debug build and check where exactly it crashes.

bluenlive commented 11 years ago

I will do something more and report again.

bluenlive commented 11 years ago

const char *complexCaseConversions (in CaseConvert.cxx) string seems not to be compiled properly in my language.

I think that's the reason. hmm...

Thanks for reading.

XhmikosR commented 11 years ago

That's a Scintilla file so you will need to report that upstream.

If it's a compiler bug you can try VS2012.

PS. I have seen a compiler warning in Scintilla about characters but that was added recently so probably not related.

XhmikosR commented 11 years ago

https://sourceforge.net/p/scintilla/bugs/1506/