NPP claims plugin is ANSI
- 
Successfully compiled a plugin with VS 2013 Express with UNICODE selected. Yet NPP 6.8.6 says it’s an ANSI plugin. What does NPP check to determine ANSI/Unicode?
Regards
George - 
It checks the
isUnicode()function to determine if it was ANSI or UNICODE. However, sometimes N++ reports an error about a ANSI plugin, when in reality there was some other error. I’d make sure your DLL is exporting the correct functions. - 
Thanks
I’ll look into that.
Regards
George