Search found 2125 matches

by DarkDragon
Thu Jan 11, 2024 12:09 pm
Forum: General Discussion
Topic: Source too big for the free version
Replies: 31
Views: 2973

Re: Source too big for the free version

PS. Please don't quote dozens of lines just to add two or three. Think of those who read the forums on a smartphone. In their case, it is enough to simply write a text without quoting, if his post is immediately under the post of the person who is being answered. It seems to him that it's fun to fi...
by DarkDragon
Thu Jan 11, 2024 10:32 am
Forum: General Discussion
Topic: Source too big for the free version
Replies: 31
Views: 2973

Re: Source too big for the free version

Lol as if you'd be able to live from such a product offered for 79€ in France at all. That's the reason software developers earn not so much anymore. People want everything for free and don't see the work and efforts behind software anymore. I know mechanics who get more than average software engine...
by DarkDragon
Wed Jan 10, 2024 9:11 pm
Forum: Feature Requests and Wishlists
Topic: PureBasic Librarian
Replies: 27
Views: 2694

Re: PureBasic Librarian

Yes, I ran across conflicts in the past and solved it with Prototypes or modified Import? Can't remember exact details. But, can't the few dependencies be renamed with a namespace prefix? You can hide symbols by obfuscation or direct addressing without going over a symbol at all of course, but I've...
by DarkDragon
Wed Jan 10, 2024 8:38 pm
Forum: Feature Requests and Wishlists
Topic: PureBasic Librarian
Replies: 27
Views: 2694

Re: PureBasic Librarian

Will PB transpiled C code ever be compiled as a static lib? That is on my wish list. Yes, dll is available, but more files to manage. With static libs you have to distinguish between those including all dependencies and those which don't. First ones could potentially fail during interop with PureBa...
by DarkDragon
Wed Jan 10, 2024 8:30 pm
Forum: Feature Requests and Wishlists
Topic: PureBasic Librarian
Replies: 27
Views: 2694

Re: PureBasic Librarian

User Library only makes sense if you program your own functions and controls in 'C' and include the headers from the Purebasic SDK. Thus the user libraries can also be recompiled with 'C' with a new version of the Purebasic SDK and pblibrarymaker. I do not mean here the 'C' backend of Purebasic! Bu...
by DarkDragon
Wed Jan 10, 2024 5:34 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 org...
by DarkDragon
Wed Jan 10, 2024 12:36 pm
Forum: General Discussion
Topic: Source too big for the free version
Replies: 31
Views: 2973

Re: Source too big for the free version

i mean , Fred could come up with a marketing team , and target the whole world , like Micro$oft or Antivirus company , do it big , do it grand , do it over the planet , team up , make it a big business , lead the industries , like what Borland delphi do at last 2 decades . we happy to see that , a ...
by DarkDragon
Tue Jan 09, 2024 4:42 pm
Forum: General Discussion
Topic: Source too big for the free version
Replies: 31
Views: 2973

Re: Source too big for the free version

And if you really look at the price, even the full version is basically free: 79€ is about a few packs of mac'n'cheese or cereals, but the product contains years of development and less chemicals. Micro$oft have a different pricing policy for Asian / third word countries , like india, vietnam, Thai...
by DarkDragon
Sun Jan 07, 2024 9:31 am
Forum: General Discussion
Topic: Source too big for the free version
Replies: 31
Views: 2973

Re: Source too big for the free version

And if you really look at the price, even the full version is basically free: 79€ is about a few packs of mac'n'cheese or cereals, but the product contains years of development and less chemicals.
by DarkDragon
Sat Jan 06, 2024 5:34 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 334
Views: 41859

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

Is #PB_Preference_NoBOM an integer or a string? Try to pass it's integer value (4?) instead.
by DarkDragon
Sat Jan 06, 2024 5:05 pm
Forum: Coding Questions
Topic: The function "WaitThread()" is freezing the calling program!
Replies: 11
Views: 743

Re: The function "WaitThread()" is freezing the calling program!

WaitThread blocks the process until DoSomething() returns. AttachProcess is being launched from the main thread, so all GUI and stuff will hang until the thread is done. May I ask, why would you wait for the thread to be done at this point? Hi Daniel, Yes, my program is get lost only when this func...
by DarkDragon
Sat Jan 06, 2024 4:42 pm
Forum: Coding Questions
Topic: The function "WaitThread()" is freezing the calling program!
Replies: 11
Views: 743

Re: The function "WaitThread()" is freezing the calling program!

timeout I tried "Timeout", but it didn't work when it comes in a Dll: ProcedureDLL DoSomeThing(Interval.l) ; Do something ... EndProcedure ProcedureDLL AttachProcess(Instance) DllThread.l = CreateThread (@DoSomeThing(), 1000) WaitThread(DllThread) ; <<< Causes the Program to freeze in the...
by DarkDragon
Sat Jan 06, 2024 11:53 am
Forum: Feature Requests and Wishlists
Topic: Complete SDK headers
Replies: 0
Views: 685

Complete SDK headers

Hello, I tried building a user library, however the SDK doesn't contain all headers anymore. Even after fixing the makefile, where the include directory is invalid, the MagicWindow example leads to the following error: gcc -c -I/home/daniel/Programs/purebasic/sdk/c/PureLibraries -DGTK_2 `pkg-config ...
by DarkDragon
Fri Jan 05, 2024 10:31 pm
Forum: Coding Questions
Topic: What are the .imp files in purelibraries?
Replies: 8
Views: 698

Re: What are the .imp files in purelibraries?

I bought the product several years back. I assume purchasing it means I have the full version. Is there anything in the about that tells me I am not running the full version? Did you download it from the login area or the download area? I often confuse it, too and download the demo accidentally. Ed...
by DarkDragon
Fri Jan 05, 2024 9:14 pm
Forum: Coding Questions
Topic: What are the .imp files in purelibraries?
Replies: 8
Views: 698

Re: What are the .imp files in purelibraries?

I'm embarrassed to ask about the .imp files again, but I can't figure out how to use the .imp files in /purebasic_6.04_LTS/purelibraries/linux. I'm running PureBasic 6.04 LTS (Linux - x64). Are these files supposed to be automatically imported? I don't see any indication that they are present in th...