I'm attempting to run some code found on the internet on a
MacBook Air M2 with Purebasic
6.11 LTS.
The code was written in 2023 for PureBasic 5.73 LTS
Code: Select all
InitSound()
UsePNGImageDecoder()
Global yoff=40
Global xmax=640-16,ymax=128+12,ymin=52+4
KK_Window(640,480)
......
When attempting to compile, PureBasic complains:
Code: Select all
KK_Window() is not a function array, list, map or macro.
I'm guessing this KK_Window() method was depreciated but I couldn't find anything on google. Or perhaps it's a windows only function()?