Click here to Skip to main content
16,008,469 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Switching between installed languages ! Pin
Pavel Klocek28-Aug-02 10:51
Pavel Klocek28-Aug-02 10:51 
GeneralRe: Switching between installed languages ! Pin
Joaquín M López Muñoz28-Aug-02 10:55
Joaquín M López Muñoz28-Aug-02 10:55 
GeneralRe: Switching between installed languages ! Pin
Chris Losinger28-Aug-02 11:12
professionalChris Losinger28-Aug-02 11:12 
GeneralRe: Switching between installed languages ! Pin
Joaquín M López Muñoz28-Aug-02 11:20
Joaquín M López Muñoz28-Aug-02 11:20 
GeneralRe: Switching between installed languages ! Pin
Chris Losinger28-Aug-02 11:22
professionalChris Losinger28-Aug-02 11:22 
GeneralRe: Switching between installed languages ! Pin
Joaquín M López Muñoz28-Aug-02 11:40
Joaquín M López Muñoz28-Aug-02 11:40 
GeneralUnhandled Exception & Winsock :: Winsock Pin
valikac28-Aug-02 9:25
valikac28-Aug-02 9:25 
GeneralRe: Unhandled Exception & Winsock :: Winsock Pin
Rohit  Sinha28-Aug-02 10:42
Rohit  Sinha28-Aug-02 10:42 
It's a good idea to check your pointers, handles, etc for validity before using them. Check all parameters that are pointers or handles before you use them. Similarly check all returned pointers or handles from functions.

Look for the line number where the error happens, and then place a break point there or step through your code and see what exactly is happening. Or you could start TRACEing and write the output to a file. Or write automated tests that will dump the variables, thread data, etc to a file whenever an error occurs. This last approach, though painful and time consuming in the beginning, is the best in the long run, as it saves a lot of time and misery.


  Regards,

   Rohit Sinha

GeneralRe: Unhandled Exception & Winsock :: Winsock Pin
Joaquín M López Muñoz28-Aug-02 10:43
Joaquín M López Muñoz28-Aug-02 10:43 
GeneralRe: Unhandled Exception & Winsock :: Winsock Pin
valikac28-Aug-02 17:29
valikac28-Aug-02 17:29 
GeneralUnicode, MBCS, DBCS... Pin
devvvy28-Aug-02 9:13
devvvy28-Aug-02 9:13 
GeneralRe: Unicode, MBCS, DBCS... Pin
Paul M Watt28-Aug-02 9:42
mentorPaul M Watt28-Aug-02 9:42 
GeneralRe: Unicode, MBCS, DBCS... Pin
devvvy28-Aug-02 9:44
devvvy28-Aug-02 9:44 
GeneralRe: Unicode, MBCS, DBCS... Pin
Michael Dunn28-Aug-02 10:11
sitebuilderMichael Dunn28-Aug-02 10:11 
Generaladding external dependencies Pin
pnpfriend28-Aug-02 9:05
pnpfriend28-Aug-02 9:05 
GeneralRe: adding external dependencies Pin
Paul M Watt28-Aug-02 9:45
mentorPaul M Watt28-Aug-02 9:45 
GeneralRe: adding external dependencies Pin
pnpfriend28-Aug-02 10:41
pnpfriend28-Aug-02 10:41 
GeneralRe: adding external dependencies Pin
Stuart Dootson28-Aug-02 21:09
professionalStuart Dootson28-Aug-02 21:09 
GeneralRe: adding external dependencies Pin
.dan.g.28-Aug-02 21:32
professional.dan.g.28-Aug-02 21:32 
GeneralInitializing data structure Pin
Todd Smith28-Aug-02 8:31
Todd Smith28-Aug-02 8:31 
GeneralRe: Initializing data structure Pin
Maciej Pirog28-Aug-02 9:35
Maciej Pirog28-Aug-02 9:35 
GeneralRe: Initializing data structure Pin
Todd Smith28-Aug-02 12:42
Todd Smith28-Aug-02 12:42 
GeneralRe: Initializing data structure Pin
Maciej Pirog29-Aug-02 2:34
Maciej Pirog29-Aug-02 2:34 
GeneralRe: Initializing data structure Pin
jhwurmbach29-Aug-02 2:43
jhwurmbach29-Aug-02 2:43 
GeneralRe: Initializing data structure Pin
Maciej Pirog29-Aug-02 3:53
Maciej Pirog29-Aug-02 3: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.