Skip to content

Commit 708c14d

Browse files
committed
Update to Support PureBasic 6.0 Version
1 parent dc47ef9 commit 708c14d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

PureBasicZMQ/Example/Weather/WeatherPubServer.pb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ Global lpszJsonWeather.s = ""
3131

3232
If DllOpen(lpszLibZmqDll)
3333
OpenConsole()
34-
InitNetwork()
35-
34+
3635
Print("Enter OpenWeatherMap API Key and Press Return: ")
3736
Define WeatherApiKey.s = Input()
3837

@@ -79,8 +78,9 @@ If DllOpen(lpszLibZmqDll)
7978

8079
DllClose()
8180
EndIf
82-
; IDE Options = PureBasic 5.72 (Windows - x64)
83-
; CursorPosition = 14
81+
; IDE Options = PureBasic 6.12 LTS (Windows - x64)
82+
; CursorPosition = 33
83+
; FirstLine = 14
8484
; Folding = -
8585
; EnableXP
8686
; Executable = ..\..\ModuleWeatherPubServer.exe

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ZMQ Wrapper for PureBasic Programming Language.
88
## Environment
99

1010
- Windows 7 above (recommend)
11-
- PureBasic 5.0 above (recommend)
11+
- PureBasic 6.0 above (recommend)
1212
- [ZeroMQ](https://github.com/zeromq)
1313

1414
## How to Build
@@ -122,7 +122,7 @@ EndIf
122122

123123
## License
124124

125-
Copyright (c) 2017-2023 Ji-Feng Tsai.
125+
Copyright (c) 2017-2024 Ji-Feng Tsai.
126126
Code released under the MIT license.
127127

128128
## TODO

0 commit comments

Comments
 (0)