I suggest you learn C. It's a very easy, simple language. It should only
take you a few hours and will save many times that down the road. In any
case, you will need to understand both C and the debugger to debug your
code.
Yes, Firebird is now officially C++, but probably closer to C+ in most
Title: Re: [Firebird-devel] Learning the wire protocol
I can't help with this, but I know that the .NET provider and Jaybird are pure drivers (don't depend on fbclient), so if you understand Java or C#, you can take a look at their code and try to help from them.
[]s
Carlos
http://www.firebirdne
Memory leak in SuperServer
--
Key: CORE-4830
URL: http://tracker.firebirdsql.org/browse/CORE-4830
Project: Firebird Core
Issue Type: Bug
Components: Engine
Affects Versions: 2.5.4
Environment: S
UDF with cstring(32000) was previously suported but now it is not
-
Key: CORE-4829
URL: http://tracker.firebirdsql.org/browse/CORE-4829
Project: Firebird Core
Issue Type: Bug
Hello,
I'm looking at the wire protocol because I'd like to create a client
library for PureBasic that doesn't require any middleware. Unfortunately
the documentation looks a little sparse and even though I've downloaded
protocol.h my limited understanding of C means I still need help. I hope
some