Click here to Skip to main content
15,926,857 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Microsoft Visual C++ Runtime Library Error Pin
toxcct20-Mar-07 1:13
toxcct20-Mar-07 1:13 
GeneralRe: Microsoft Visual C++ Runtime Library Error Pin
Programm3r20-Mar-07 1:30
Programm3r20-Mar-07 1:30 
GeneralRe: Microsoft Visual C++ Runtime Library Error Pin
toxcct20-Mar-07 1:39
toxcct20-Mar-07 1:39 
GeneralRe: Microsoft Visual C++ Runtime Library Error Pin
Programm3r20-Mar-07 1:44
Programm3r20-Mar-07 1:44 
QuestionRe: Microsoft Visual C++ Runtime Library Error Pin
prasad_som20-Mar-07 1:22
prasad_som20-Mar-07 1:22 
GeneralRe: Microsoft Visual C++ Runtime Library Error Pin
Programm3r20-Mar-07 1:35
Programm3r20-Mar-07 1:35 
QuestionRe: Microsoft Visual C++ Runtime Library Error Pin
prasad_som20-Mar-07 1:46
prasad_som20-Mar-07 1:46 
GeneralRe: Microsoft Visual C++ Runtime Library Error Pin
Programm3r20-Mar-07 1:57
Programm3r20-Mar-07 1:57 
prasad_som wrote:
Is there such function in your app ? Try putting break point there.


Yes,
int CClibRFC32::rfcCall(char* szUname, char* szTag, char* lpFromDate, char* lpToDate, char* szDesc)


But inside that function the error occurs at this point:
RFC_HANDLE handle;
RFC_FUNCTIONNAME functionname;
RFC_PARAMETER exporting[MAX_PARA];
RFC_PARAMETER importing[MAX_PARA];
RFC_TABLE tables[MAX_PARA];
rfc_char_t * exception_ptr;
RFC_PARAMETER changing[MAX_PARA];

rc = RfcCallReceiveEx(handle, functionname, exporting, importing, changing, tables, &exception_ptr); 
//At this function call



The only programmers that are better than C programmers are those who code in 1's and 0's..... Smile | :)

Smile | :) Programm3r

Bronze

My Blog: ^_^

AnswerRe: Microsoft Visual C++ Runtime Library Error Pin
prasad_som20-Mar-07 2:12
prasad_som20-Mar-07 2:12 
GeneralRe: Microsoft Visual C++ Runtime Library Error Pin
Programm3r20-Mar-07 2:24
Programm3r20-Mar-07 2:24 
QuestionRe: Microsoft Visual C++ Runtime Library Error Pin
prasad_som20-Mar-07 2:27
prasad_som20-Mar-07 2:27 
GeneralRe: Microsoft Visual C++ Runtime Library Error Pin
Programm3r20-Mar-07 2:42
Programm3r20-Mar-07 2:42 
GeneralRe: Microsoft Visual C++ Runtime Library Error Pin
prasad_som20-Mar-07 2:49
prasad_som20-Mar-07 2:49 
GeneralRe: Microsoft Visual C++ Runtime Library Error Pin
Programm3r20-Mar-07 2:59
Programm3r20-Mar-07 2:59 
GeneralRe: Microsoft Visual C++ Runtime Library Error Pin
toxcct20-Mar-07 3:08
toxcct20-Mar-07 3:08 
GeneralRe: Microsoft Visual C++ Runtime Library Error Pin
Programm3r20-Mar-07 3:18
Programm3r20-Mar-07 3:18 
AnswerRe: Microsoft Visual C++ Runtime Library Error Pin
ThatsAlok20-Mar-07 1:47
ThatsAlok20-Mar-07 1:47 
GeneralRe: Microsoft Visual C++ Runtime Library Error Pin
prasad_som20-Mar-07 1:53
prasad_som20-Mar-07 1:53 
GeneralRe: Microsoft Visual C++ Runtime Library Error Pin
ThatsAlok20-Mar-07 1:56
ThatsAlok20-Mar-07 1:56 
GeneralRe: Microsoft Visual C++ Runtime Library Error Pin
prasad_som20-Mar-07 2:03
prasad_som20-Mar-07 2:03 
AnswerRe: Microsoft Visual C++ Runtime Library Error Pin
Paresh Chitte20-Mar-07 1:36
Paresh Chitte20-Mar-07 1:36 
AnswerRe: Microsoft Visual C++ Runtime Library Error Pin
ThatsAlok20-Mar-07 1:46
ThatsAlok20-Mar-07 1:46 
GeneralRe: Microsoft Visual C++ Runtime Library Error Pin
jeron120-Mar-07 8:21
jeron120-Mar-07 8:21 
QuestionHow to backup of mail from Exchange server? Pin
Banks K20-Mar-07 0:44
Banks K20-Mar-07 0:44 
AnswerRe: How to backup of mail from Exchange server? Pin
Laxman Auti20-Mar-07 4:13
Laxman Auti20-Mar-07 4:13 

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.