Share your advanced PureBasic knowledge/code with the community.
Dreamland Fantasy
Enthusiast
Posts: 335 Joined: Fri Jun 11, 2004 9:35 pm
Location: Glasgow, UK
Contact:
Post
by Dreamland Fantasy » Fri May 02, 2014 1:09 am
lol! Yeah, it's been a while since I've done any programming, but I'm getting back into it.
I'm glad you like my work. Thanks!
Kind regards,
Francis
minimy
Enthusiast
Posts: 552 Joined: Mon Jul 08, 2013 8:43 pm
Location: off world
Post
by minimy » Wed Sep 03, 2014 8:09 pm
Good job! Thanks!
If translation =Error : reply ="Sorry, Im Sp ani sh " : Endif
electrochrisso
Addict
Posts: 989 Joined: Mon May 14, 2007 2:13 am
Location: Darling River
Post
by electrochrisso » Thu Sep 04, 2014 1:54 am
Dreamland Fantasy wrote: Hi there,
I've just noticed the latest comments on this thread.
I am currently working on revised versions of my image processing routines plus some new routines. One of the things that has already been addressed is support for 32 bit images with an alpha channel.
I'll post the updated version when I'm finished working on them.
Kind regards,
Francis
PureBasic! Purely the best
AMpos
Enthusiast
Posts: 128 Joined: Fri Jun 05, 2020 12:47 am
Post
by AMpos » Thu Sep 03, 2020 1:54 am
When I try to compile, it shows this error
Line 117: "Native Types can't be used with pointers"
and the line:
Code: Select all
Protected *mem.l, mem_size.l, mem_pos.l
Any hint? some one has this source code updated?
Thx
idle
Always Here
Posts: 5836 Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand
Post
by idle » Thu Sep 03, 2020 4:13 am
AMpos wrote: When I try to compile, it shows this error
Line 117: "Native Types can't be used with pointers"
and the line:
Code: Select all
Protected *mem.l, mem_size.l, mem_pos.l
Any hint? some one has this source code updated?
Thx
just remove the types from the pointers
Code: Select all
Protected *mem, mem_size.l, mem_pos.l
Windows 11, Manjaro, Raspberry Pi OS