<div dir="ltr"><div style="font-size:12.8px">I confirm that my suggested fix works.</div><div style="font-size:12.8px"><br></div><span style="font-size:12.8px">I used qmake to generate a visual studio project:</span><div style="font-size:12.8px"><pre style="white-space:pre-wrap;color:rgb(0,0,0);font-size:14px">qmake -tp vc <a href="http://qscintilla.pro/" target="_blank">qscintilla.pro</a></pre></div><div style="font-size:12.8px">- In "Linker > General" I changed the output to $(OutDir)\qscintilla2d.dll</div><div style="font-size:12.8px">- In "Linker > Additional Dependencies" I removed the 'd' to all the Qt dlls:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>Qt5PrintSupport.lib<br></div><div>Qt5Widgets.lib</div><div>Qt5Gui.lib</div><div>Qt5Core.lib<br></div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I built the debug configuration and then I used this new qscintilla2d.dll in my debug application linked with the Qt release dlls, and qscintilla works fine in a debug app with the Qt release dlls.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thanks for developing and maintaining qscintilla, great work!</div><div style="font-size:12.8px">Cedric</div></div>