Search found 5190 matches

by ts-soft
Wed Mar 31, 2021 5:44 pm
Forum: Coding Questions
Topic: Named enumeration
Replies: 5
Views: 1361

Re: Named enumeration

Here a Example: DeclareModule CommonConstants ; Form Enumeration FormWindow EndEnumeration Enumeration FormGadget EndEnumeration Enumeration FormMenu EndEnumeration Enumeration FormImage EndEnumeration Enumeration FormFont EndEnumeration ; Event Enumeration EventCustom #PB_Event_FirstCustomValue End...
by ts-soft
Mon Sep 14, 2020 7:04 pm
Forum: General Discussion
Topic: Which BASICs have been you using in your life?
Replies: 61
Views: 21964

Re: Which BASICs have been you using in your life?

Extended Basic | TI99/4a
Applesoft-, Integerbasic | Apple II / IIe
MSX-Basic
Atari Basic | Atari 800xl
GFA-Basic | Atari ST, PC
IBasic, Emergence Basic | PC
BASICA, GW-Basic | PC
Profan, XProfan | PC
PureBasic | PC :D
by ts-soft
Wed Sep 11, 2019 5:23 pm
Forum: Coding Questions
Topic: Packer lib path seperator error in AddPackFile
Replies: 3
Views: 2584

Re: Packer lib path seperator error in AddPackFile

Not a bug. Use always slash and not backslash, on all OS!
by ts-soft
Fri May 10, 2019 8:01 am
Forum: Tricks 'n' Tips
Topic: SHFile Module (windows only)
Replies: 11
Views: 5960

Re: SHFile Module (windows only)

An Array is 0 based so the first element is 0 and not 1

Code: Select all

s$(0)=sourcefile$
by ts-soft
Fri Mar 15, 2019 3:53 pm
Forum: Coding Questions
Topic: Short File name
Replies: 4
Views: 1419

Re: Short File name

Attention:
https://docs.microsoft.com/en-us/windows/desktop/api/fileapi/nf-fileapi-getshortpathnamew wrote:This outcome is also possible with NTFS volumes because there's no guarantee that a short name will exist for a given long name.
by ts-soft
Sat Feb 09, 2019 10:26 pm
Forum: Tricks 'n' Tips
Topic: POP3 Include (crossplatform)
Replies: 53
Views: 21818

Re: POP3 Include (crossplatform)

;| No SSL/TLS Supported!
by ts-soft
Sat Jan 05, 2019 4:50 pm
Forum: Linux
Topic: PB5.70 - DisplayTransparentSprite bug
Replies: 8
Views: 2867

Re: PB5.70 - DisplayTransparentSprite bug

I can't see any error on Linux Mint 19.1 Cinnamon x64:
Image

Greetings - Thomas
by ts-soft
Thu Dec 20, 2018 10:27 am
Forum: Linux
Topic: Install PB on Linux...
Replies: 15
Views: 7972

Re: Install PB on Linux...

Code: Select all

sudo apt-get install libstdc++6
Greetings
Thomas
by ts-soft
Sun Sep 16, 2018 9:29 pm
Forum: Coding Questions
Topic: using a 32bit with a 64bit comiler (beta 1)
Replies: 1
Views: 944

Re: using a 32bit with a 64bit comiler (beta 1)

You can't use a 32-bit dll with a 64-bit program and versa vice!
by ts-soft
Thu Aug 09, 2018 11:29 pm
Forum: Coding Questions
Topic: How to get the folder of the executable?
Replies: 23
Views: 4113

Re: How to get the folder of the executable?

Code: Select all

ImportC "./folder1/folder2/lib.so"
by ts-soft
Thu Aug 09, 2018 11:03 pm
Forum: Coding Questions
Topic: How to get the folder of the executable?
Replies: 23
Views: 4113

Re: How to get the folder of the executable?

Use allways this:
Image

and the code from josh.
by ts-soft
Wed Aug 08, 2018 9:29 am
Forum: Tricks 'n' Tips
Topic: Module Advanced Gadget Functions (All OS)
Replies: 25
Views: 8553

Re: Module Advanced Gadget Functions (All OS)

mk-soft wrote:I think this is a right way, but not everyone use this Module!
With you we already have 2 :wink: