Click here to Skip to main content
15,913,584 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Static button with bitmap Pin
Hans Dietrich7-May-07 3:23
mentorHans Dietrich7-May-07 3:23 
QuestionC2065 Error Pin
subramanyeswari7-May-07 2:16
subramanyeswari7-May-07 2:16 
AnswerRe: C2065 Error Pin
toxcct7-May-07 2:20
toxcct7-May-07 2:20 
GeneralRe: C2065 Error Pin
subramanyeswari7-May-07 22:14
subramanyeswari7-May-07 22:14 
GeneralRe: C2065 Error Pin
toxcct8-May-07 0:23
toxcct8-May-07 0:23 
GeneralRe: C2065 Error Pin
subramanyeswari8-May-07 3:53
subramanyeswari8-May-07 3:53 
GeneralRe: C2065 Error Pin
toxcct8-May-07 3:57
toxcct8-May-07 3:57 
GeneralRe: C2065 Error Pin
subramanyeswari8-May-07 19:08
subramanyeswari8-May-07 19:08 
Hi,
The first error is c2065 error (the one i posted). I made changes in the code as you said. It worked. But now i am getting C2079 error for the line
static struct xdr_ops xdrposix_ops;

and C2197 error for the line
return (XDR_PUTLONG(xdrs, (long *)fp));

Where XDR_PUTLONG definition is like this
#define XDR_PUTLONG(xdrs, longp) \
(*(xdrs)->x_ops->x_putlong)(xdrs, longp)
. Like this i am getting many error. I did a rebuild. Still it did not work.
The same is being built in debug more without any errors.

Regards, Eswari
GeneralRe: C2065 Error Pin
toxcct8-May-07 21:51
toxcct8-May-07 21:51 
GeneralRe: C2065 Error Pin
subramanyeswari9-May-07 2:32
subramanyeswari9-May-07 2:32 
GeneralRe: C2065 Error Pin
subramanyeswari9-May-07 2:34
subramanyeswari9-May-07 2:34 
GeneralRe: C2065 Error Pin
toxcct9-May-07 2:39
toxcct9-May-07 2:39 
Questionhow to return const char* in C Pin
sandeepkavade7-May-07 1:56
sandeepkavade7-May-07 1:56 
AnswerRe: how to return const char* in C Pin
toxcct7-May-07 2:00
toxcct7-May-07 2:00 
AnswerRe: how to return const char* in C Pin
Hans Dietrich7-May-07 3:19
mentorHans Dietrich7-May-07 3:19 
QuestionC++ Ftp Api on Unix [modified] Pin
MarcoNedwig7-May-07 1:43
MarcoNedwig7-May-07 1:43 
AnswerRe: C++ Ftp Api on Unix Pin
Hans Dietrich7-May-07 1:47
mentorHans Dietrich7-May-07 1:47 
AnswerRe: C++ Ftp Api on Unix Pin
markkuk7-May-07 3:27
markkuk7-May-07 3:27 
QuestionRe: C++ Ftp Api on Unix Pin
David Crow7-May-07 3:36
David Crow7-May-07 3:36 
AnswerRe: C++ Ftp Api on Unix Pin
MarcoNedwig7-May-07 3:38
MarcoNedwig7-May-07 3:38 
QuestionRe: C++ Ftp Api on Unix Pin
David Crow7-May-07 3:52
David Crow7-May-07 3:52 
AnswerRe: C++ Ftp Api on Unix Pin
MarcoNedwig7-May-07 3:54
MarcoNedwig7-May-07 3:54 
QuestionHow to change the Text Color of a Group Box?? Pin
narayanagvs7-May-07 1:43
narayanagvs7-May-07 1:43 
AnswerRe: How to change the Text Color of a Group Box?? Pin
Hans Dietrich7-May-07 1:58
mentorHans Dietrich7-May-07 1:58 
AnswerRe: How to change the Text Color of a Group Box?? Pin
Mark Salsbery7-May-07 5:06
Mark Salsbery7-May-07 5:06 

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.