Jump to content

Recommended Posts

Posted (edited)

Hi, 

Hope someone can help.  I can compile/build/ the following script:

https://sourceforge.net/projects/ip-changer/ > /source/IPChangerV1.8+Pau20160905_src.zip

Using the default installed SciTELite editor.

However, when I install SciTE 32-bit Version 4.4.6 Mar 16 2021 13:51:55)

I get errors including:

image.thumb.png.aae03f2d643c7e99ed3b72afd8db89d6.png

I'm guessing this is a Windows defined variable?  Does the updated SciTE change installed .au3 files?  Or are there tighter compiler options been invoked maybe?

I guess there are some SciTE settings that can be changed?  I really like the updated SciTE editor and would like to keep using it or otherwise I will have to revert to the original Lite version. 

Sorry if this has been covered before, if so just point in the right direction.

Thanks in advance.

Edited by ConradB
Posted (edited)

replace:

 If $__WINVER >= 0x0600 Then

with:

  If _WinAPI_GetVersion() >= 6.0 Then   

 

 

Edited by ioa747

I know that I know nothing

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...