Search found 72 matches

by Frontier
Thu Feb 14, 2019 11:59 am
Forum: Coding Questions
Topic: Cannot display attribute values in XML
Replies: 2
Views: 1150

Re: Cannot display attribute values in XML

You are right srod, it was the text I needed to grab, not the attribute :)
Thank you very much for your help.
by Frontier
Thu Feb 14, 2019 10:59 am
Forum: Coding Questions
Topic: Cannot display attribute values in XML
Replies: 2
Views: 1150

Cannot display attribute values in XML

Hello,

I have the following XML file that I need to parse (I am new to XML in general).
Using PB 5.70 LTS.

<?xml version="1.0" encoding="windows-1253"?>
<Title>
<TransSeqNum>0000403852</TransSeqNum>
<GradeID>10</GradeID>
<Product>Αμόλυβδη 95</Product>
<VolumeLt>6.415</VolumeLt>
<MoneyEu>10.00 ...
by Frontier
Mon Jun 04, 2018 3:50 pm
Forum: Announcement
Topic: PureBasic 5.70 LTS is out !
Replies: 252
Views: 159111

Re: PureBasic 5.70 LTS beta 1 is out !

Thank you very much Fred and Purebasic team for this release.
Unfortunately, I get a segmentation fault error on my Arch Linux x64 install (the dependency check script reports that all required libraries are available since I am using PB 5.62 on the same machine) upon launching the 5.70b1 Purebasic ...
by Frontier
Thu Jun 05, 2014 12:37 pm
Forum: Announcement
Topic: ADFLib and PureBASIC
Replies: 3
Views: 3456

Re: ADFLib and PureBASIC

Nice work djes, thank you very much for your effors :)
by Frontier
Wed Jun 04, 2014 3:06 pm
Forum: Linux
Topic: [PB 5.30b2] PB Editor destroys UTF8 strings on newline
Replies: 1
Views: 1853

[PB 5.30b2] PB Editor destroys UTF8 strings on newline

Hello,

Using PB 5.30b2 on Arch Linux x64 (both PureBasic versions, x86 & x64) the following happens: the editor has a UTF8 encoding scheme by default and I am using Unicode TrueType fonts.
On the PB editor, I can type in a line a string in Greek but when I move to the next line (i.e I press RETURN ...
by Frontier
Wed Nov 27, 2013 9:08 am
Forum: Bugs - Windows
Topic: Bug - ODBC and stored-procedures (PB 4.2 up to 5.21)
Replies: 13
Views: 6704

Re: Bug - ODBC and stored-procedures (PB 4.2 up to 5.21)

Tried your code with PB 5.21 and SQL Server 2008 R2.

Created tables and sp successfully.
Table population does not work for table zz_test_ac, the other two are populated fine (500 and 15000 records).
Please fix your code population code above so that we can continue testing.

Errors reported by ...
by Frontier
Fri Nov 22, 2013 9:29 pm
Forum: Bugs - Windows
Topic: Bug - ODBC and stored-procedures (PB 4.2 up to 5.21)
Replies: 13
Views: 6704

Re: Bug - ODBC and stored-procedures (PB 4.2 up to 5.21)

@bobobo: Can you share some code demostrating the bug?
by Frontier
Sun Oct 06, 2013 1:33 pm
Forum: Announcement
Topic: COMatePLUS version 1.2
Replies: 339
Views: 230789

Re: COMatePLUS version 1.2

sec wrote:Could you please upload update version for pb 5.2x?
Thanks.
Just follow the advice here, it works: http://www.purebasic.fr/english/viewtop ... 85#p420871
by Frontier
Tue Oct 01, 2013 6:17 pm
Forum: Announcement
Topic: COMatePLUS version 1.2
Replies: 339
Views: 230789

Re: COMatePLUS version 1.2

Hello,

I am using this excellent library to write a small command line utility that will use several COM objects of a large ERP application.
I have trouble passing a COMateObject object as a parameter.

Here is the object in question (using Microsoft OLE/COM Object Viewer) - CLSID: {4163F5AF-7147 ...
by Frontier
Sat Feb 23, 2013 11:52 am
Forum: Announcement
Topic: PureBasic 5.10 is released !
Replies: 50
Views: 32171

Re: PureBasic 5.10 is released !

One question: MacOSX PPC support has been dropped? All I can see in the download area are OSX versions for x86 and x86_64.
Yes, the first post in this thread mentions it
Removed: PowerPC version for OS X
I was overwhelmed by the "Added" features, that I missed that :D
It's OK, I have v5 on my ...
by Frontier
Sat Feb 23, 2013 8:51 am
Forum: Announcement
Topic: PureBasic 5.10 is released !
Replies: 50
Views: 32171

Re: PureBasic 5.10 is released !

Thank you very much Fred and PB team for this awesome release.

One question: MacOSX PPC support has been dropped? All I can see in the download area are OSX versions for x86 and x86_64.
by Frontier
Wed Jul 20, 2011 8:30 am
Forum: Announcement
Topic: DroopyLib
Replies: 186
Views: 121212

Re: DroopyLib

Hi Droopy,

Thank you very much for updating your excellent library and all the hard work you've put in to it.
Any plans to provide a library for the 64-bit version of PureBasic?
by Frontier
Sat May 15, 2010 8:28 am
Forum: Applications - Feedback and Discussion
Topic: Droopy's Lib
Replies: 55
Views: 27476

Re: Droopy's Lib

Hello,

Thank you for updating Droopy's Lib for 4.40.

I would like to ask if the LogInit() and LogWriteString() functions work, because on my setup they don't.
LogInit() does not create the logfile and LogWriteString() does not add lines to an existing log file.
The problem seems to be in the ...
by Frontier
Wed Dec 17, 2008 10:15 am
Forum: Announcement
Topic: PureBasic 4.30 final released!
Replies: 67
Views: 37704

Great news :D

Thank you team PB and Merry Christmas!
by Frontier
Fri Dec 05, 2008 1:49 pm
Forum: Announcement
Topic: PureBasic 4.30 beta5 is available
Replies: 23
Views: 12210

Thank you very much PB team.
The day PB went x64 was one of the best programming days of my life :)