Click here to Skip to main content
15,922,309 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMENU AND DIALOG BOX IN MFC Pin
zareee23-Nov-06 18:57
zareee23-Nov-06 18:57 
AnswerRe: MENU AND DIALOG BOX IN MFC Pin
CPallini23-Nov-06 20:29
mveCPallini23-Nov-06 20:29 
Questionerror message: no copy constructor available for 'CStringArray' Pin
cy163@hotmail.com23-Nov-06 18:47
cy163@hotmail.com23-Nov-06 18:47 
AnswerRe: error message: no copy constructor available for 'CStringArray' Pin
Benoy Bose23-Nov-06 19:08
Benoy Bose23-Nov-06 19:08 
AnswerRe: error message: no copy constructor available for 'CStringArray' Pin
Nibu babu thomas23-Nov-06 19:11
Nibu babu thomas23-Nov-06 19:11 
Questionerror:c2664:cannot convert parameter 1 from 'const char *' to 'unsigned short ** ' Pin
With_problem23-Nov-06 18:40
With_problem23-Nov-06 18:40 
AnswerRe: error:c2664:cannot convert parameter 1 from 'const char *' to 'unsigned short ** ' Pin
Cedric Moonen23-Nov-06 20:23
Cedric Moonen23-Nov-06 20:23 
GeneralRe: error:c2664:cannot convert parameter 1 from 'const char *' to 'unsigned short ** ' Pin
With_problem23-Nov-06 20:41
With_problem23-Nov-06 20:41 
this is my code....can you just tell me how to convert it....this is dll function...

<br />
    m_MainEdit=m_MainEdit + "<Price Change>" +"    " + SessionId + "\t" + RequestId +"\t"+ a ; <br />
	m_MainEdit=m_MainEdit + "\t"+ Market + "\t   " + Bid + "\t  " + b + "  \t"+ Ask + "\t" +c +"\t "+ High + "\t";<br />
	m_MainEdit=m_MainEdit + Low + "\t" + d + "   "+ "\t" + Timestamp + "\r\n";<br />
    <br />
	UpdateData(FALSE);<br />
	iLineCount=m_EditCtrl.GetLineCount();<br />
	m_EditCtrl.LineScroll(iLineCount);<br />
<br />
	<br />
<br />
       _DBAccess db;<br />
	db.setQuoteToDB(Timestamp,a,Market,Bid,Ask,d);<br />

GeneralRe: error:c2664:cannot convert parameter 1 from 'const char *' to 'unsigned short ** ' Pin
Cedric Moonen23-Nov-06 20:50
Cedric Moonen23-Nov-06 20:50 
AnswerRe: error:c2664:cannot convert parameter 1 from 'const char *' to 'unsigned short ** ' Pin
Roger Stoltz23-Nov-06 20:53
Roger Stoltz23-Nov-06 20:53 
QuestionVariable Arguments and inline Pin
vikramlinux23-Nov-06 18:33
vikramlinux23-Nov-06 18:33 
AnswerRe: Variable Arguments and inline Pin
Roger Stoltz23-Nov-06 21:30
Roger Stoltz23-Nov-06 21:30 
QuestionTo display menus,captions in indian languages using VC++ Pin
Atul2323-Nov-06 18:22
Atul2323-Nov-06 18:22 
QuestionTo dispaly menus,captions in indian language Pin
Atul2323-Nov-06 18:11
Atul2323-Nov-06 18:11 
AnswerRe: To dispaly menus,captions in indian language Pin
Rajesh R Subramanian23-Nov-06 18:19
professionalRajesh R Subramanian23-Nov-06 18:19 
QuestionRe: To dispaly menus,captions in indian language Pin
Atul2323-Nov-06 18:27
Atul2323-Nov-06 18:27 
AnswerRe: To dispaly menus,captions in indian language Pin
Benoy Bose23-Nov-06 19:29
Benoy Bose23-Nov-06 19:29 
AnswerRe: To dispaly menus,captions in indian language Pin
Rajesh R Subramanian23-Nov-06 21:23
professionalRajesh R Subramanian23-Nov-06 21:23 
AnswerRe: To dispaly menus,captions in indian language Pin
prasad_som23-Nov-06 20:18
prasad_som23-Nov-06 20:18 
Questionregarding visual studio 2005 [modified] Pin
Sunshine Always23-Nov-06 17:35
Sunshine Always23-Nov-06 17:35 
AnswerRe: regarding visual studio 2005 Pin
Benoy Bose23-Nov-06 19:19
Benoy Bose23-Nov-06 19:19 
GeneralRe: regarding visual studio 2005 Pin
Sunshine Always24-Nov-06 0:09
Sunshine Always24-Nov-06 0:09 
QuestionHow to show a dialog in dll Pin
ioat23-Nov-06 17:09
ioat23-Nov-06 17:09 
AnswerRe: How to show a dialog in dll Pin
Galatei23-Nov-06 22:16
Galatei23-Nov-06 22:16 
GeneralRe: How to show a dialog in dll Pin
ioat24-Nov-06 12:19
ioat24-Nov-06 12:19 

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.