Skip to content

Commit

Permalink
Update to Support PureBasic 6.0 Version
Browse files Browse the repository at this point in the history
  • Loading branch information
jiowcl committed Dec 4, 2024
1 parent dc47ef9 commit 708c14d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions PureBasicZMQ/Example/Weather/WeatherPubServer.pb
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ Global lpszJsonWeather.s = ""

If DllOpen(lpszLibZmqDll)
OpenConsole()
InitNetwork()


Print("Enter OpenWeatherMap API Key and Press Return: ")
Define WeatherApiKey.s = Input()

Expand Down Expand Up @@ -79,8 +78,9 @@ If DllOpen(lpszLibZmqDll)

DllClose()
EndIf
; IDE Options = PureBasic 5.72 (Windows - x64)
; CursorPosition = 14
; IDE Options = PureBasic 6.12 LTS (Windows - x64)
; CursorPosition = 33
; FirstLine = 14
; Folding = -
; EnableXP
; Executable = ..\..\ModuleWeatherPubServer.exe
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ZMQ Wrapper for PureBasic Programming Language.
## Environment

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

## How to Build
Expand Down Expand Up @@ -122,7 +122,7 @@ EndIf

## License

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

## TODO
Expand Down

0 comments on commit 708c14d

Please sign in to comment.