> On Wed, 15 Jul 2009 16:57:56 +0200, Kern Sibbald said:
>
> On Wednesday 15 July 2009 16:35:55 Eli Shemer wrote:
> > Hey,
> >
> >
> >
> > I noticed that the CONFIG::init declaration uses int32_t for variables
> > in the header file and then int in the C file itself
>
> Yes, this is not an id
Hey,
I noticed that the CONFIG::init declaration uses int32_t for variables
in the header file and then int in the C file itself
This causes the overloaded function not to be found in visual studio
2005 and throw an error in compilation for the static library.
Thanks.
On Wednesday 15 July 2009 16:35:55 Eli Shemer wrote:
> Hey,
>
>
>
> I noticed that the CONFIG::init declaration uses int32_t for variables
> in the header file and then int in the C file itself
Yes, this is not an ideal situation. I have fixed it. Too bad none of the
Linux/Unix compilers compla