Talk:NSISpcre plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
Line 8: Line 8:


Plugin breaks when used with the Unicode version of NSIS.
Plugin breaks when used with the Unicode version of NSIS.
== Library NSISpcre.dll left inside temp directory ==
After compiling and running the test sample code (NSISpcreTest.nsi), the library NSISpcre.dll is left inside temp directory ($PLUGINSDIR).<BR>
Cannot delete library before the end of code.<BR>
Dont want to wait next reboot to force deletion (Delete /REBOOTOK ...).<BR>
Is there any way to avoid this ? (method to unload NSISpcre plugin ?)<BR>

Revision as of 13:17, 16 March 2017

Recompile / Update

Can someone please update and recompile this? At 164k it feels rather bloated. I'd do it myself but I find Visual C a complete nightmare to work with.

Zinthose 16:51, 23 October 2009 (UTC)

Unicode Compatibility

Plugin breaks when used with the Unicode version of NSIS.

Library NSISpcre.dll left inside temp directory

After compiling and running the test sample code (NSISpcreTest.nsi), the library NSISpcre.dll is left inside temp directory ($PLUGINSDIR).
Cannot delete library before the end of code.
Dont want to wait next reboot to force deletion (Delete /REBOOTOK ...).
Is there any way to avoid this ? (method to unload NSISpcre plugin ?)