Image pointers! Who woulda thunk it? Many thanks!!!
Richard
Search found 5 matches
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
R
pointers
Does
Dim Pointrs(25) As Integer ptr
create an array of pointers or a pointer to an array?
Thanks,
Richard
Dim Pointrs(25) As Integer ptr
create an array of pointers or a pointer to an array?
Thanks,
Richard
- 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.
- 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