Re: [perl-win32-gui-hackers] [win32-gui] Scintilla cygwin fixes

2006-07-17 Thread Reini Urban
2006/7/16, Robert May [EMAIL PROTECTED]: Reini Urban wrote: Note that Include/SciLexer.dll must have the executable +x flag in the filesystem, otehrwise LoadLibrary in cygwin will fail. I did cvs up, so it's wrong in cvs at sf.net. But not that important. Just be sure that the final .tar.gz

Re: [perl-win32-gui-hackers] [win32-gui] Scintilla cygwin fixes

2006-07-16 Thread Robert May
Reini Urban wrote: Attached are some minor cygwin path fixes for Scintilla. Thanks for the pointers. I didn't like the call to the external process, or having to remove the taint check from the test, so I've just committed a different fix for this problem. Win32::GUI::LoadLibrary() has