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

C / C++ / MFC

 
GeneralDao Classes Pin
Anonymous26-Feb-03 1:29
Anonymous26-Feb-03 1:29 
GeneralRe: Dao Classes Pin
includeh1026-Feb-03 2:36
includeh1026-Feb-03 2:36 
GeneralRe: Dao Classes Pin
Anonymous26-Feb-03 3:03
Anonymous26-Feb-03 3:03 
GeneralRe: Dao Classes Pin
includeh1026-Feb-03 6:49
includeh1026-Feb-03 6:49 
GeneralRe: Dao Classes Pin
Anonymous27-Feb-03 21:36
Anonymous27-Feb-03 21:36 
GeneralStatic destructors called after main Pin
krisn26-Feb-03 1:23
krisn26-Feb-03 1:23 
GeneralRe: Static destructors called after main Pin
Joaquín M López Muñoz26-Feb-03 1:41
Joaquín M López Muñoz26-Feb-03 1:41 
Generalmemory problem! Pin
Gérald Mercet26-Feb-03 1:18
Gérald Mercet26-Feb-03 1:18 
Hi everybody,

Perhaps a simple question but, i would like to suggest it o you:

In my application, i have an "access violation" message which appear to this following line:

*(pHistoDBNorm+ j- *(pInflex+i)- *pInflex), when i=0 and j=16, just with this indications, you will tell me to check if th e allocation is well done, but the problem is if i remove *(pInflex+i)- *pInflex (which is equal to 0), in the debug window, the following
*(pHistoDBNorm+ j) is evaluated correctly whereas
*(pHistoDBNorm+ j- *(pInflex+i)- *pInflex), always in the debug window couldn't be evaluated (instead of reading a value which would have to be the same than *(pHistoDBNorm+ j), i could read something like that:"expression couldn't be read..."

why??????

thanks in advance

gerald
GeneralRe: memory problem! Pin
Joaquín M López Muñoz26-Feb-03 1:24
Joaquín M López Muñoz26-Feb-03 1:24 
GeneralRe: memory problem! Pin
Gérald Mercet26-Feb-03 1:27
Gérald Mercet26-Feb-03 1:27 
GeneralRe: memory problem! Pin
Joaquín M López Muñoz26-Feb-03 1:30
Joaquín M López Muñoz26-Feb-03 1:30 
GeneralRe: memory problem! Pin
Gérald Mercet26-Feb-03 4:31
Gérald Mercet26-Feb-03 4:31 
GeneralRe: memory problem! Pin
Gérald Mercet26-Feb-03 1:33
Gérald Mercet26-Feb-03 1:33 
QuestionHow do you drag & drop an icon in VC++6? Pin
Damien McGauley26-Feb-03 1:03
Damien McGauley26-Feb-03 1:03 
GeneralWM_MOUSEHOVER Pin
zeki yugnak25-Feb-03 23:48
zeki yugnak25-Feb-03 23:48 
GeneralRe: WM_MOUSEHOVER Pin
vikramlinux26-Feb-03 0:00
vikramlinux26-Feb-03 0:00 
GeneralRe: WM_MOUSEHOVER Pin
vikramlinux26-Feb-03 0:02
vikramlinux26-Feb-03 0:02 
GeneralRe: WM_MOUSEHOVER Pin
zeki yugnak26-Feb-03 1:18
zeki yugnak26-Feb-03 1:18 
GeneralRe: WM_MOUSEHOVER Pin
vikramlinux26-Feb-03 18:10
vikramlinux26-Feb-03 18:10 
GeneralRe: WM_MOUSEHOVER Pin
zeki yugnak27-Feb-03 8:30
zeki yugnak27-Feb-03 8:30 
GeneralProblem of "\r\n" Pin
adapterJohn25-Feb-03 22:49
adapterJohn25-Feb-03 22:49 
GeneralRe: Problem of "\r\n" Pin
peterchen25-Feb-03 23:05
peterchen25-Feb-03 23:05 
GeneralRe: Problem of "\r\n" Pin
KarstenK25-Feb-03 23:08
mveKarstenK25-Feb-03 23:08 
GeneralRe: Problem of "\r\n" Pin
adapterJohn26-Feb-03 0:07
adapterJohn26-Feb-03 0:07 
GeneralRe: Problem of "\r\n" Pin
mediamaster4026-Feb-03 2:56
mediamaster4026-Feb-03 2:56 

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.