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

Recent content by JohnLac

  1. JohnLac

    Trying to get unicode working

    I have just done the same thing. Are yuo still having the problem. I tried plugging that code in and it seemed to have worked fine. Looking in the memory window in debug mode it keeps it in memory as: h.e.l.l.o...
  2. JohnLac

    Trying to get unicode working

    Sory that "_tcscpy" should have looked like this: _tcscpy(szString, _T("Hello World")); sorry, John
  3. JohnLac

    Trying to get unicode working

    I have been doing the same thing but I don't seem to have a problem. The only difference I can see between what you have done and what I have done is defined _UNICODE in the the Project->Settings->C\C++ ->Preprocesor definitions as apposed to the resources tab. Also whenever I want to define a...
  4. JohnLac

    using class functions from another class??

    try defining &quot;m_uiVariable&quot; like this globally in your program. extern <type> m_uiVariable If Visual C++ created the variable for you. comment out that declaration of the variable and do yourself in this format globablly. I didn't have the same exact problem but I had something...

Part and Inventory Search

Back
Top