How do I go about concatenating two strings?
I know I should use lstrcat for it, but how?
I get a lot of Access Violation errors,
and the lstrcat just don't want to work.

For example...

I want to concatenate the strings "First " and "Second ", to form "First Second ".
Then I want to concatenate the result with "Third", to form "First Second Third".

I know it must not be that hard, but for me it is.
Help, anyone?
Thanx.