New version of Perl Oasis available.
New stuff: Scintilla source viewer and a couple of new supported editors: gVim, EditPlus and PFE in addition to the original UltraEdit.
The Scintilla control acted up when I tried to build a freestanding PerlApp application. Scintilla uses a SciLexer.dll file which is located in the site/lib/auto/... directory tree in the Perl installation. But adding it to the application in that relative location didn't work, nor did adding it in the current directory.
It's strange that Scintilla or Perl (I don't know which sub system does this) can't find the dll when located in the exact same place as it is in my Perl installation.
I ended up placing it outside the application, in the same dir as Oasis.exe itself. Not even adding the location to $ENV{PATH} worked. Oh, well.
Did you try to auto-extract the DLL? (Score:2, Informative)
Yups (Score:1)
I also put it in the current directory, still no dice.
I even tried setting the PATH (since there is no LD_LIBRARY_PATH on Windows) to different locations where it was, but nooo.
Maybe I made some other mistake, that's certainly possible.
Re:Yups (Score:1)
Could you run PerlApp again, and send me both the commandline used and the STDOUT/STDERR output via email?
Re:Yups (Score:1)
You should note that I use PerlApp 2 so the exact syntax isn't the same.
Re:Yups (Score:1)