[PB 5.42 LTS] Bad Constant Value
Posted: Tue Mar 01, 2016 2:05 pm
Upgraded to 5.42
Tried to compile a program that uses WinHTTP
Got error: Constant already declared with a different value: #INTERNET_SCHEME_HTTP
My prog has the correct values:
#INTERNET_SCHEME_HTTP = 1
#INTERNET_SCHEME_HTTPS = 2
These now seem to come predefined with PureBasic 5.42, but the values are wrong (3 and 4, instead of 1 and 2)
Tried to compile a program that uses WinHTTP
Got error: Constant already declared with a different value: #INTERNET_SCHEME_HTTP
My prog has the correct values:
#INTERNET_SCHEME_HTTP = 1
#INTERNET_SCHEME_HTTPS = 2
These now seem to come predefined with PureBasic 5.42, but the values are wrong (3 and 4, instead of 1 and 2)