Search found 7 matches

by Rico
Mon Aug 11, 2008 8:25 pm
Forum: PureFORM & JaPBe
Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
Replies: 1545
Views: 690408

Thank you gnozal,

works fine, now. I tried jaPBe-directory in PB-directory, PB-directory in JaPBe-directory and PB-directory on the same plain as the jaPBe-directory.

Thanks
by Rico
Sun Aug 10, 2008 1:11 am
Forum: PureFORM & JaPBe
Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
Replies: 1545
Views: 690408

Sorry gnozal,

on the first gaze, it seems to work fine. But only 'Compile/Run' and 'Create Executable' works fine. When i try 'Compile/Debug' i see an Error-Message that "xxx\Compilers\PBDebugger.exe" can not find.
I have try now different situations ... jaPBe directory is in the PB directory ...
by Rico
Tue Aug 05, 2008 8:59 pm
Forum: PureFORM & JaPBe
Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
Replies: 1545
Views: 690408

Did you try a relative path, like "\PB\" instead of "c:\PB\", or even "..\" as PB path (assuming your jaPBe directory is in the PB directory) ?
Yes Gnozal, I tried it with relative path, but totally wrong. Excuse me please for this unnecessary one asks. Now, it works wonderfully.

Rico
by Rico
Mon Aug 04, 2008 9:06 pm
Forum: PureFORM & JaPBe
Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
Replies: 1545
Views: 690408

JaPBe-Portable

Hi Gnozal,

i would use PB and JaPBe 'portable' on an USB-Stick but the USB-Stick has maybe different drive-letters on different PCs.
See you a way to make JaPBe more portable - i mean the drive-letter in paths of 'Souce Directory' and 'PureBasic Path' always like the drive-letter of the USB-Stick ...
by Rico
Wed Jan 25, 2006 1:52 pm
Forum: Coding Questions
Topic: libmysql.dll - fieldname of column
Replies: 5
Views: 1663

Compiler-Error:
Trying to write an numeric value into a string variable
in Line
FieldName(i)=CallFunction(#libmysql,"mysql_field_name",*mysqlResult)

???
by Rico
Wed Jan 25, 2006 12:47 pm
Forum: Coding Questions
Topic: libmysql.dll - fieldname of column
Replies: 5
Views: 1663

already, i have used the example (http://www.purearea.net/pb/CodeArchiv/D ... Example.pb), but can't find the way in this example how i can get the fieldname.
Other ideas?
by Rico
Wed Jan 25, 2006 11:33 am
Forum: Coding Questions
Topic: libmysql.dll - fieldname of column
Replies: 5
Views: 1663

libmysql.dll - fieldname of column

Hello,

can someone please give me an example, how i can get the name of an field in mysql by using the libmysql.dll? Connection, Query etc. works and now i need the real fieldname of an column.

Thanks Rico