Search found 1341 matches

by dige
Tue Sep 16, 2025 10:01 am
Forum: Tricks 'n' Tips
Topic: SVG to PB VectorDrawing Codes
Replies: 13
Views: 648

Re: SVG to PB VectorDrawing Codes

Thank you punak!

I tried it, but I get the following error when creating the code: AddPathPolygon () is not a function
Tested with PB 6.30B2 x64 Windows..
by dige
Mon Sep 15, 2025 1:06 pm
Forum: Assembly and C Programming in PureBasic
Topic: Sound Recorder to wav miniaudio
Replies: 11
Views: 487

Re: Sound Recorder to wav miniaudio

✅ miniaudio_11_23.h reloaded
✅ Compiler set to PureBasic 6.30 Beta 2 C-Backend (Windows x64)
✅ mingw32 include pathes added

Now I have got this error:

error: no include path in which to search for stddef.h
3773 | #include < stddef.h> /* For size_t. */
C:\Temp\miniaudio_11_23.h:4061:9: error ...
by dige
Mon Sep 15, 2025 9:07 am
Forum: Assembly and C Programming in PureBasic
Topic: Sound Recorder to wav miniaudio
Replies: 11
Views: 487

Re: Sound Recorder to wav miniaudio

Hey Idle, thanks for the code.

I have installed mingw32 and added the environment variables.
The “gcc --version” test was successful.

What else do I need to configure in PB so that I can compile the source code?
So far, I always get an ASM error. The same one I got before installing mingw32 ...
by dige
Sat Sep 13, 2025 4:08 pm
Forum: Announcement
Topic: PureBasic 6.30 beta 2 is ready !
Replies: 63
Views: 7145

Re: PureBasic 6.30 beta 2 is ready !

Great! Thanks a lot! :D
by dige
Fri Sep 12, 2025 8:01 am
Forum: Tricks 'n' Tips
Topic: Clipboard UI Inspector
Replies: 5
Views: 567

Re: Clipboard UI Inspector

Thx Axolotl. I have applied your bug fix in the initial post.
Axolotl wrote: Wed Sep 10, 2025 11:01 am [..]
My suggestion:
Maps a panel tab index to a sensible default filename + encoding
[..]
by dige
Fri Sep 12, 2025 7:49 am
Forum: Coding Questions
Topic: Purebasic Alexa with WASAPI
Replies: 2
Views: 325

Re: Purebasic Alexa with WASAPI

Thanks, Idle, that sounds promising. Thank you very much in advance. 👍
by dige
Thu Sep 11, 2025 2:19 pm
Forum: Coding Questions
Topic: Purebasic Alexa with WASAPI
Replies: 2
Views: 325

Purebasic Alexa with WASAPI

Hey guys, I wanted to try building my own Alex with Purebasic.

What already works:
Device selection, level detection, recording of microphone sound for a maximum of 5 seconds.

The recording will then be transcribed later with OpenAI/Whisper, and ChatGPT will be used to analyze the spoken text and ...
by dige
Tue Sep 09, 2025 2:28 pm
Forum: Tricks 'n' Tips
Topic: Clipboard UI Inspector
Replies: 5
Views: 567

Clipboard UI Inspector

When you select and copy text in my browser, it is transferred to the clipboard as text and HTML. I didn't want to copy the text to Notepad, but rather the HTML. This is what happened:


; ===================================================================
; Clipboard UI Inspector (Windows)
; v1.0 ...
by dige
Thu Sep 04, 2025 8:17 am
Forum: The PureBasic Editor
Topic: [IDE tool] WinInfo
Replies: 7
Views: 516

Re: [IDE tool] WinInfo

Nice tool! thx AZJIO
by dige
Sat Aug 30, 2025 7:02 pm
Forum: The PureBasic Editor
Topic: IDE Tool "Jump to Marker"
Replies: 20
Views: 2151

Re: IDE Tool "Jump to Marker"

Ah, you're talking about the markers that are set with Ctrl+F2?
I didn't know about that yet :-)

And "Jump to Marker" is a visual tool for viewing all markers, right?
by dige
Fri Aug 29, 2025 2:33 pm
Forum: Bugs - Windows
Topic: [Done] DrawVectorImage(ImageID(img)) sometimes draws the wrong image
Replies: 13
Views: 1085

Re: DrawVectorImage(ImageID(img)) sometimes draws the wrong image

Okay, thanks Fred. I hope you can fix it.

Until then, I'll collect all the image IDs in a list for now and delete them later.

For now, I'm just really relieved that it's working. The incorrect QR codes on the business cards were really embarrassing for me :oops: .
by dige
Fri Aug 29, 2025 2:19 pm
Forum: The PureBasic Editor
Topic: IDE Tool "Jump to Marker"
Replies: 20
Views: 2151

Re: IDE Tool "Jump to Marker"

Thanks, Michael, for the IDE tool. I'd love to use it.
Unfortunately, nothing happens when I press Ctrl+J.
In my opinion, this is a helpful tool that remembers the position when I press Ctrl+J and when I press Ctrl+J again, it jumps back to the exact line in the code.

Is that correct? Or how should ...
by dige
Fri Aug 29, 2025 11:05 am
Forum: Bugs - Windows
Topic: [Done] DrawVectorImage(ImageID(img)) sometimes draws the wrong image
Replies: 13
Views: 1085

Re: DrawVectorImage(ImageID(img)) sometimes draws the wrong image


I performed the test too and here everything is in order independent of the compiler chosen. Can you maybe show a picture of what to expect?
[..]


In the blue-framed images, should be visible the listindex number - the same as in the text next to it
The wrong images are marked red.

https://i ...
by dige
Fri Aug 29, 2025 10:02 am
Forum: Bugs - Windows
Topic: [Done] DrawVectorImage(ImageID(img)) sometimes draws the wrong image
Replies: 13
Views: 1085

Re: DrawVectorImage(ImageID(img)) sometimes draws the wrong image

Hello idle, thank you very much for testing and clarifying the error issue.👍
by dige
Fri Aug 29, 2025 7:59 am
Forum: Bugs - Windows
Topic: [Done] DrawVectorImage(ImageID(img)) sometimes draws the wrong image
Replies: 13
Views: 1085

Re: DrawVectorImage(ImageID(img)) sometimes draws the wrong image

I did some more research and created executable code.
In the PDF, the image in the blue frame must contain the sequential number.
Starting on page 20, there are suddenly wrong images.
And unfortunately, this also happens with the C backend.



Structure _USER
ID.s
RegID.i
Anrede.s
Titel.s ...