Additional file extension for the source code of PureLibraries?

Everything else that doesn't fall into one of the other PB categories.
Little John
Addict
Addict
Posts: 4789
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Additional file extension for the source code of PureLibraries?

Post by Little John »

Now that we can create PureLibraries with PB 6.20, would introducing an additional file extension for the source code of PureLibraries make sense?
Quin
Addict
Addict
Posts: 1133
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: Additional file extension for the source code of PureLibraries?

Post by Quin »

Personally I don't think so, they are just standard PureBasic code afterall. ;)
AZJIO
Addict
Addict
Posts: 2191
Joined: Sun May 14, 2017 1:48 am

Re: Additional file extension for the source code of PureLibraries?

Post by AZJIO »

Standard code does not use ProcedureDLL. Also this code is not intended to create dll files.
pbl?
Little John
Addict
Addict
Posts: 4789
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: Additional file extension for the source code of PureLibraries?

Post by Little John »

Quin wrote: Sat Dec 21, 2024 12:06 am Personally I don't think so, they are just standard PureBasic code afterall. ;)
Well, the source code of UserLibs is hardly suited for being included into other source code with „XIncludeFile“ (although it's technically possible, of course). And no UserLibs can be created from the PBI files that we use as include files. In my opinion, different file extensions would simplify the use of the respective files in both cases.
User avatar
jacdelad
Addict
Addict
Posts: 2010
Joined: Wed Feb 03, 2021 12:46 pm
Location: Riesa

Re: Additional file extension for the source code of PureLibraries?

Post by jacdelad »

AZJIO wrote: Sat Dec 21, 2024 10:41 am Standard code does not use ProcedureDLL. Also this code is not intended to create dll files.
pbl?
I'd also go with pbl.
Good morning, that's a nice tnetennba!

PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
Little John
Addict
Addict
Posts: 4789
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: Additional file extension for the source code of PureLibraries?

Post by Little John »

jacdelad wrote: Sun Dec 22, 2024 8:20 am I'd also go with pbl.
That was my first idea, too. However, the lowercase l can easily be confused with i or I.
So personally I'm currently using the extension pbu for the source code of userlibs.
Post Reply