Search found 15 matches

by micha-b
Mon Aug 12, 2024 9:31 am
Forum: AmigaOS
Topic: PB 4.0 data types - no float vars?
Replies: 4
Views: 16555

PB 4.0 data types - no float vars?

While trying to compile a pb4 shell proggy on my Amiga, I encountered that some of the basic data types that work with PC version 4.5 are not recognized by Amiga version 4.0 - so do those listed in the guide, e.g. Define reisTota.ul fails, though mentioned in the manual.

Also I can't find any ...
by micha-b
Tue May 28, 2024 4:50 pm
Forum: Coding Questions
Topic: Beginner's Scintilla usage questions
Replies: 5
Views: 870

Re: Beginner's Scintilla usage questions

AZJIO wrote: Tue May 28, 2024 4:28 pm folding
Scintilla Documentation
Thanks, this helps a lot, AZJIO! :D
by micha-b
Tue May 28, 2024 4:07 pm
Forum: Coding Questions
Topic: Beginner's Scintilla usage questions
Replies: 5
Views: 870

Re: Beginner's Scintilla usage questions


Check this: https://www.purebasic.fr/english/viewtopic.php?p=616117#p616117


Thanks, Fred - that link gives me something to work on and think about. Still a bit confused, but steadily trying things out.
Is it really neccessary to open lexilla.dll in order to get the amount of available lexers or ...
by micha-b
Tue May 28, 2024 3:45 pm
Forum: Coding Questions
Topic: Initscintilla function deprecated
Replies: 17
Views: 3655

Re: Initscintilla function deprecated

as a (rather) newbe regarding pb scintilla things I didn't even know about those undocumented features. :|
Trying to learn from the examples shown in this thread, but don't have libs like scilexer.dll or lexilla.dll. Can someone please point me to where to get them?

Thanks!
by micha-b
Tue May 28, 2024 11:12 am
Forum: Coding Questions
Topic: Beginner's Scintilla usage questions
Replies: 5
Views: 870

Beginner's Scintilla usage questions

Hello people,

I'd appreciate some help in understanding how to use scintilla in PB 6.10 LTS. I'm used to use QScintilla at a beginner's level in Qt5/C++, but have no experience with Scintilla/PureBasic so far. If I understood it correctly, Scintilla is now linked in statically and so InitScintilla ...
by micha-b
Sat Jul 01, 2023 11:08 am
Forum: Coding Questions
Topic: StringVar.s contra StringVar$
Replies: 17
Views: 2366

StringVar.s contra StringVar$

I know StringVar.s and StringVar$ are two different things - but what makes them different?
What's the deeper sense of having two different types for string variables and when to use which one?

Kind regards,

Micha B.
by micha-b
Sat Jul 01, 2023 7:40 am
Forum: General Discussion
Topic: Compatibility between PB 4 PC <-> Amiga - is there an Amiga-specific tutorial?
Replies: 4
Views: 914

Re: Compatibility between PB 4 PC <-> Amiga - is there an Amiga-specific tutorial?


Amiga version is not supported anymore, so if you encounter something weird, you're on your own. All the sources for the libs has been opensourced, so if you want to mess with it, you can, but for the compiler, it's not possible.


But it would be possible for me to take the Amiga PB4 Editor ...
by micha-b
Fri Jun 30, 2023 8:46 am
Forum: General Discussion
Topic: Searching for Books on PureBasic
Replies: 5
Views: 1259

Re: Searching for Books on PureBasic

Rinzwind wrote: Fri Jun 30, 2023 8:39 am Guess you want paper copy, but the game book is available at
https://github.com/tajmone/purebasic-ar ... _Games.pdf
Thanks for the link! That's BTN anyway. Still searching for a hardcopy, anyway. :D
by micha-b
Fri Jun 30, 2023 8:41 am
Forum: General Discussion
Topic: Compatibility between PB 4 PC <-> Amiga - is there an Amiga-specific tutorial?
Replies: 4
Views: 914

Re: Compatibility between PB 4 PC <-> Amiga - is there an Amiga-specific tutorial?


Yes, it's similar but not compatible because Amiga version has been frozen a while ago. You should be able to learn from the examples and the help I guess.


Yeah, I guess I can manage that.
BTW - "Debug" doesn't put out anything on Amiga (source compiled from command line, since the pb editor ...
by micha-b
Fri Jun 30, 2023 8:08 am
Forum: General Discussion
Topic: Searching for Books on PureBasic
Replies: 5
Views: 1259

Searching for Books on PureBasic

Hi fellows,

I'm urgently searching those two book titles on PB coding:


1. "Programming 2D Scrolling Games" by John P. Logsdon


2. "3D-Grafik und Animation mit PureBasic" by Andreas Groß


I know, they aren't pretty recent - but I want to have them anyway. All web links for purchasing them ...
by micha-b
Fri Jun 30, 2023 7:31 am
Forum: General Discussion
Topic: Compatibility between PB 4 PC <-> Amiga - is there an Amiga-specific tutorial?
Replies: 4
Views: 914

Compatibility between PB 4 PC <-> Amiga - is there an Amiga-specific tutorial?

I'm playing around with compatibility of PB 4 on Amiga and PC, using the PB4 newby's book "A Beginner's Guide" as a reference. There seem to be some differences. What I found up until now:
- NewMap doesn't exist on Amiga
- Mid() on PC, but Mid$() on Amiga
- PrintN needs braces on Amiga, but not on ...
by micha-b
Wed Mar 29, 2023 10:10 pm
Forum: Coding Questions
Topic: FTP class - problems connecting to Aminet server
Replies: 6
Views: 868

Re: FTP class - problems connecting to Aminet server

idle wrote: Wed Mar 29, 2023 10:05 pm welcome to PB, I'm sure you'll enjoy it.
Thanks! :)
by micha-b
Wed Mar 29, 2023 9:50 pm
Forum: Coding Questions
Topic: FTP class - problems connecting to Aminet server
Replies: 6
Views: 868

Re: FTP class - problems connecting to Aminet server


I just asked, because I couldn't imagine that someone only registers here to ask a question, where the answer is pretty clearly explained in the manual.
We are all a little sensitive here, since we had a few new users in the past who where suspected to be (pretty clever) A.I. bots.


no offend ...
by micha-b
Wed Mar 29, 2023 8:54 pm
Forum: Coding Questions
Topic: FTP class - problems connecting to Aminet server
Replies: 6
Views: 868

Re: FTP class - problems connecting to Aminet server

Is that a serious question?

;--> I suspect NOW Aminet expects the user to send Email Adress as password
;--> How to do that?!

Plain text
See help of OpenFTP() => https://www.purebasic.com/documentation ... enftp.html
Just put your pw$ where it belongs to.

yes, that was indeed a serious ...
by micha-b
Wed Mar 29, 2023 9:17 am
Forum: Coding Questions
Topic: FTP class - problems connecting to Aminet server
Replies: 6
Views: 868

FTP class - problems connecting to Aminet server

http://mbergmann-sh.de/pb/au.jpg
Hi all,

I'm working on a tool that generates readme files for Aminet (that's a Amiga file directory server farm, to those who don't know) and then loads them up together with a corresponding Archive. My development plattform is PureBasic v6.01 LTS on Windows 10 ...