Search found 5 matches

by creekside_miller
Sep 13, 2024 1:33
Forum: Beginners
Topic: pointers
Replies: 14
Views: 5514

Re: pointers

Image pointers! Who woulda thunk it? Many thanks!!!
Richard
by creekside_miller
Sep 12, 2024 17:37
Forum: Beginners
Topic: pointers
Replies: 14
Views: 5514

Re: pointers

Thanks for your replies. I want to create an array of 26 pointers to memory locations where I will load bitmaps. (I'm working on a card game for personal use. [The only way I can get a fair deal.]) So I don't want a pointer to an integer but rather a 24K bitmap. Am I barking up the wrong tree?
R
by creekside_miller
Sep 12, 2024 1:48
Forum: Beginners
Topic: pointers
Replies: 14
Views: 5514

pointers

Does
Dim Pointrs(25) As Integer ptr
create an array of pointers or a pointer to an array?
Thanks,
Richard
by creekside_miller
Sep 04, 2024 1:50
Forum: Windows
Topic: Where is Print output?
Replies: 17
Views: 14405

Re: Where is Print output?

FBEdit has the same no output problem.
by creekside_miller
Nov 04, 2023 1:43
Forum: Windows
Topic: Win 11 installation problem
Replies: 6
Views: 5177

Win 11 installation problem

Installed FreeBasic with scoop. Attempt to run fires up a window which disappears immediately. Disabled windows defender. No Change. Can't think of anything else. Can anyone help? Thanks - Richard