You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a portable version of NPP with a selection of plugins. This portable version should be write protected to avoid users to change the configuration. When a user who has no access to the folder exits the application, he gets the following error.
Error message:
CSVQuery.dll just crashed in
notify(SCNotification *notification) :
notification -> nmhdr.code == 1009
notification -> nmhdr.hwndFrom == 00000000001403EA
notification -> nmhdr.idFrom == 0
A user having access to the folder does not get this message.
The text was updated successfully, but these errors were encountered:
I created a portable version of NPP with a selection of plugins. This portable version should be write protected to avoid users to change the configuration. When a user who has no access to the folder exits the application, he gets the following error.
Error message:
CSVQuery.dll just crashed in
notify(SCNotification *notification) :
notification -> nmhdr.code == 1009
notification -> nmhdr.hwndFrom == 00000000001403EA
notification -> nmhdr.idFrom == 0
A user having access to the folder does not get this message.
The text was updated successfully, but these errors were encountered: