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

C / C++ / MFC

 
GeneralRe: to call GlobalAlloc Pin
zon_cpp27-Mar-07 2:46
zon_cpp27-Mar-07 2:46 
GeneralRe: to call GlobalAlloc Pin
_808627-Mar-07 3:28
_808627-Mar-07 3:28 
GeneralRe: to call GlobalAlloc Pin
toxcct27-Mar-07 3:44
toxcct27-Mar-07 3:44 
QuestionRe: to call GlobalAlloc Pin
Mark Salsbery27-Mar-07 7:25
Mark Salsbery27-Mar-07 7:25 
GeneralRe: to call GlobalAlloc Pin
David Crow27-Mar-07 2:57
David Crow27-Mar-07 2:57 
GeneralRe: to call GlobalAlloc Pin
zon_cpp27-Mar-07 20:25
zon_cpp27-Mar-07 20:25 
GeneralRe: to call GlobalAlloc Pin
David Crow28-Mar-07 2:06
David Crow28-Mar-07 2:06 
QuestionUsed without being defined .... Pin
Programm3r26-Mar-07 23:08
Programm3r26-Mar-07 23:08 
Hi all,

I have the following structure and piece of code:
typedef struct
#ifdef SAPonOS400
RFC_ERROR_INFO_EX
#endif
{
    RFC_ERROR_GROUP  group;
    RFC_CHAR       key[33];
    RFC_CHAR       message[513];
}
RFC_ERROR_INFO_EX;

// Then I do a function call:
RFC_ERROR_INFO_EX * error_info;
RfcLastErrorEx(error_info);

But then I receive this error:

Run-Time Check Failure #3 - The variable 'error_info' is being used without
being defined.

I know what it means but, don't know how to fix it, please help.
Many thanx

Regards,


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

Smile | :) Programm3r

My Blog: ^_^

AnswerRe: Used without being defined .... Pin
toxcct26-Mar-07 23:10
toxcct26-Mar-07 23:10 
GeneralRe: Used without being defined .... Pin
Programm3r26-Mar-07 23:18
Programm3r26-Mar-07 23:18 
GeneralRe: Used without being defined .... Pin
_808627-Mar-07 0:20
_808627-Mar-07 0:20 
AnswerRe: Used without being defined .... Pin
prasad_som26-Mar-07 23:10
prasad_som26-Mar-07 23:10 
AnswerRe: Used without being defined .... Pin
Programm3r26-Mar-07 23:14
Programm3r26-Mar-07 23:14 
QuestionRe: Used without being defined .... Pin
prasad_som26-Mar-07 23:19
prasad_som26-Mar-07 23:19 
AnswerRe: Used without being defined .... Pin
Programm3r26-Mar-07 23:27
Programm3r26-Mar-07 23:27 
GeneralRe: Used without being defined .... Pin
prasad_som26-Mar-07 23:32
prasad_som26-Mar-07 23:32 
GeneralRe: Used without being defined .... Pin
Programm3r26-Mar-07 23:40
Programm3r26-Mar-07 23:40 
Questioncustom url protocol Pin
kamPooh26-Mar-07 22:56
kamPooh26-Mar-07 22:56 
QuestionOwnerDraw Pin
Manjunath S26-Mar-07 22:55
Manjunath S26-Mar-07 22:55 
QuestionRe: OwnerDraw Pin
prasad_som26-Mar-07 23:25
prasad_som26-Mar-07 23:25 
AnswerRe: OwnerDraw Pin
Manjunath S26-Mar-07 23:37
Manjunath S26-Mar-07 23:37 
QuestionRe: OwnerDraw Pin
prasad_som26-Mar-07 23:48
prasad_som26-Mar-07 23:48 
AnswerRe: OwnerDraw Pin
Manjunath S27-Mar-07 0:06
Manjunath S27-Mar-07 0:06 
GeneralRe: OwnerDraw Pin
prasad_som27-Mar-07 0:11
prasad_som27-Mar-07 0:11 
Question::CommandLineToArgvW in EVC Pin
sheela Rajaram26-Mar-07 22:30
sheela Rajaram26-Mar-07 22:30 

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.