Search found 275 matches

by spacebuddy
Tue Jul 22, 2025 7:40 pm
Forum: Bugs - Mac OSX
Topic: Mac OS/X beta 26
Replies: 4
Views: 169

Re: Mac OS/X beta 26

is it possible to link to opengl since the AGL framework is gone?

Thanks :D
by spacebuddy
Mon Jul 21, 2025 7:42 pm
Forum: Bugs - Mac OSX
Topic: Mac OS/X beta 26
Replies: 4
Views: 169

Mac OS/X beta 26

I’m currently testing on macOS 26 Beta (Apple Silicon), and I’ve run into a linker error when compiling PureBasic code that uses any graphics-related commands—even basic ones like InitSprite() or CanvasGadget(). The compiler reports:

Linker Error: framework AGL not found

Is anyone else getting ...
by spacebuddy
Thu Nov 28, 2024 4:56 pm
Forum: Mac OSX
Topic: runprogram
Replies: 20
Views: 14533

Re: runprogram

I am using sequoia Beta 4.

Would be nice to be able to change the info.plist in the IDE. This way you can add the permissions
while debugging the app.
by spacebuddy
Wed Nov 27, 2024 9:42 pm
Forum: Mac OSX
Topic: runprogram
Replies: 20
Views: 14533

Re: runprogram

I found the problem. When the app is compiled it works, it ask for microphone access and folder.

In the IDE this does not happen. Since the IDE does not ask for access, it does not work.

So, how to ask for access in the IDE so I can still work on the program? :D

You can download hear from GitHub ...
by spacebuddy
Tue Nov 26, 2024 10:52 pm
Forum: Mac OSX
Topic: runprogram
Replies: 20
Views: 14533

runprogram

Hey all,

when I use this command in terminal

/usr/local/bin/hear -d -i /Users/george/Downloads/notebook.mp3 > test.txt

It executes a program which converts a mp3 to text. This works.

When I try the purebasic code below I always get an error.




Compiler = RunProgram("/usr/local/bin/hear", "-d ...
by spacebuddy
Tue Jul 23, 2024 4:18 pm
Forum: Game Programming
Topic: Puzzle of Mystralia
Replies: 63
Views: 33707

Re: Puzzle of Mystralia

Has anyone ported this to Mac OS/X

:D
by spacebuddy
Sat May 04, 2024 8:21 pm
Forum: Applications - Feedback and Discussion
Topic: simple oil paint simulator
Replies: 26
Views: 10643

Re: simple oil paint simulator

Very nice program, works great under Windows 11. :D :D
by spacebuddy
Sun Apr 21, 2024 3:27 pm
Forum: Coding Questions
Topic: Speed up loop
Replies: 13
Views: 2494

Re: Speed up loop

Thank you all, I learned a lot :D :D :D
by spacebuddy
Sun Apr 21, 2024 1:50 am
Forum: Coding Questions
Topic: Speed up loop
Replies: 13
Views: 2494

Speed up loop

Hi All,

I wrote a small program to take an image and convert it to ascii. I find the for loop top be a little
slow. Is there anyway to speed this code up?

Not sure how to display the code in a message :shock:



; load image


UsePNGImageDecoder()
UseJPEGImageDecoder()
Global image.i
Global ...
by spacebuddy
Tue Apr 02, 2024 7:06 am
Forum: 3D Programming
Topic: Landscape v5
Replies: 30
Views: 13033

Re: Landscape v5

Very impressive!!
by spacebuddy
Mon Jan 01, 2024 12:23 am
Forum: Coding Questions
Topic: Dll and array
Replies: 1
Views: 643

Dll and array

Hello All,

Is there anyway in Purebasic to pass an array using a Dll?

What I want to do is create the DLL in Purebasic and pass an array of string to another programming language.

Thanks
by spacebuddy
Tue Dec 19, 2023 8:20 pm
Forum: Mac OSX
Topic: Simulate Keyboard
Replies: 10
Views: 2684

Simulate Keyboard

Hi all,

Is it possible to simulate CMD-A keyboard using code?

Any help would be appreciated.

Thanks
by spacebuddy
Mon Jun 21, 2021 5:18 pm
Forum: Announcement
Topic: PureBasic 6.00 released !
Replies: 626
Views: 211579

Re: PureBasic 6.00 Alpha 2 released !

I am getting this error in A 2 release

POLINK: fatal error: File not found: 'C:\Program.obj'

How to continue to test?
by spacebuddy
Thu Apr 08, 2021 7:02 pm
Forum: Announcement
Topic: SpiderForms: A visual Form Designer for Spider\Pure Basic
Replies: 9
Views: 4573

Re: SpiderForms: A visual Form Designer for Spider\Pure Basi

I got it running after installing, but I get a lot of crashes using the software

thanks
by spacebuddy
Tue Apr 06, 2021 8:07 pm
Forum: Announcement
Topic: PureBasic Interface to OpenCV
Replies: 885
Views: 729485

Re: PureBasic Interface to OpenCV

thank you, works great!!

I do have another question, my webcam has 5 times zoom, is there anyway to use that with opencv?

Thanks