Click here to Skip to main content
15,887,135 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionflexigrid in VC++.net2003 help!!! Pin
manuabhi24-Sep-07 19:09
manuabhi24-Sep-07 19:09 
Questionimage drawing problem Pin
trioum24-Sep-07 19:03
trioum24-Sep-07 19:03 
AnswerRe: image drawing problem Pin
Hamid_RT24-Sep-07 19:22
Hamid_RT24-Sep-07 19:22 
AnswerRe: image drawing problem Pin
Nelek24-Sep-07 21:31
protectorNelek24-Sep-07 21:31 
AnswerRe: image drawing problem Pin
bob1697225-Sep-07 1:42
bob1697225-Sep-07 1:42 
QuestionHow to send/receive raw data to/from USB Pin
Mohammad A Gdeisat24-Sep-07 16:34
Mohammad A Gdeisat24-Sep-07 16:34 
AnswerRe: How to send/receive raw data to/from USB Pin
Cedric Moonen24-Sep-07 20:32
Cedric Moonen24-Sep-07 20:32 
Questionprogram runs and correct results, however, error messagr Pin
mrby12324-Sep-07 11:13
mrby12324-Sep-07 11:13 
Please help to figure out what is wrong with my program. It runs and yield correct results. The program is a hybrid of MFC and C++. After the program finish display the results and then when I hit the exit key I Got:

Loaded 'ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\comdlg32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\shlwapi.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\msvcrt.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\comctl32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\shell32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\winspool.drv', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\oledlg.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\ole32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\olepro32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\oleaut32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\imm32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\lpk.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\usp10.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\entapi.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\psapi.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\netapi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\MSCTF.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\SynTPFcs.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\version.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\MSCTFIME.IME', no matching symbolic information found.
First-chance exception in blast_vib_proc.exe: 0xC0000005: Access Violation.
The program 'C:\blast_vib_proc_model_from_d\Debug\blast_vib_proc.exe' has exited with code 0 (0x0).


Please let me know where is the problem and how to fix it.

Thanks a lots.
AnswerRe: program runs and correct results, however, error messagr Pin
Mark Salsbery24-Sep-07 11:20
Mark Salsbery24-Sep-07 11:20 
GeneralRe: program runs and correct results, however, error messagr Pin
mrby12324-Sep-07 12:06
mrby12324-Sep-07 12:06 
GeneralRe: program runs and correct results, however, error messagr Pin
Mark Salsbery24-Sep-07 12:24
Mark Salsbery24-Sep-07 12:24 
GeneralRe: program runs and correct results, however, error messagr Pin
mrby12324-Sep-07 13:02
mrby12324-Sep-07 13:02 
QuestionRe: program runs and correct results, however, error messagr Pin
Mark Salsbery24-Sep-07 15:19
Mark Salsbery24-Sep-07 15:19 
AnswerRe: program runs and correct results, however, error messagr Pin
mrby12324-Sep-07 16:47
mrby12324-Sep-07 16:47 
GeneralRe: program runs and correct results, however, error messagr Pin
Mark Salsbery24-Sep-07 16:52
Mark Salsbery24-Sep-07 16:52 
Questionwhat kind of search is recommended??? Pin
pblais24-Sep-07 10:51
pblais24-Sep-07 10:51 
AnswerRe: what kind of search is recommended??? Pin
Waldermort24-Sep-07 19:16
Waldermort24-Sep-07 19:16 
GeneralRe: what kind of search is recommended??? Pin
pblais25-Sep-07 4:17
pblais25-Sep-07 4:17 
GeneralRe: what kind of search is recommended??? Pin
Waldermort25-Sep-07 4:40
Waldermort25-Sep-07 4:40 
GeneralRe: what kind of search is recommended??? Pin
pblais25-Sep-07 7:26
pblais25-Sep-07 7:26 
AnswerRe: what kind of search is recommended??? Pin
pblais3-Oct-07 8:50
pblais3-Oct-07 8:50 
QuestionSorry if wrong location. Trying to open unknown video type for processing. Pin
Code Monkey Mike24-Sep-07 10:41
Code Monkey Mike24-Sep-07 10:41 
QuestionCtrl Shift F9 will clear all breakpoints in VC 6.0 , however Pin
Vaclav_24-Sep-07 6:00
Vaclav_24-Sep-07 6:00 
AnswerRe: Ctrl Shift F9 will clear all breakpoints in VC 6.0 , however Pin
Maximilien24-Sep-07 7:21
Maximilien24-Sep-07 7:21 
QuestionCRectTracker static linking Pin
bob1697224-Sep-07 5:58
bob1697224-Sep-07 5:58 

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.