Search found 478 matches

by akee
Mon Apr 22, 2024 7:36 am
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 334
Views: 41810

Re: PureBasic 6.10 LTS is out !

I recompiled my Console based program on 6.10 from 6.03 and noticed that the size of the .exe has grown from 131K to 616K. Tried the optimize code option and disabled the Windows DPI and debugger but the size just got reduced by 2K. I've not changed anything in the code.
by akee
Fri Apr 19, 2024 6:01 pm
Forum: Feature Requests and Wishlists
Topic: PureBasic Librarian
Replies: 27
Views: 2694

Re: PureBasic Librarian

A few thoughts from me to the initial question. 1. Although I only program for myself, I would be very reluctant to install 3-party closed source software. So far I have always resigned myself to having a worse or no solution. And yes, I know PB itself is closed source in large parts. 2. I use a &q...
by akee
Wed Apr 17, 2024 5:23 pm
Forum: Feature Requests and Wishlists
Topic: PureBasic Librarian
Replies: 27
Views: 2694

Re: PureBasic Librarian

Please help see if we can have a PureBasic librarian or at least a documented way to compile PureBasic code to PureLibraries like TailBite.
by akee
Wed Jan 24, 2024 8:54 am
Forum: Feature Requests and Wishlists
Topic: Procedure Parameters
Replies: 9
Views: 1066

Re: Procedure Parameters

Yes, similar to this: https://cplusplus.com/reference/cstdarg/va_arg/

but in PureBasic. :o
by akee
Tue Jan 23, 2024 9:10 am
Forum: Feature Requests and Wishlists
Topic: Procedure Parameters
Replies: 9
Views: 1066

Re: Procedure Parameters

jacdelad wrote: Tue Jan 09, 2024 3:56 pm What would be the advantage?
:shock:


This would be one.

https://www.purebasic.fr/english/viewtopic.php?t=83339
by akee
Tue Jan 23, 2024 9:08 am
Forum: Feature Requests and Wishlists
Topic: PureBasic Librarian
Replies: 27
Views: 2694

Re: PureBasic Librarian

I do feel that if your have compiled your commonly used code into a library then coding would make your existing projects smaller.
by akee
Mon Jan 22, 2024 5:27 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 334
Views: 41810

Re: PureBasic 6.10 beta 3 is out !

Thanks Fred.
by akee
Wed Jan 10, 2024 4:51 pm
Forum: Feature Requests and Wishlists
Topic: PureBasic Librarian
Replies: 27
Views: 2694

Re: PureBasic Librarian

I believe I read somewhere that one of the things Tailbite did was to split all the procedures in a file into individual sections. They are placed in a user library. So when you compile the code only the procedures that are used are included in the final exe. The use of a Librarian should be to orga...
by akee
Tue Jan 09, 2024 3:29 pm
Forum: Feature Requests and Wishlists
Topic: Procedure Parameters
Replies: 9
Views: 1066

Procedure Parameters

Self-explanatory. This would be so helpful in development.

Code: Select all

CountProcedureParameter()
ProcedureParameter( ByIndex )
ProcedureParameter( ByName$ )
by akee
Tue Jan 09, 2024 3:22 pm
Forum: Feature Requests and Wishlists
Topic: PureBasic Librarian
Replies: 27
Views: 2694

PureBasic Librarian

We really need a PureBasic Librarian to organize code since Tailbite has been EOL.
by akee
Mon Jan 01, 2024 2:30 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 334
Views: 41810

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !

Saw this... PackEntryDate()... PureBasic developers rock...

Thanks Fred...
by akee
Mon Jul 03, 2023 4:46 am
Forum: Feature Requests and Wishlists
Topic: Packer
Replies: 8
Views: 4968

Re: Packer

Any chance to see this in 6.03? :wink:
by akee
Mon Jul 03, 2023 4:45 am
Forum: Feature Requests and Wishlists
Topic: packentrydatetime()
Replies: 2
Views: 875

Re: packentrydatetime()

+1
by akee
Fri May 19, 2023 4:04 am
Forum: Announcement
Topic: PureBasic 6.02 LTS is out !
Replies: 89
Views: 17494

Re: PureBasic 6.02 LTS is out !

+1 (with much appreciation)