Click here to Skip to main content
15,895,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionthread calling a callback - does the callback run in the thread process? Pin
nikcain17-Feb-05 22:11
nikcain17-Feb-05 22:11 
AnswerRe: thread calling a callback - does the callback run in the thread process? Pin
Bob Ciora18-Feb-05 2:22
Bob Ciora18-Feb-05 2:22 
GeneralMAPI support for MFC application Pin
Anonymous17-Feb-05 21:47
Anonymous17-Feb-05 21:47 
GeneralCListCtrl in CFormView in Report style..HOW TO ADD along with text/INSERT AN IMAGE AS A SUBITEM Pin
sureshpillai17-Feb-05 19:32
sureshpillai17-Feb-05 19:32 
GeneralRe: CListCtrl in CFormView in Report style..HOW TO ADD along with text/INSERT AN IMAGE AS A SUBITEM Pin
Steve Mayfield17-Feb-05 20:10
Steve Mayfield17-Feb-05 20:10 
GeneralProblem in calling Help file. Pin
nguyennp17-Feb-05 17:38
nguyennp17-Feb-05 17:38 
QuestionHow to stop page eject ? Pin
nareshn217-Feb-05 17:16
nareshn217-Feb-05 17:16 
GeneralRuntime Error Pin
IsaacLitingjun17-Feb-05 16:56
IsaacLitingjun17-Feb-05 16:56 
Hi,Everyone:

when i build the program in server machine, it runs well; but if i build it in local machine and upload, then i got a Runtime Error.

<br />
-Microsoft Visual C++ Runtime Library-<br />
<br />
d:\vcydcj.exe<br />
<br />
abnormal program termination.<br />


is it normal, cos the difference of Op-System?

Server Machine: Windows 2000 Professional
Local Machine: Windows Xp

& it seemed problem happened when it runs to these code:

<br />
CADOParameter pParamIn_Readnum(CADORecordset::typeInteger, sizeof(int));<br />
pParamIn_Readnum.SetValue(pMydoc->rwbossdlg.m_nReadNum);<br />
CADOCommand pCmd(pAdoDb_RB, "ydcj_getdata_574");<br />
pCmd.AddParameter(&pParamIn_Readnum);<br />
pRs_RB = new CADORecordset(pAdoDb_RB);<br />
pRs_RB->Execute(&pCmd));<br />


Thx!


________________________________________

Many nights we've prayed with no proof anyone could hear, we were moving moutains long before we knew we could!
Yet now i'm standing here, although we know there's much to fear, hope seemed like summer bird too swiftly flown away ...

There can be miracles! When you believe, though hope is frail, it's hard to kill!
Who knows what miracles, you can achieve! When you believe, somehow you will ...

YOU WILL WHEN YOU BELIEVE

QuestionHow to disable the Direct3D and DirectDraw function? Pin
ErisonWu17-Feb-05 16:15
ErisonWu17-Feb-05 16:15 
Generaldisabling Excel toolbars from within VC Pin
eldar_200117-Feb-05 14:51
eldar_200117-Feb-05 14:51 
GeneralRe: disabling Excel toolbars from within VC Pin
Sujan Christo17-Feb-05 18:06
Sujan Christo17-Feb-05 18:06 
QuestionHow to create shared memory among processes Pin
chito17-Feb-05 14:43
chito17-Feb-05 14:43 
AnswerRe: How to create shared memory among processes Pin
Abhi Lahare17-Feb-05 16:08
Abhi Lahare17-Feb-05 16:08 
Answergo and check this link... Pin
IsaacLitingjun17-Feb-05 16:17
IsaacLitingjun17-Feb-05 16:17 
AnswerRe: How to create shared memory among processes Pin
Ravi Bhavnani17-Feb-05 17:08
professionalRavi Bhavnani17-Feb-05 17:08 
GeneralAPI to make listbox user-viewable only Pin
LiuF17-Feb-05 14:42
LiuF17-Feb-05 14:42 
GeneralRe: API to make listbox user-viewable only Pin
Ravi Bhavnani17-Feb-05 17:07
professionalRavi Bhavnani17-Feb-05 17:07 
Generalload picture Pin
mark18217-Feb-05 14:33
mark18217-Feb-05 14:33 
GeneralRe: load picture Pin
Sapto Priyono17-Feb-05 15:05
Sapto Priyono17-Feb-05 15:05 
GeneralRe: load picture Pin
namaskaaram17-Feb-05 21:17
namaskaaram17-Feb-05 21:17 
GeneralLink Visual C and Prolog Pin
widoxs17-Feb-05 14:25
widoxs17-Feb-05 14:25 
GeneralVC++ 7.0 vs 7.1 Pin
Devanchya17-Feb-05 12:59
Devanchya17-Feb-05 12:59 
GeneralRe: VC++ 7.0 vs 7.1 Pin
Steve Mayfield17-Feb-05 13:38
Steve Mayfield17-Feb-05 13:38 
GeneralRe: VC++ 7.0 vs 7.1 Pin
Devanchya17-Feb-05 14:11
Devanchya17-Feb-05 14:11 
GeneralRe: VC++ 7.0 vs 7.1 Pin
Steve Mayfield17-Feb-05 14:51
Steve Mayfield17-Feb-05 14:51 

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.