Posts: 4,695
Threads: 222
Joined: Apr 2022
Reputation:
322
11-08-2023, 07:15 PM
(This post was last modified: 11-08-2023, 07:16 PM by bplus.)
(11-08-2023, 06:29 PM)dano Wrote: (07-17-2023, 04:55 PM)bplus Wrote: It's been done early on, here at this forum, PDF huge or not.
And Steve has a PDF editor somewhere too. Support QB64 coders over foreigners LOL
Wait...whaaaaa ??? "Steve has a PDF editor somewhere too. Support QB64 coders...". Written in QB64? I scoured the forums and could not find this. If you have a link I need this soooo bad! Even if it is only to read the PDF I can use that !!!
Well I distinctly remember a PDF Editor from somewhen way back. I think for sure his old ProBoards forum.
i just scanned his Prolific Programmers corner and search no luck here???
@SmcNeill did you misplace or lose it, am I mistaken about this? I sure hate to tease dano, he might book me for false claims.
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever
Posts: 4,695
Threads: 222
Joined: Apr 2022
Reputation:
322
11-08-2023, 07:58 PM
(This post was last modified: 11-08-2023, 08:00 PM by bplus.)
Oh wow! someone actually got paid for a Basic program whoo hu!
But if you were giving it away for free before? hmm... I will check my old files again, maybe....
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever
Posts: 73
Threads: 12
Joined: Apr 2022
Reputation:
9
I completely understand and I respect you very much for that as well.
Posts: 4,695
Threads: 222
Joined: Apr 2022
Reputation:
322
Well key to building an editor is looking up it's header file format. It does help having used PDF often so you know what it is supposed to do and that you coded it to do that. Plus you might not need it to do half the things its capable of doing... plus have some practice with binary access. Here is where LB/JB shine with their GUI, that has an Editor control and can do multi-screens.
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever
Posts: 688
Threads: 154
Joined: Apr 2022
Reputation:
67
The format isn't secret. Go dig into the specs. You have the power!