File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
PureBasicZMQ/Example/Weather Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,7 @@ Global lpszJsonWeather.s = ""
31
31
32
32
If DllOpen(lpszLibZmqDll)
33
33
OpenConsole()
34
- InitNetwork()
35
-
34
+
36
35
Print("Enter OpenWeatherMap API Key and Press Return: ")
37
36
Define WeatherApiKey.s = Input()
38
37
@@ -79,8 +78,9 @@ If DllOpen(lpszLibZmqDll)
79
78
80
79
DllClose()
81
80
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
84
84
; Folding = -
85
85
; EnableXP
86
86
; Executable = ..\..\ModuleWeatherPubServer.exe
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ZMQ Wrapper for PureBasic Programming Language.
8
8
## Environment
9
9
10
10
- Windows 7 above (recommend)
11
- - PureBasic 5 .0 above (recommend)
11
+ - PureBasic 6 .0 above (recommend)
12
12
- [ ZeroMQ] ( https://github.com/zeromq )
13
13
14
14
## How to Build
@@ -122,7 +122,7 @@ EndIf
122
122
123
123
## License
124
124
125
- Copyright (c) 2017-2023 Ji-Feng Tsai.
125
+ Copyright (c) 2017-2024 Ji-Feng Tsai.
126
126
Code released under the MIT license.
127
127
128
128
## TODO
You can’t perform that action at this time.
0 commit comments