Search found 8 matches

by TheoG
Fri Jul 14, 2023 5:19 pm
Forum: General Discussion
Topic: ChatGPT-4 can do Purebasic, here is your Prompt.
Replies: 10
Views: 2398

Re: ChatGPT-4 can do Purebasic, here is your Prompt.

Hello everyone,

I'm excited to share some intriguing insights based on my recent experiences using AI, specifically GPT-4, in conjunction with PureBasic and PowerBasic programming.

Over the past few weeks, I've noticed a clear improvement in GPT-4's proficiency with both PureBasic and PowerBasic ...
by TheoG
Fri Jul 14, 2023 5:06 pm
Forum: General Discussion
Topic: Bridging PowerBasic and a PureBasic DLL: A Detailed Guide on Interoperability
Replies: 6
Views: 1424

Re: Bridging PowerBasic and a PureBasic DLL: A Detailed Guide on Interoperability

Hello all,

As someone who's been using PureBasic for a long time (back when the editor didn't even have an UNDO function!), I've found it to be an excellent choice for specific tasks. While I've never regretted my decision to invest in it, I must admit that I'm not thoroughly familiar with its ...
by TheoG
Fri Jul 14, 2023 7:03 am
Forum: General Discussion
Topic: ChatGPT-4 can do Purebasic, here is your Prompt.
Replies: 10
Views: 2398

ChatGPT-4 can do Purebasic, here is your Prompt.

I case you haven't tried.
ChatGPT-4 can meanwhile do Purebasic very good. However, I must say that you have to pay the $20 and get the PLUS Version.
The free version might be disappointing at some points.

So we are talking from GPT-4 .
If you do only use it from time to time, you can try this: Open ...
by TheoG
Fri Jul 14, 2023 6:49 am
Forum: General Discussion
Topic: Bridging PowerBasic and a PureBasic DLL: A Detailed Guide on Interoperability
Replies: 6
Views: 1424

Re: Bridging PowerBasic and a PureBasic DLL: A Detailed Guide on Interoperability


And, I did not know PowerBasic had an x64 version? Only x86(32-bit) last time I checked.


May i quote from my text: as PowerBasic does not support x64 .

We should read articles before we comment.
Let me add that that we have two successors in development from 3rd parties, one is "Oxygen",
but ...
by TheoG
Thu Jul 13, 2023 10:45 am
Forum: General Discussion
Topic: Bridging PowerBasic and a PureBasic DLL: A Detailed Guide on Interoperability
Replies: 6
Views: 1424

Bridging PowerBasic and a PureBasic DLL: A Detailed Guide on Interoperability

Greetings fellow developers,

In this post, I aim to shed light on a critical aspect of programming that often goes unnoticed - the handling of strings and binary data in different programming languages. Specifically, I will be focusing on two languages: PureBasic and PowerBasic.

Understanding ...
by TheoG
Sat Jun 17, 2023 10:58 am
Forum: Coding Questions
Topic: Network - How to do HTTP request and response?
Replies: 11
Views: 4860

Re: Network - How to do HTTP request and response?

You are welcome.
by TheoG
Fri Jun 16, 2023 7:18 pm
Forum: Coding Questions
Topic: Network - How to do HTTP request and response?
Replies: 11
Views: 4860

Re: Network - How to do HTTP request and response?

I get an error "[20:17:17] [COMPILER] Line 2757: ReceiveLine() is not a function, array, list, map or macro."
Where did you define this function?