Re: [Bacula-devel] parse_conf

2009-07-16 Thread Martin Simmons
> 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

[Bacula-devel] parse_conf

2009-07-15 Thread Eli Shemer
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.

Re: [Bacula-devel] parse_conf

2009-07-15 Thread Kern Sibbald
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