Page 1 of 1

Hidden Structures

Posted: Sun Dec 08, 2024 5:46 pm
by Jakala
Hi guys!

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

Re: Hidden Structures

Posted: Sun Dec 08, 2024 5:54 pm
by Kiffi
Menu -> Tools -> Structure Viewer

Image