Click here to Skip to main content
15,923,376 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Cancel dialog Pin
Nelek9-May-07 23:14
protectorNelek9-May-07 23:14 
GeneralRe: Cancel dialog Pin
deeps_cute10-May-07 0:20
deeps_cute10-May-07 0:20 
GeneralRe: Cancel dialog Pin
ThatsAlok16-May-07 21:13
ThatsAlok16-May-07 21:13 
QuestionRe: Cancel dialog Pin
David Crow10-May-07 2:00
David Crow10-May-07 2:00 
AnswerRe: Cancel dialog Pin
ThatsAlok16-May-07 21:12
ThatsAlok16-May-07 21:12 
QuestionUsing GROUP BY Clause in CRecordset::Open() Pin
Rajesh_Parameswaran9-May-07 21:39
Rajesh_Parameswaran9-May-07 21:39 
QuestionRe: Using GROUP BY Clause in CRecordset::Open() Pin
David Crow10-May-07 2:02
David Crow10-May-07 2:02 
Questionuse of undefined struct Pin
subramanyeswari9-May-07 21:28
subramanyeswari9-May-07 21:28 
The definition of structure xdr_pos in XDR.h file is like this

typedef struct {
enum xdr_op x_op; /* operation; fast additional param */
struct xdr_ops {
bool_t (*x_getlong)(); /* get a long from underlying stream */
bool_t (*x_putlong)(); /* put a long to " */
bool_t (*x_getbytes)();/* get some bytes from " */
bool_t (*x_putbytes)();/* put some bytes to " */
u_long (*x_getpostn)();/* returns bytes off from beginning */
bool_t (*x_setpostn)();/* lets you reposition the stream */
long * (*x_inline)(); /* buf quick ptr to buffered data */
void (*x_destroy)(); /* free privates of this xdr_stream */
} *x_ops;
caddr_t x_public; /* users' data */
caddr_t x_private; /* pointer to private data */
caddr_t x_base; /* private used for position info */
int x_handy; /* extra private word */
} XDR;

The declaration of variable of the type xdr_ops in the file xdrposix.c is like this

static struct xdr_ops xdrposix_ops;

But i am getting compiler error like this
Error 7 error C2079: 'xdrposix_ops' uses undefined struct 'xdr_ops' d:\cougar_io_development\cougar\core\libraries\cplusplus\dlls\andi.vs8\xdrposix.c 284

What is the reason? How to resolve this?

Regards, Eswari

QuestionRe: use of undefined struct Pin
CPallini9-May-07 22:21
mveCPallini9-May-07 22:21 
QuestionRe: use of undefined struct Pin
subramanyeswari10-May-07 0:01
subramanyeswari10-May-07 0:01 
Questionhow to create an Activex Exe in Vc++ Pin
ggdfgdfg9-May-07 21:23
ggdfgdfg9-May-07 21:23 
AnswerRe: how to create an Activex Exe in Vc++ Pin
Rajesh R Subramanian9-May-07 21:30
professionalRajesh R Subramanian9-May-07 21:30 
AnswerRe: how to create an Activex Exe in Vc++ Pin
Hamid_RT9-May-07 22:29
Hamid_RT9-May-07 22:29 
QuestionExtract Icon Pin
Programm3r9-May-07 20:38
Programm3r9-May-07 20:38 
AnswerRe: Extract Icon Pin
Hans Dietrich9-May-07 21:11
mentorHans Dietrich9-May-07 21:11 
AnswerRe: Extract Icon Pin
Paresh Chitte9-May-07 21:18
Paresh Chitte9-May-07 21:18 
QuestionRe: Extract Icon Pin
Programm3r9-May-07 21:32
Programm3r9-May-07 21:32 
AnswerRe: Extract Icon Pin
Stephen Hewitt9-May-07 21:58
Stephen Hewitt9-May-07 21:58 
GeneralRe: Extract Icon Pin
Programm3r9-May-07 22:21
Programm3r9-May-07 22:21 
QuestionExtract Icon - nIconIndex ?? [modified] Pin
Programm3r9-May-07 22:50
Programm3r9-May-07 22:50 
AnswerRe: Extract Icon - nIconIndex ?? Pin
Programm3r9-May-07 23:22
Programm3r9-May-07 23:22 
Questionre:Draging Image over dialogBox Pin
rjkg9-May-07 20:23
rjkg9-May-07 20:23 
AnswerRe: re:Draging Image over dialogBox Pin
ThatsAlok16-May-07 21:10
ThatsAlok16-May-07 21:10 
QuestionPDF Viewer ActiveX Control Pin
Midhun_M9-May-07 19:46
Midhun_M9-May-07 19:46 
AnswerRe: PDF Viewer ActiveX Control Pin
Programm3r9-May-07 19:56
Programm3r9-May-07 19: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.