Advertisement

1 - 10 of 43 containing alltags:("tchar") (0 seconds)
Hi, I have something like this.... TCHAR *szTst = "12-12-2002 02:09:4"; and I have a character array like this: char string[]; I need to copy the contents of the TCHAR* to char[]. How ...
Zones: ProgrammingDate Answered: 01/04/2003 Grade: A Views: 0
I have a problem to user different languages in TRichEdit I'm entering one letter in ukranian language Ê . It looks ok I can copy and paste it in same richedit control no problem. But when I run f...
Zones: Windows ProgrammingDate Answered: 04/11/2004 Grade: A Views: 0
I've written a CGI that is supposed to output the byte data read in from a TIFF image. I have used the exact code elsewhere with small files and had no problems. The problem I was getting was that ...
Zones: C, CYGWINDate Answered: 09/03/2003 Grade: A Views: 0
Hi ,     Can anybody let me know the difference between char and TCHAR datatype. As Char datatype itself is working fine for Japanese and English why should TCHAR datatype be used.My application...
Zones: Windows MFCDate Answered: 09/06/2004 Grade: A Views: 0
Hello a couple of questions on VC++.NET strings I have a managed class and I want to create a private string member, TCHAR szMyString; coming from VC++, my preferred ctring type is TCHAR. Ho...
Zones: MS Visual C++, Microsoft ProgrammingDate Answered: 07/13/2004 Grade: A Views: 56
I have a DLL that I want to return a string that is added to a CList.  Does is make sense for the DLL to use macros such as TCHAR* for its return type which will support either Unicode or Ansi depe...
Zones: C++, Microsoft Visual C++Date Answered: 06/06/2005 Grade: A Views: 0
I have posted below the code for a visual c++ 2005 console app that works with MAPI profiles via MAPI33.DLL (download this if you want to test code below). My problem is when szProfile (which is a ...
Zones: C++, Microsoft Visual C++Date Answered: 06/19/2006 Grade: A Views: 12
Hi, I would like to do following thing: TCHAR dataType[128]; SDWORD cbdatatype; SQLGetData(hstmt, 1, SQL_C_CHAR, dataType, sizeof(dataType), &cbdatatype); if(dataType == "VARCHAR") { ....
Zones: C++, Microsoft Visual C++Date Answered: 06/20/2006 Grade: A Views: 4
How can i convert a std:string into TCHAR
Zones: C++, Microsoft Visual C++Date Answered: 08/21/2006 Grade: B Views: 0
Hello Experts How can  the program treate TCHAR as WCHAR or TCHAR as CHAR at run time. Actaully i want my program enable for both unicode and ascii.
Zones: C++, Microsoft Visual C++Date Answered: 04/27/2008 Grade: A Views: 20