[fpc-pascal]mysql unit under win32

2003-11-23 Thread baron kractor
Was just curious is anyone had come across any worthy documentation / examples of using the mysql unit in a win32 environment? ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

RE: [fpc-pascal]mysql unit under win32

2003-11-24 Thread baron kractor
lorian Klaempfl Sent: November 24, 2003 9:52 AM To: [EMAIL PROTECTED] Subject: Re: [fpc-pascal]mysql unit under win32 baron kractor wrote: > Was just curious is anyone had come across any worthy documentation / > examples of using the mysql unit in a win32 environment? Hmm, it's use is

[fpc-pascal]longint -> Pchar / string / ansistring

2003-12-09 Thread baron kractor
Is there a (hopefully easy) way to convert a longint variable to either Pchar / string / ansistring without changing the contents of the variable? For example, longint variable containing "12345" converted to one of the string types would still print as "12345". Closest I've been able to get so fa

RE: [fpc-pascal]longint -> Pchar

2003-12-10 Thread baron kractor
Got that particular issue fixed. Now I'm having some issues w/ really strange query results being returned. Even with the example code that came w/ the version of fpc that I'm using, I get the following results from a query that should return 0 or nil ... Number of records returned : 8589

RE: [fpc-pascal]longint -> Pchar

2003-12-10 Thread baron kractor
-- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of baron kractor Sent: December 10, 2003 4:29 PM To: [EMAIL PROTECTED] Subject: RE: [fpc-pascal]longint -> Pchar Got that particular issue fixed. Now I'm having some issues w/ really strange query results being returned. Even with the

[fpc-pascal]id3 tagging in mp3 / vorbis

2003-12-28 Thread baron kractor
Wondering if anyone had done any work with manipulating id3 tag information contained in mp3 / vorbis files from within fpc and could point me to some documentation? ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listi