Search found 555 matches

by SPH
Tue Sep 09, 2025 8:13 am
Forum: Tricks 'n' Tips
Topic: Select folder dialog
Replies: 15
Views: 5999

Re: Select folder dialog



IncludeFile "includes\CID.pbi"

*ofr.OPEN_FOLDER_REQUESTER = AllocateStructure(OPEN_FOLDER_REQUESTER)

Dim *ofr\AddPlace(2)
*ofr\AddPlace(0) = GetHomeDirectory()
*ofr\AddPlace(1) = GetTemporaryDirectory()

*ofr\Title = "Open Folder Requester"
*ofr\FileNameLabel = "Folder Name:"
*ofr ...
by SPH
Fri Sep 05, 2025 8:43 pm
Forum: Game Programming
Topic: Fracturetrix Game Announcement Video
Replies: 26
Views: 1197

Re: Fracturetrix Game Announcement Video

Interesting. The opening credits are very good.
by SPH
Thu Sep 04, 2025 11:39 am
Forum: Off Topic
Topic: NO COMMENT
Replies: 11
Views: 961

Re: NO COMMENT

maybe a nuclear battery :D
by SPH
Wed Sep 03, 2025 7:41 pm
Forum: The PureBasic Editor
Topic: [IDE tool] WinInfo
Replies: 7
Views: 417

Re: [IDE tool] WinInfo

The first post is ok now.
Thx :idea:
by SPH
Wed Sep 03, 2025 7:24 pm
Forum: The PureBasic Editor
Topic: [IDE tool] WinInfo
Replies: 7
Views: 417

Re: [IDE tool] WinInfo


This is part of the code from the WinAPI Library archive.
I'm using PB 6.04, and everything works fine.

I found the problem, please fix it.
Define hdll.i

This is almost the original code, I just translated the lines into Russian. It didn't work initially, so I had to fix it.
; Автор: fizban ...
by SPH
Wed Sep 03, 2025 5:13 pm
Forum: The PureBasic Editor
Topic: [IDE tool] WinInfo
Replies: 7
Views: 417

Re: [IDE tool] WinInfo

[18 :11 :56] Attente du démarrage du programme...
[18 :11 :56] Type d'exécutable: Windows - x64 (64bit, Unicode)
[18 :11 :56] Exécutable démarré.
[18 :11 :56] [ERREUR] Ligne: 183
[18 :11 :56] [ERREUR] Accès mémoire invalide. (erreur de lecture à l'adresse 18446744073448411040)
[18 :12 :06] Le ...
by SPH
Fri Aug 22, 2025 10:51 pm
Forum: Off Topic
Topic: Commodore is back!
Replies: 12
Views: 995

Re: Commodore is back!

I programmed on the Amiga using the basic programming language "AMOS." It had such an impact on me that I still use goto and gosub with PB!!
And I wouldn't change it!
by SPH
Wed Aug 13, 2025 11:34 pm
Forum: Game Programming
Topic: Would you have any example of movie playback on a Windowed Screen or even on a Screen?
Replies: 2
Views: 407

Re: Would you have any example of reproducing a Move in Windowed Screen or even in a Screen?

This ? :idea:


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SPH(2024) --- Projection de points dans un autre plan ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

If InitSprite() = 0 Or InitKeyboard() = 0 Or InitMouse() = 0
MessageRequester("Error", "Can't open ...
by SPH
Mon Aug 04, 2025 8:07 pm
Forum: 3D Programming
Topic: 3D without Engine3D.dll ??
Replies: 3
Views: 402

Re: 3D without Engine3D.dll ??

Thanks for the links.

I was thinking of a slightly more "complex" 3D scene. For example, the water surface that mimics the surface of the sea.

Thx
by SPH
Sun Aug 03, 2025 10:22 pm
Forum: 3D Programming
Topic: 3D without Engine3D.dll ??
Replies: 3
Views: 402

3D without Engine3D.dll ??

Hi,

Are there any examples of 3D code that doesn't reference "Engine3D.dll"?
I have a PB code that launches a 3D code, but it takes a while to execute because it charges Engine3D.dll.

If so, can you point me to PB links containing 3D code (from Prof. Shadoko, for example)?
by SPH
Sat Jul 26, 2025 7:26 pm
Forum: The PureBasic Editor
Topic: The debugged executable did not respond
Replies: 5
Views: 729

Re: The debugged executable did not respond

Maybe an antivirus... :idea:
by SPH
Sat Jul 26, 2025 10:49 am
Forum: Bugs - Windows
Topic: [Done] RotateSprite issue under DirectX9
Replies: 4
Views: 785

Re: RotateSprite issue under DirectX9

Yes, there is a bug (a cutout) with the Directx9 subsystem
by SPH
Thu Jul 24, 2025 8:08 am
Forum: Game Programming
Topic: Magic 4x4
Replies: 78
Views: 10477

Re: Magic 4x4

IceSoft wrote: Thu Jul 24, 2025 6:20 am There should be a different highscore list for each tile size.
But: there is saving of scores according to EACH game size
by SPH
Wed Jul 23, 2025 8:28 pm
Forum: Game Programming
Topic: Magic 4x4
Replies: 78
Views: 10477

Re: Magic 4x4

Waouw, "65536" (maximum) !! :shock:

Good game.

(The game with sounds is ok in the post 1 (the game ".EXE"))