Click here to Skip to main content
15,915,501 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Variable not shared between dlls... [modified] Pin
Shy Agam15-Dec-06 3:40
Shy Agam15-Dec-06 3:40 
AnswerRe: Variable not shared between dlls... Pin
Michael Dunn15-Dec-06 11:58
sitebuilderMichael Dunn15-Dec-06 11:58 
QuestionCDialog Pin
Bravoone_200614-Dec-06 23:26
Bravoone_200614-Dec-06 23:26 
AnswerRe: CDialog Pin
Rage15-Dec-06 1:37
professionalRage15-Dec-06 1:37 
AnswerRe: CDialog Pin
Hamid_RT15-Dec-06 2:38
Hamid_RT15-Dec-06 2:38 
QuestionRe: CDialog Pin
David Crow15-Dec-06 3:59
David Crow15-Dec-06 3:59 
NewsRe: CDialog Pin
Bravoone_200617-Dec-06 22:20
Bravoone_200617-Dec-06 22:20 
QuestionRe: CDialog Pin
David Crow18-Dec-06 2:44
David Crow18-Dec-06 2:44 
Bravoone_2006 wrote:
for(int i=0; i<m_list.GetItemCount();i++)
...
i--;


Notice anything wrong with this?


Bravoone_2006 wrote:
CMainSpace *pMainSpace = new CMainSpace;


It is not necessary to make this a pointer. Remove the new and delete calls.

Bravoone_2006 wrote:
pMainSpace->m_sTextDatabase.Empty();
pMainSpace->m_sTextDatabase1.Empty();
pMainSpace->m_sTextDatabase2.Empty();
pMainSpace->m_sTextDatabase3.Empty();


The calls to Empty() are not necessary.

Bravoone_2006 wrote:
while (!pBun.IsEOF())


I do not see anything in the while loop that is advancing the pBun object to the next record. Have you ensured that the while loop terminates.

Aside from the logic errors, what exactly are you trying to accomplish here?


"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

"Judge not by the eye but by the heart." - Native American Proverb


QuestionRe: CDialog Pin
Bravoone_200618-Dec-06 19:23
Bravoone_200618-Dec-06 19:23 
QuestionRe: CDialog Pin
David Crow19-Dec-06 2:44
David Crow19-Dec-06 2:44 
AnswerRe: CDialog Pin
Mark Salsbery15-Dec-06 5:42
Mark Salsbery15-Dec-06 5:42 
GeneralRe: CDialog Pin
Hamid_RT15-Dec-06 18:22
Hamid_RT15-Dec-06 18:22 
QuestionData Packets sent via UDP don't arrive seperately. 5ms gap doesn´t work Pin
kletteroli14-Dec-06 23:17
kletteroli14-Dec-06 23:17 
AnswerRe: Data Packets sent via UDP don't arrive seperately. 5ms gap doesn´t work Pin
Mark Salsbery15-Dec-06 5:47
Mark Salsbery15-Dec-06 5:47 
Questionrange Pin
radhika2814-Dec-06 23:08
radhika2814-Dec-06 23:08 
AnswerRe: range Pin
Rage15-Dec-06 1:35
professionalRage15-Dec-06 1:35 
GeneralRe: range Pin
Bravoone_200615-Dec-06 2:05
Bravoone_200615-Dec-06 2:05 
GeneralRe: range Pin
radhika2815-Dec-06 2:30
radhika2815-Dec-06 2:30 
GeneralRe: range Pin
David Crow15-Dec-06 4:03
David Crow15-Dec-06 4:03 
QuestionIs there a VC++ equivalent to the Visual Basic "CStr" keyword? Pin
dharani_3d14-Dec-06 23:05
dharani_3d14-Dec-06 23:05 
AnswerRe: Is there a VC++ equivalent to the Visual Basic "CStr" keyword? Pin
prasad_som14-Dec-06 23:17
prasad_som14-Dec-06 23:17 
GeneralRe: Is there a VC++ equivalent to the Visual Basic "CStr" keyword? Pin
dharani_3d14-Dec-06 23:27
dharani_3d14-Dec-06 23:27 
GeneralRe: Is there a VC++ equivalent to the Visual Basic "CStr" keyword? Pin
dharani_3d14-Dec-06 23:29
dharani_3d14-Dec-06 23:29 
GeneralRe: Is there a VC++ equivalent to the Visual Basic "CStr" keyword? Pin
prasad_som14-Dec-06 23:36
prasad_som14-Dec-06 23:36 
AnswerRe: Is there a VC++ equivalent to the Visual Basic "CStr" keyword? Pin
David Crow15-Dec-06 4:07
David Crow15-Dec-06 4:07 

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.