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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

need a header file: tchar.h

Status
Not open for further replies.

SaltyDuke

Programmer
Sep 18, 2002
140
IE
Hello all

I'm lookin fir a header file for a program i'm writing. i cannot seem to find it on the www.

it's called tchar.h

if anyone knows where i can get it, i'd appreciate it if they shared the knowledge

Cheers!
TheSaltyDuke

[pipe]
 
Sorry for wasting your time. i managed to lift the file off a compiler so the problem is solved!!!

[pipe]
 
Unless the library is contained entirely within that header, you're gonna have problems. A header file normally only contains declarations for stuff. Just including a header might make your program compile, but it'll never be able to link without the libraries.
 
well i seem to have found whatever whatever i was looking for so that's ok but thanks for your reply anyway!!! :)

Thanx again
TheSaltyDuke

[pipe]
 
chipperMDW,

That was a nice attempt to explain the orthodox approach to C/C++ development. But as you can see it just does not compare to the more modern day magic technique! ;-)

-pete


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top