Maybe an easy question...
August Hörandl
august.hoerandl at gmx.at
Wed Jun 5 18:21:22 BST 2002
On Wednesday 05 June 2002 12:48, you wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> > const char* VersionString() {
> > return "Release 3.0 - " VERSION;
> > }
>
> Uhhh... What is VERSION? Another string? Don't you have to
> concatinate the two strings (I assume that's what you want to do)
> explicitely?
>
> i.e. return "Release 3.0 -" + VERSION;
this is plain old c: multiple strings constants are "autoconcatinated"
i think that VERSION is not defined or is defined to something
that is no string constant
hth
Gustl
--
August Hörandl august.hoerandl at gmx.at
"Lots of folks confuse bad management with destiny." -- Kin Hubbard
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list