KernelBase.dll crash while compiling notepad++ project with MS VS 2010 ultimate
I followed first the instructions written in this thread " How do I build Notepad++ with Visual C++ 2010 Express? "
Although all the files were compiled successfully when I built notepad++ project on Visual Studio 2010 Ultimate, yet I get this:
First-chance exception at 0x7543b727 (KernelBase.dll) in Notepad++.exe: Microsoft C++ exception: std::runtime_error at memory location 0x0020ff80..
First-chance exception at 0x00000000 in Notepad++.exe: 0xC0000005: Access violation.
First-chance exception at 0x7543b727 (KernelBase.dll) in Notepad++.exe: Microsoft C++ exception: Win32AccessViolation at memory location开发者_高级运维 0x00210388..
Where could the problem be ?
Are you compiling a Debug build of Notepad++? if so they compile fine with the changes, but crash when starting.
Unicode Release builds (after the modifications you linked to) build and run fine (on express and pro, at least).
精彩评论