Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

where is TCHAR szTitle initialized

Status
Not open for further replies.

bobo12

Programmer
Dec 26, 2004
74
US
so i automatically generated a win32 .exe using vs.net that simply pops up a window
the attribute...
TCHAR szTitle[MAX_LOADSTRING];
i looked everywhere trying to find out where the value of szTitle was set, in my program but could not find it. i saw all the places where it was used but there was no declaration of the sort szTitle="adware".

yet it had the value of String "adware" b/c that's what i called my project and that's what i saw in the .exe.
would someone explain where the intialization occurred?

by the way, i looked in all the .h & .cpp files and no init. was found either.

 
hi,
sorry i made a mistake in posting this in the wrong forum. i wish there was a way to delete it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top