fixed Processus/FileBrowser/ReadDirectoryChanges compilation errorrs in VS2015#1472
fixed Processus/FileBrowser/ReadDirectoryChanges compilation errorrs in VS2015#1472stanciuadrian wants to merge 1 commit intonotepad-plus-plus:masterfrom stanciuadrian:master
Conversation
|
Your fix works, it removed VS2015 compilation errors. But I now get "ScintillaEditView::init : SCINTILLA ERROR - Can not load the dynamic library" exception. Do you know how I can fix this? Thank you! |
|
I think you may be mixing 32-bit and 64-bit compilers. You compile the Scintilla DLL on 32-bit and then you load it into a 64-bit process. Could you try selecting the x86 item from the Solution Platforms combo-box in the Standard toolbar from VS2015? You can read about how to enable the 64-bit toolchain here: [https://msdn.microsoft.com/en-us/library/x4d2c09s.aspx?f=255&MSPPError=-2147217396] You can use Edited: wrong default info |
|
I still get the same error... I realised I did not even compile Scintilla. I followed the Readme and compiled it without BOOST. I then tried to compile the VS2015 project in PowerEditor, but I still get the same error, x64 or x86. |
|
Did you copy |
|
I most certainly did.... not! That fixed it. Thank you very much! 👍 :) |
|
You're welcome! Thanks for testing my patch. |
|
Merging #1525 would be even better since it makes separate updates unnecessary in future. |
VS2015 project does not know about the file browser control. Include paths/CPP/H/RC for Processus/FileBrowser/ReadDirectoryChanges have been added/corrected. All targets compile with success: Debug/Release for x86/x64.