Search found 178 matches

by Tristano
Fri Jul 26, 2024 10:38 pm
Forum: Tricks 'n' Tips
Topic: libcurl.pbi
Replies: 134
Views: 54161

Default License of Code Published on Forum

@flashbob:


Btw.: Apart from that, any code posted by one in the forum can be used by others. Otherwise you wouldn't publish it. This is also part of the terms and conditions in most dev forums...


That's an interesting point, and it's true that some developer communities enforce a default ...
by Tristano
Fri Jul 26, 2024 4:22 pm
Forum: Tricks 'n' Tips
Topic: libcurl.pbi
Replies: 134
Views: 54161

Re: libcurl.pbi


Added a License.txt file


Thanks @infratec!


You're basically right, but in this case I don't really understand the licensing confusion. The LibCurl library (dll) cannot be licensed again because it is an external open source project and a license already exists.


@flashbob, that license ...
by Tristano
Tue Jul 23, 2024 2:02 pm
Forum: Tricks 'n' Tips
Topic: libcurl.pbi
Replies: 134
Views: 54161

Could Add a License Deed on the Thread?


Have you really in each of your files a copyright text :?:

If I follow you, I have to copy the MIT text in each of the files.

How can you violate a license when there is none?

Maybe Fred should add in the impressum that each code provided by a user is MIT licensed.

I will add a feature ...
by Tristano
Wed Jun 12, 2024 1:43 pm
Forum: Tricks 'n' Tips
Topic: libcurl.pbi
Replies: 134
Views: 54161

Re: libcurl.pbi


Have you really in each of your files a copyright text :?:

If I follow you, I have to copy the MIT text in each of the files.


You don't have to do that, it's enough to have a LICENSE (or COPYING) file in the project, somewhere. It's good practice to at least add the Copyright statement in ...
by Tristano
Wed Jun 12, 2024 2:44 am
Forum: Tricks 'n' Tips
Topic: libcurl.pbi
Replies: 134
Views: 54161

License?

Hi @infratec, thanks for your amazing work and dedication.

I can't find any license notice in the main source file nor in this thread, so I was wondering whether you're willing to add a license to your libcurl.pbi project — the MIT License would be perfect, and in line with the cURL license, which ...
by Tristano
Wed Dec 14, 2022 8:49 am
Forum: Tricks 'n' Tips
Topic: LUA - Script with PureBasic
Replies: 22
Views: 12542

Re: LUA - Script with PureBasic


Hi, I was wondering what you would use LUA for with PureBasic?


The idea of using a scripting language along with a binary program is generally to allow users to customize or extend the program via external file, which is why video games (for example) often rely on a scripting language to ...
by Tristano
Fri Dec 18, 2020 2:52 pm
Forum: Coding Questions
Topic: Maybe a bug when print a masked signed value via debug
Replies: 1
Views: 1863

Re: Maybe a bug when print a masked signed value via debug

The debugger indeed displays inconsistent output between x86 and x64 versions (tested with PB 5.73), but only when attempting to carry out the bitwise operation within the Debug command, i.e.:

Debug l & $ffffffff

If instead you create a new variable to hold the manipulated result, the output is ...
by Tristano
Wed Oct 21, 2020 3:19 pm
Forum: Feature Requests and Wishlists
Topic: Scintilla Update to v3.7.6 (before migrating to v4)
Replies: 18
Views: 7879

Re: Scintilla Update to v3.7.6 (before migrating to v4)

The version included with PB right now doesn't require the DLL when compiled, because it's included as an internal library from source code.

I believe it does require the DLL, because building Scintilla as a static library has always been problematic under Windows.

If the program is running as ...
by Tristano
Sun Sep 27, 2020 3:31 pm
Forum: Feature Requests and Wishlists
Topic: Scintilla Update to v3.7.6 (before migrating to v4)
Replies: 18
Views: 7879

Re: Scintilla Update to v3.7.6 (before migrating to v4)

Bummer indeed. At some point, avoiding additional runtime dependencies creates bigger problems. Using an external scintilla dll also becomes a runtime dependency.

Yes, the core PB philosophy of creating binaries that don't require end users to install third party components (e.g. VS runtimes, and ...
by Tristano
Sun Sep 27, 2020 12:56 pm
Forum: Feature Requests and Wishlists
Topic: Scintilla Update to v3.7.6 (before migrating to v4)
Replies: 18
Views: 7879

Re: Scintilla Update to v3.7.6 (before migrating to v4)

An update to the newer (or at least latest 3.x) of Scintilla would be good. A lot of stuff has been fixed and some useful things added.

I believe that the Scintilla component was indeed updated since this post was created, but it couldn't be updated to the latest version (in the v3 range) due to ...
by Tristano
Sat Aug 29, 2020 12:27 pm
Forum: General Discussion
Topic: SWV: A simple HTML/JS desktop GUI engine for PB
Replies: 68
Views: 30540

Re: SWV: A simple HTML/JS desktop GUI engine for PB

Actually, firace, I think that if you were to release SWV as an open source project (e.g. on GitHub) that people could use freely for non commercial project, but pay to be able to use it for commercial ones, you might find the strategy more beneficial (this is what Sciter does, for example).

1. It ...
by Tristano
Sat Aug 29, 2020 12:12 pm
Forum: General Discussion
Topic: SWV: A simple HTML/JS desktop GUI engine for PB
Replies: 68
Views: 30540

Re: SWV: A simple HTML/JS desktop GUI engine for PB

Yes this is the correct file: SWV_Demo1_native_x86.zip
Check if the size of the ZIP file is 90344 bytes. If not, please clear your browser cache and try to download it again.

I've downloaded it again using a different browser and now it works — you were right, I was getting a cached version, and ...
by Tristano
Fri Aug 28, 2020 10:59 pm
Forum: General Discussion
Topic: SWV: A simple HTML/JS desktop GUI engine for PB
Replies: 68
Views: 30540

Re: SWV: A simple HTML/JS desktop GUI engine for PB


I have just updated the demo and it should work on Windows 10. Could you try it again? (Note that currently, the DLL is time-limited.)

I've downloaded it again, same result: I get to see the "limited demo" message, then it crashes.

Is the download link correct? I'm downloading the SWV_Demo1 ...
by Tristano
Thu Aug 27, 2020 11:45 pm
Forum: General Discussion
Topic: SWV: A simple HTML/JS desktop GUI engine for PB
Replies: 68
Views: 30540

Re: SWV: A simple HTML/JS desktop GUI engine for PB

Demo Not Working on Win 10

I've downloaded the Demo 2 and and tried it under Win10: the exe launches, hangs for a short while and then silently crashes.

Tried recompiling form source using PB 5.72 32-bit: same result. Probably the issue is with the DLL itself.

Issues with DLLs that suddenly ...
by Tristano
Sun Aug 09, 2020 1:18 pm
Forum: Announcement
Topic: PureBasic 5.72 LTS is out !
Replies: 106
Views: 69700

Re: PureBasic 5.72 LTS Beta 1 is available !

I use JAWS screen reader, so perhaps it's doing something to the ide that it doesn't like?

Btw, it would be very nice if one of the secondary compilers could be set as default, so if I use e.g., 32 bit ide and wish to compile most of my programs with the 64 bit compiler, that there was a way to ...