Hi srihari, if you are using UCHAR for codepage issues, try using WideChar/TCHAR. else, if you are using windows platform SDK in your code, use WinSDK character encoding.
Ashish ----- Original Message ----- From: "SriHari" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 29, 2001 5:00 AM Subject: (C/C++) UCHAR in C conversion from char* to UCHAR* > Hai all > > i am writing a c code to create a SYSTEM DSN by taking the parameter (server > name) from the user > i have declared all the varibles as UCHAR *xyz > and using them in RETCODE > > i am concatinating the string using strcat(); > my problem is the code runs fine if i define UCHAR in the code > If i am trying to concat the string and run the same code i am unable to > achieve the creation of dsn > i have no compile time or run time errors in both the cases can any one > suggest me a method or point me to a locatioon for help > > > Urgent.. > > regards > SriHari > > =========================================================================== > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.html > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets > =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
