Click here to Skip to main content
15,925,206 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Creating Access 2000 database ! Pin
yamini7-Feb-02 23:41
yamini7-Feb-02 23:41 
GeneralRe: Creating Access 2000 database ! Pin
Hadi Rezaee8-Feb-02 8:14
Hadi Rezaee8-Feb-02 8:14 
GeneralMFC help Pin
redneckCoder7-Feb-02 9:18
redneckCoder7-Feb-02 9:18 
GeneralRe: MFC help Pin
Joaquín M López Muñoz7-Feb-02 9:36
Joaquín M López Muñoz7-Feb-02 9:36 
GeneralRe: MFC help Pin
Christian Graus7-Feb-02 9:42
protectorChristian Graus7-Feb-02 9:42 
GeneralRe: MFC help Pin
Nish Nishant7-Feb-02 10:28
sitebuilderNish Nishant7-Feb-02 10:28 
Generalinfinite loop Pin
7-Feb-02 8:39
suss7-Feb-02 8:39 
GeneralRe: infinite loop Pin
Joaquín M López Muñoz7-Feb-02 9:25
Joaquín M López Muñoz7-Feb-02 9:25 
Your code begins with:
do
{
switch (ch)
...
So, where is the ch variable declared? A very suspicious thing is the fact that ch does not vary inside the loop, which is must likely a bug. I guess you need to store the first character of each line into ch.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: infinite loop Pin
7-Feb-02 9:41
suss7-Feb-02 9:41 
GeneralRe: infinite loop Pin
Joaquín M López Muñoz7-Feb-02 9:52
Joaquín M López Muñoz7-Feb-02 9:52 
Generalkeyboard system hook only works on focus Pin
Kuniva7-Feb-02 8:09
Kuniva7-Feb-02 8:09 
GeneralRe: keyboard system hook only works on focus Pin
Joaquín M López Muñoz7-Feb-02 8:48
Joaquín M López Muñoz7-Feb-02 8:48 
GeneralRe: keyboard system hook only works on focus Pin
Kuniva7-Feb-02 8:55
Kuniva7-Feb-02 8:55 
GeneralRe: keyboard system hook only works on focus Pin
Joaquín M López Muñoz7-Feb-02 9:32
Joaquín M López Muñoz7-Feb-02 9:32 
GeneralRe: keyboard system hook only works on focus Pin
Rickard Andersson207-Feb-02 9:06
Rickard Andersson207-Feb-02 9:06 
GeneralAfxThrowOleDispatchException not working for me .. Pin
vishalsp7-Feb-02 7:47
vishalsp7-Feb-02 7:47 
GeneralRe: AfxThrowOleDispatchException not working for me .. Pin
Joaquín M López Muñoz7-Feb-02 8:23
Joaquín M López Muñoz7-Feb-02 8:23 
GeneralRe: AfxThrowOleDispatchException not working for me .. Pin
vishalsp7-Feb-02 10:56
vishalsp7-Feb-02 10:56 
GeneralRe: AfxThrowOleDispatchException not working for me .. Pin
Joaquín M López Muñoz7-Feb-02 12:03
Joaquín M López Muñoz7-Feb-02 12:03 
GeneralRe: AfxThrowOleDispatchException not working for me .. Pin
vishalsp8-Feb-02 2:06
vishalsp8-Feb-02 2:06 
GeneralRe: AfxThrowOleDispatchException not working for me .. Pin
vishalsp11-Feb-02 4:25
vishalsp11-Feb-02 4:25 
GeneralLoading Problem Pin
Sonu Kapoor7-Feb-02 7:18
Sonu Kapoor7-Feb-02 7:18 
GeneralRe: Loading Problem Pin
Joaquín M López Muñoz7-Feb-02 7:53
Joaquín M López Muñoz7-Feb-02 7:53 
GeneralRe: Loading Problem Pin
Sonu Kapoor7-Feb-02 8:40
Sonu Kapoor7-Feb-02 8:40 
GeneralRe: Loading Problem Pin
User 66587-Feb-02 8:53
User 66587-Feb-02 8:53 

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.