Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 122
» Latest member: Wolfgang Dunczewski
» Forum threads: 96
» Forum posts: 758

Full Statistics

Latest Threads
How to run PB progs in Li...
Forum: PowerBASIC for Windows
Last Post: Albert Richheimer
3 hours ago
» Replies: 4
» Views: 74
Having problems with pbus...
Forum: This and that - friendly chat
Last Post: Stuart McLachlan
6 hours ago
» Replies: 1
» Views: 37
Very Simple Round Gauge 0...
Forum: Source Code Library
Last Post: Jules Marchildon
18.10.2025, 02:17 AM
» Replies: 6
» Views: 562
Arduino users news
Forum: This and that - friendly chat
Last Post: Pierre Bellisle
14.10.2025, 04:58 AM
» Replies: 1
» Views: 131
The Future
Forum: Suggestions and discussion about PUMP
Last Post: Dale Yarker
12.10.2025, 07:34 AM
» Replies: 84
» Views: 9,003
READ$/Data Slow
Forum: PowerBASIC for Windows
Last Post: Brent F Boshart
11.10.2025, 09:13 PM
» Replies: 4
» Views: 230
7zip alternatives ?
Forum: This and that - friendly chat
Last Post: Eric Pearson
08.10.2025, 04:07 PM
» Replies: 4
» Views: 239
Doubly Linked String/WStr...
Forum: Source Code Library
Last Post: Stanley Durham
05.10.2025, 10:19 AM
» Replies: 2
» Views: 189
DOCX and XLSX Viewer
Forum: PowerBASIC for Windows
Last Post: Dale Yarker
05.10.2025, 05:05 AM
» Replies: 9
» Views: 854
Very Simple Round Gauge D...
Forum: Programming
Last Post: Jules Marchildon
03.10.2025, 03:06 AM
» Replies: 5
» Views: 501

 
  Puzzle
Posted by: Rodney Hicks - 16.06.2024, 09:21 PM - Forum: Programming - Replies (2)

A puzzle for those that have time to spare.

The solution is a regular photograph of me.
Developed with an algorithm on a square image.
Post your resulting image and method to prove you have the solution.

   

Print this item

  Discussing and posting
Posted by: Tillmann Viefhaus - 09.06.2024, 01:33 PM - Forum: Suggestions and discussion about PUMP - Replies (21)

Hi, I hope its possible to post threads and post answers since it was closed down on powerbasic forum for all members from the EU. I just could reach Garys site with the intros and downloads. PowerBasic is too good to just leave it especially because it fullfils the requirements of todays stand alone software even as 32 bit compiler.

Print this item

  Test and thanks
Posted by: George Bleck - 27.05.2024, 04:28 PM - Forum: Test forum - Replies (3)

Quick test and a thanks Albert.  Heart

Print this item

  Test posting
Posted by: Albert Richheimer - 14.05.2024, 08:23 AM - Forum: Test forum - Replies (11)

this is a posting to test the BB codes.


Code:
    gThreadAlive=%TRUE
    thread create ttdsPing(0) to gThread
    SetThreadPriority gThread,%thread_priority_idle

    gMainALoX  = val(GetRegValue(%HKEY_CURRENT_USER,$REGISTRY,$MAINALOX))
    gMainALoY  = val(GetRegValue(%HKEY_CURRENT_USER,$REGISTRY,$MAINALOY))
    gMutaALoX  = val(GetRegValue(%HKEY_CURRENT_USER,$REGISTRY,$MUTAALOX))
    gMutaALoY  = val(GetRegValue(%HKEY_CURRENT_USER,$REGISTRY,$MUTAALOY))


    '  Connect to ttds
    '  ---------------
    '
    gDSConn=trm_Connect(gServerURL,gttdsPort,gttdsData,gttdsUser,gttdsPass,0)
    if gDSConn < 0 then
      gErrorText="Unable to connect user "+gttdsUser+" to database "+ _
                  gttdsData+":"+$cr+"Error "+format$(abs(gDSConn))+" - "+ _
                  trm_ErrorMessage(gDSConn)
      msgbox gErrorText,%mb_iconerror or %mb_taskmodal,$ERR_CAPTION
      exit function
    end if

'  Open ttds files
'  ---------------
'
    gDLDAT = trm_Open(gDSConn,gDLDAT_File,1)
    if gDLDAT < 0 then
      gErrorText="ERR#001 Cannot open "+gDLDAT_File+". Code "+format$(gDLDAT)
      msgbox gErrorText,%mb_iconerror or %mb_taskmodal,$ERR_CAPTION
      goto closedown
    end if
    dim abg(0) as global DLGES at varptr(dld)



Code tags obviously works fine - important for us programmers.

Print this item

  How to register with PUMP / become a PUMP member
Posted by: Albert Richheimer - 14.05.2024, 07:01 AM - Forum: Welcome to PUMP - PowerBASIC Users Meeting Point - No Replies

You are welcome to join PUMP (PowerBasic Users Meeting Point) by registering. PUMP is reserved for active (=contributing) users already registered at PowerBASIC. You are required to use your real name, in the exact spelling you are registered with PowerBASIC.com. After you have submitted the registering form I will check the name with the PowerBASIC forum and activate your account, if the above requirements are met. Otherwise the application for membership will be deleted without notification.

Please note that there is no formal right for getting access to PUMP.

Your admin: Albert



 PUMP is not affiliated with PowerBASIC Inc., PowerBASIC Tools LLC, or their successors.

Print this item

  About PUMP
Posted by: Albert Richheimer - 13.05.2024, 09:12 PM - Forum: Welcome to PUMP - PowerBASIC Users Meeting Point - No Replies

Dear visitor

This is a test setup for creating an alternative forum. Just in case the forum at PowerBasic.com should be shut down, we will have here a place to meet up and share techniques and ideas.



PUMP is not affiliated with PowerBASIC Inc., PowerBASIC Tools LLC, or their successors.

Print this item