Hi list.
Please forgive me if this is too dumb a question, but:
When using a const written in hex, is the order significant?
Ie. will eg. $1F01 result in the same value (7937) on both big-endian
and little endian machines?
Likewise, if I use an absolute reference to a variable is the endiann
On Mon, 13 Apr 2015, Torsten Bonde Christiansen wrote:
Hi list.
Please forgive me if this is too dumb a question, but:
When using a const written in hex, is the order significant?
Ie. will eg. $1F01 result in the same value (7937) on both big-endian and
little endian machines?
Yes.
It wi
I'm sure its possible to connect to Mysql with Zeosdbo from a command
line FreePascal Program, but I am not sure how. I tried using the same
includes that are for the Lazarus components, but it didn't find those
files.
Any help would be appreciated.
On Mon, 13 Apr 2015, Terry A. Haimann wrote:
I'm sure its possible to connect to Mysql with Zeosdbo from a command
line FreePascal Program, but I am not sure how. I tried using the same
includes that are for the Lazarus components, but it didn't find those
files.
Any help would be appreciate
On 2015-04-13 17:51, Terry A. Haimann wrote:
> I'm sure its possible to connect to Mysql with Zeosdbo from a command
> line FreePascal Program, but I am not sure how.
Here is a build script I use to compile tiOPF's test suite. In part it
includes compiling Zeos for connecting to MySQL and Firebird