Search found 115 matches

by langinagel
Wed Jan 24, 2024 3:29 pm
Forum: Feature Requests and Wishlists
Topic: Library conversion to Rust
Replies: 1
Views: 371

Library conversion to Rust

Hi,

since Rust seems to have some more secure features in comparison to C, why not rebuild the PB libraries in Rust?

Could be helpful for some applications.

Greetings
LN
by langinagel
Wed Oct 13, 2021 9:16 pm
Forum: Bugs - IDE
Topic: IDE crash when starting 3D examples
Replies: 22
Views: 11720

Re: IDE crash when starting 3D examples

Same here. Ubuntu 20.04 LTS with PB 5.73LTS PBIDE build on 11/23/2020 [09:29] by fred Branch: master Revision: 79192e40282a I just try the Bridge 3D example. Each time the program is started the IDE crashes. Had in between an update ...sufficiently stable. Updating today intermediatly brought up the...
by langinagel
Fri Jan 29, 2021 6:58 pm
Forum: Announcement
Topic: RAD Game Development Tool - update April 6th
Replies: 19
Views: 9265

Re: RAD Game Development Tool

Hi Josepho,

this looks great.
For Game-Level building, or interiuer design or maybe 2D simulations setups.
Greetings
LN
by langinagel
Mon Dec 28, 2020 10:30 pm
Forum: Coding Questions
Topic: OpenNetworkConnection() IPv6 bind address and port
Replies: 2
Views: 1182

Re: OpenNetworkConnection() IPv6 bind address and port

Hi, I would say BUG ! Why? I have 2 PCs connected via a switch. The Demo-programs NetworkServer.pb and NetworkClient.pb run fine when conne3cted per default on IPv4. I tried it with IPv6, also with your hint ConnectionID = OpenNetworkConnection("fexxxxxxxxxxxxxxc3", Port, #PB_Network_IPv6|...
by langinagel
Tue Nov 03, 2020 9:31 am
Forum: Feature Requests and Wishlists
Topic: Checkinstall update
Replies: 1
Views: 1065

Checkinstall update

Hi, it would be nice if the LINUX provided checkinstall would contain all needed Debian dependencies package also including those for Qt all needed RPM dependencies packages for "normal" installation as well as those for QT As distributions differ and new versions do not have all old libra...
by langinagel
Tue Oct 13, 2020 6:32 pm
Forum: Linux
Topic: RPM based distro (fedora, OpenSuSE, M...): QT required RPMs?
Replies: 0
Views: 1033

RPM based distro (fedora, OpenSuSE, M...): QT required RPMs?

Fedora (RPM based distro) makes again troubles in finding special Qt-libs, e.g. requiring: libqt5webkitwidgets5-5. RPMfind yields to libqt5webkitwidgets5-5.212.20200910-1-omv4002.i686.rpm So i installed the downloaded RPM locally: sudo yum -y localinstall libqt5webkitwidgets5-5.212.20200910-1-omv400...
by langinagel
Wed May 13, 2020 1:19 pm
Forum: Feature Requests and Wishlists
Topic: Support of ARM CPU
Replies: 60
Views: 22498

Re: Support of ARM CPU

My opinion is that there is very few people who want to buy Windows ARM based computer. Who need a Windows computer which can't run Windows apps (Win32 based 32 and 64 bit)? Who needs a desktop with Word/Excel on ARM when you do have the WHOLE market of ARM driven LINUX embedded systems ??? +1 Pure...
by langinagel
Sun May 10, 2020 5:55 pm
Forum: Applications - Feedback and Discussion
Topic: [Module] pbPDF-Module
Replies: 122
Views: 84686

Re: [Module] pbPDF-Module

Hi Thorsten,

as I was struggling with InsertTOC() I suggest an improvement in this procedure:

Code: Select all

      If PDF()\TOC()\Page >= Page 
        Page$        = Str(PDF()\TOC()\Page +1)
      Else
        Page$        = Str(PDF()\TOC()\Page )
      EndIf
Greetings
LN
by langinagel
Mon Feb 03, 2020 9:58 pm
Forum: Coding Questions
Topic: IsXML() really bulletproof?
Replies: 3
Views: 999

Re: IsXML() really bulletproof?

OK, problem solved and thread ready to be transfered to Coding questions.

My misunderstanding: a "valid and correct initialised" XML-Structure (in the memory!) can still have one or more listed flaws above.

Thanks Demivec !!!
by langinagel
Mon Feb 03, 2020 7:27 pm
Forum: Coding Questions
Topic: IsXML() really bulletproof?
Replies: 3
Views: 999

IsXML() really bulletproof?

Hi, I checked the forum and found no entry for IsXML(). I have this code: 1 If LoadXML(14,FileName) 2 If IsXML(14) <> 0 3 sCheck = GetXMLNodeName(MainXMLNode(14)) and tried to see if IsXML() is able to tell a definitely not-XML-file (renamed PB-code file) from a real XML-file. This code breaks at li...
by langinagel
Sat Jan 18, 2020 11:04 pm
Forum: Off Topic
Topic: ReactOS
Replies: 31
Views: 9449

Re: ReactOS

Hi, I came across ReactOS at the same time with the same opinion. Now many years later I could install ReactOS on a very old PC. It runs, I could install Purebasic 5.71...but compilation freezes the OS. I am also looking for drivers for Ethernet and other hardware. A pity I don't have a clou anymore...
by langinagel
Sat Oct 20, 2018 8:33 pm
Forum: The PureBasic Editor
Topic: Syntax check line-wise already on Editor
Replies: 0
Views: 2079

Syntax check line-wise already on Editor

Cevelop++ (www.cevelop.com) provides an editor that checks the syntax code in the editor.

Result: less probability of a syntax error while compiling.

I think, this is a good feature for the purebasic editor.

Greetings
LN
by langinagel
Thu Sep 13, 2018 10:46 pm
Forum: General Discussion
Topic: Purebasic Precision
Replies: 11
Views: 2382

Purebasic Precision

Howdy, I came across a method to check the mathematical precision of the math library. The c-stdlib should be the partner of comparison. Requirement: Produce Exponents of 10. Multiply them with Pi. Take the sinus of the result. sin (Pi) = 0 (half a revolution), any integer multiples of Pi must be 0 ...
by langinagel
Mon Jul 16, 2018 10:49 pm
Forum: General Discussion
Topic: To Fred and Timo: Can we have a discussion about the future?
Replies: 81
Views: 19073

Re: To Fred and Timo: Can we have a discussion about the fut

Hi folks, just adding some other opinion...(good ol' German: "Senf dazugeben") Language progression: wellll....the C character of PB cannot be denied. Workarounds add OOP possibilities. From my professional view PB could have still a very nice future in the embedded world. There is C and j...