Click here to Skip to main content
15,903,780 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using CSocket Pin
Ravi Bhavnani18-Feb-05 14:13
professionalRavi Bhavnani18-Feb-05 14:13 
GeneralRe: Using CSocket Pin
Mohammad A Gdeisat18-Feb-05 10:53
Mohammad A Gdeisat18-Feb-05 10:53 
GeneralRe: Using CSocket Pin
Identity Undisclosed18-Feb-05 14:04
Identity Undisclosed18-Feb-05 14:04 
Generalfread x _read Pin
LostInC18-Feb-05 1:39
LostInC18-Feb-05 1:39 
GeneralRe: fread x _read Pin
toxcct18-Feb-05 2:51
toxcct18-Feb-05 2:51 
GeneralRe: fread x _read Pin
LostInC22-Feb-05 1:40
LostInC22-Feb-05 1:40 
GeneralWinSock Network Packets.. Pin
Halloko18-Feb-05 1:38
Halloko18-Feb-05 1:38 
GeneralUrgent! Need badly older "unicows.lib" for VC6 ! Pin
lob18-Feb-05 1:00
lob18-Feb-05 1:00 
GeneralRe: Urgent! Need badly older "unicows.lib" for VC6 ! Pin
Tim Smith18-Feb-05 15:13
Tim Smith18-Feb-05 15:13 
GeneralUsing the new CL in Visual Studio Pin
soundman3218-Feb-05 0:29
soundman3218-Feb-05 0:29 
GeneralEnabling HotKeys in an MFC based application Pin
PrashantJ17-Feb-05 22:55
PrashantJ17-Feb-05 22:55 
GeneralI am looking for batch program Pin
louis17-Feb-05 22:22
louis17-Feb-05 22:22 
GeneralRe: I am looking for batch program Pin
louis17-Feb-05 23:15
louis17-Feb-05 23:15 
GeneralRe: I am looking for batch program Pin
benjymous18-Feb-05 1:19
benjymous18-Feb-05 1:19 
GeneralRe: I am looking for batch program Pin
David Crow18-Feb-05 3:57
David Crow18-Feb-05 3:57 
GeneralMAPI and Shellexecute Pin
Anonymous17-Feb-05 22:20
Anonymous17-Feb-05 22:20 
GeneralRe: MAPI and Shellexecute Pin
ThatsAlok17-Feb-05 22:24
ThatsAlok17-Feb-05 22:24 
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

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.