KK_Window() woes
Posted: Thu Jul 11, 2024 11:24 am
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
When attempting to compile, PureBasic complains:
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()?
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)
......
Code: Select all
KK_Window() is not a function array, list, map or macro.