Search found 9 matches

by RogerTunnicliffe
Sun Oct 19, 2025 8:01 pm
Forum: Coding Questions
Topic: Looking for stdc++
Replies: 3
Views: 201

Re: Looking for stdc++

Double checked that.
Using the PureBasic for Ubuntu 18.04 download I still get the same problem
by RogerTunnicliffe
Sun Oct 19, 2025 12:34 pm
Forum: Coding Questions
Topic: Looking for stdc++
Replies: 3
Views: 201

Re: Looking for stdc++

The most recent. V6.21 I think. (Not at my desk sorry)
by RogerTunnicliffe
Sun Oct 19, 2025 1:27 am
Forum: Coding Questions
Topic: Looking for stdc++
Replies: 3
Views: 201

Looking for stdc++

When I add Scintilla to my form PureBasic wants stdc++

On a Debian 11 system I have
lib64stdc++6 version 10.2.1-6 i386 [installed]

So what is PureBasic looking for ?

Cheers
Roger
by RogerTunnicliffe
Sat Oct 18, 2025 12:30 pm
Forum: Coding Questions
Topic: Howto execute a program
Replies: 9
Views: 319

Re: Howto execute a program

It seemed whenever I moded the created code the change disappeared.
by RogerTunnicliffe
Sat Oct 18, 2025 10:48 am
Forum: Coding Questions
Topic: Howto execute a program
Replies: 9
Views: 319

Re: Howto execute a program

I entered "Ctrl+Shift+S" and the form designer created the code
Should it be entered differently.

Also why would the .pbf code work standalone ?
by RogerTunnicliffe
Sat Oct 18, 2025 8:40 am
Forum: Coding Questions
Topic: Howto execute a program
Replies: 9
Views: 319

Re: Howto execute a program

That's all in the same source file though and doesn't really address the problem I am having
by RogerTunnicliffe
Sat Oct 18, 2025 3:18 am
Forum: Coding Questions
Topic: Howto execute a program
Replies: 9
Views: 319

Howto execute a program

I have created a pbf file using Form Designer and it runs fine. However,

when I create a *.pb file ie:-

Procedure BrowserButtonsClick(EventType)
Debug "Here"
EndProcedure
IncludeFile "/home/roger/_dev1/source/purebasic-v612/@editorONE/editorONE.pbf"

i receive the messages:-

Executable started ...
by RogerTunnicliffe
Sat Oct 18, 2025 1:18 am
Forum: Coding Questions
Topic: Linker Errors
Replies: 2
Views: 114

Re: Linker Errors

thx idle
Turns out it was libssl-dev
thx for pointing me in the right direction
Cheers
Roger
by RogerTunnicliffe
Fri Oct 17, 2025 10:15 pm
Forum: Coding Questions
Topic: Linker Errors
Replies: 2
Views: 114

Linker Errors

Hi
Just started to take a look at Purebasic on Linux.
I am getting the following errors link errors:-
Cant find -lssl
Cant find -lcrypto

What do I need to install ?

Thanks
Roger