Hidden Structures
Posted: Sun Dec 08, 2024 5:46 pm
Hi guys!
Attempted...
Received "Line 1: Structure already declared: Rect (in resident file).
Is there a listing somewhere where can find PureBasic already defined structures or a program that can read .res files. Tried with Notepad, big mess.
Thank you
Attempted...
Code: Select all
Structure Rect
Left.i
Top.i
Width.i
Height.i
EndStructure
Received "Line 1: Structure already declared: Rect (in resident file).
Is there a listing somewhere where can find PureBasic already defined structures or a program that can read .res files. Tried with Notepad, big mess.
Thank you