Click here to Skip to main content
15,888,280 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionUsing CxImageLib Pin
Kiran Pinjala6-Aug-06 19:15
Kiran Pinjala6-Aug-06 19:15 
AnswerRe: Using CxImageLib Pin
Hamid_RT6-Aug-06 20:21
Hamid_RT6-Aug-06 20:21 
QuestionErasing the Drawn Ellipse/Circle Pin
uday kiran janaswamy6-Aug-06 19:14
uday kiran janaswamy6-Aug-06 19:14 
AnswerRe: Erasing the Drawn Ellipse/Circle Pin
Hamid_RT6-Aug-06 19:37
Hamid_RT6-Aug-06 19:37 
GeneralRe: Erasing the Drawn Ellipse/Circle Pin
uday kiran janaswamy6-Aug-06 21:09
uday kiran janaswamy6-Aug-06 21:09 
GeneralRe: Erasing the Drawn Ellipse/Circle Pin
Hamid_RT6-Aug-06 21:53
Hamid_RT6-Aug-06 21:53 
AnswerRe: Erasing the Drawn Ellipse/Circle Pin
Michael Dunn6-Aug-06 20:02
sitebuilderMichael Dunn6-Aug-06 20:02 
QuestionConversion Error Pin
N.T.Srikanth6-Aug-06 18:48
N.T.Srikanth6-Aug-06 18:48 
Hi I m using RFX_Text function to retrieve the resultset from the query sp_who (back end is SQL Server 2000). But 3 columns of sp_who returns me nchar data due to which I m getting "Unicode conversion failed" error.
Please suggest me a way to deal with unicode characters.
The member variables m_strLoginame, m_strHostname and m_strDbname are declared as CString.


My sample code snippet:
void CTestdgSet::DoFieldExchange(CFieldExchange* pFX)
{
//{{AFX_FIELD_MAP(CTestdgSet)
pFX->SetFieldType(CFieldExchange::outputColumn);
RFX_Long(pFX, _T("[spid]"), m_nSpid);
RFX_Text(pFX, _T("[status]"), m_strStatus);
RFX_Text(pFX, _T("[loginame]"), m_strLoginame,500); // nchar
RFX_Text(pFX, _T("[hostname]"), m_strHostname,500); //nchar
RFX_Long(pFX, _T("[blk]"), m_nBlk);
RFX_Text(pFX, _T("[dbname]"), m_strDbname,500); //nchar
RFX_Text(pFX, _T("[cmd]"), m_strCmd);
//}}AFX_FIELD_MAP
}
QuestionRe: Conversion Error Pin
David Crow7-Aug-06 3:30
David Crow7-Aug-06 3:30 
Questionfunction Pin
With_problem6-Aug-06 17:59
With_problem6-Aug-06 17:59 
AnswerRe: function Pin
_AnsHUMAN_ 6-Aug-06 18:07
_AnsHUMAN_ 6-Aug-06 18:07 
GeneralRe: function Pin
With_problem6-Aug-06 19:22
With_problem6-Aug-06 19:22 
GeneralRe: function Pin
Hamid_RT6-Aug-06 19:55
Hamid_RT6-Aug-06 19:55 
GeneralRe: function Pin
With_problem6-Aug-06 20:05
With_problem6-Aug-06 20:05 
GeneralRe: function [modified] Pin
_AnsHUMAN_ 6-Aug-06 20:17
_AnsHUMAN_ 6-Aug-06 20:17 
Questionhow to display list of Files with Particular Extension using Clist ctrl Pin
Arul Joseph6-Aug-06 17:40
Arul Joseph6-Aug-06 17:40 
AnswerRe: how to display list of Files with Particular Extension using Clist ctrl Pin
Naveen6-Aug-06 17:57
Naveen6-Aug-06 17:57 
AnswerRe: how to display list of Files with Particular Extension using Clist ctrl Pin
Hamid_RT6-Aug-06 19:45
Hamid_RT6-Aug-06 19:45 
AnswerRe: how to display list of Files with Particular Extension using Clist ctrl Pin
David Crow7-Aug-06 3:33
David Crow7-Aug-06 3:33 
QuestionVisal C++ 6 (MFC) Pin
we3Guy6-Aug-06 17:23
we3Guy6-Aug-06 17:23 
AnswerRe: Visal C++ 6 (MFC) Pin
Amar Sutar6-Aug-06 18:18
Amar Sutar6-Aug-06 18:18 
GeneralRe: Visal C++ 6 (MFC) Pin
we3Guy6-Aug-06 19:23
we3Guy6-Aug-06 19:23 
GeneralRe: Visal C++ 6 (MFC) Pin
Amar Sutar6-Aug-06 20:23
Amar Sutar6-Aug-06 20:23 
GeneralRe: Visal C++ 6 (MFC) Pin
we3Guy6-Aug-06 20:50
we3Guy6-Aug-06 20:50 
QuestionRe: Visal C++ 6 (MFC) Pin
David Crow7-Aug-06 3:36
David Crow7-Aug-06 3:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.