T
Torben Laursen
Hi
I have a dll that is beeing called by C++, VBA, Java and C#
One of my customers does not like that I have bool in the argument list
of some of the exported functions so I want to replace all my bool
arguments
with a int argument.
But is -1 treated as false or true in the 4 languages above?
Thanks Torben
I have a dll that is beeing called by C++, VBA, Java and C#
One of my customers does not like that I have bool in the argument list
of some of the exported functions so I want to replace all my bool
arguments
with a int argument.
But is -1 treated as false or true in the 4 languages above?
Thanks Torben