Announcement

Collapse
No announcement yet.

ANSI targets are deprecated

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ANSI targets are deprecated

    Hello,

    I just upgraded to 3.05 version NSIS and now I got warning trying to create my .exe. How can i fix this?

    Processing config: C:\Program Files\NSIS\nsisconf.nsh
    Processing default plugins: "C:\Program Files\NSIS\Plugins\x86-ansi\*.dll"
    + Banner::destroy
    + Banner::getWindow
    + Banner::show
    + BgImage::AddImage
    + BgImage::AddText
    .......

    Processed 1 file, writing output (x86-ansi):
    warning 7998: ANSI targets are deprecated

  • #2
    Add "Unicode True" to your script.
    IntOp $PostCount $PostCount + 1

    Comment


    • #3
      Fastest response ever! Thanks!

      Comment

      Working...
      X
      😀
      🥰
      🤢
      😎
      😡
      👍
      👎