Click here to Skip to main content
15,899,124 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: problem with fwrite Pin
David Crow19-May-08 4:18
David Crow19-May-08 4:18 
GeneralRe: problem with fwrite Pin
Cadimi19-May-08 4:23
Cadimi19-May-08 4:23 
QuestionRe: problem with fwrite Pin
David Crow19-May-08 5:42
David Crow19-May-08 5:42 
AnswerRe: problem with fwrite Pin
Cadimi19-May-08 6:07
Cadimi19-May-08 6:07 
QuestionRe: problem with fwrite Pin
David Crow19-May-08 6:18
David Crow19-May-08 6:18 
AnswerRe: problem with fwrite Pin
Cadimi19-May-08 15:59
Cadimi19-May-08 15:59 
GeneralRe: problem with fwrite Pin
David Crow19-May-08 16:51
David Crow19-May-08 16:51 
Questioni have a erro in vc6 Pin
CHYGO18-May-08 22:47
CHYGO18-May-08 22:47 
struct nids_prm
{
...
void (*syslog) ();
...
};

static void my_nids_syslog(int type, int errnum, struct ip_header *iph, void *data)
{}

main()
{
nids_params.syslog = my_nids_syslog;
...
}

error C2440: '=' : cannot convert from 'void (__cdecl *)(int,int,struct ip_header *,void *)' to 'void (__cdecl *)(void)'

how to solve it?Rose | [Rose] Rose | [Rose]
AnswerRe: i have a erro in vc6 Pin
Rajkumar R18-May-08 22:52
Rajkumar R18-May-08 22:52 
GeneralRe: i have a erro in vc6 Pin
CHYGO19-May-08 8:17
CHYGO19-May-08 8:17 
AnswerRe: i have a erro in vc6 Pin
CPallini18-May-08 22:52
mveCPallini18-May-08 22:52 
GeneralRe: i have a erro in vc6 Pin
CHYGO19-May-08 8:18
CHYGO19-May-08 8:18 
AnswerRe: i have a erro in vc6 Pin
Cadimi18-May-08 22:56
Cadimi18-May-08 22:56 
GeneralRe: i have a erro in vc6 Pin
CHYGO19-May-08 0:15
CHYGO19-May-08 0:15 
AnswerRe: i have a erro in vc6 Pin
toxcct18-May-08 23:03
toxcct18-May-08 23:03 
GeneralRe: i have a erro in vc6 Pin
CHYGO19-May-08 0:14
CHYGO19-May-08 0:14 
GeneralRe: i have a erro in vc6 Pin
Elias Fotinis19-May-08 6:21
Elias Fotinis19-May-08 6:21 
AnswerRe: i have a erro in vc6 Pin
David Crow19-May-08 4:10
David Crow19-May-08 4:10 
QuestionI got error LNK2019: unresolved external symbol............ Pin
Prazwol18-May-08 22:27
Prazwol18-May-08 22:27 
AnswerRe: I got error LNK2019: unresolved external symbol............ Pin
Rajkumar R18-May-08 22:32
Rajkumar R18-May-08 22:32 
AnswerRe: I got error LNK2019: unresolved external symbol............ Pin
Cedric Moonen18-May-08 22:33
Cedric Moonen18-May-08 22:33 
AnswerRe: I got error LNK2019: unresolved external symbol............ Pin
ThatsAlok18-May-08 22:42
ThatsAlok18-May-08 22:42 
QuestionRe: I got error LNK2019: unresolved external symbol............ Pin
CPallini18-May-08 22:44
mveCPallini18-May-08 22:44 
QuestionHow can Save the List in MS-Access Database? Pin
Le@rner18-May-08 22:01
Le@rner18-May-08 22:01 
AnswerRe: How can Save the List in MS-Access Database? Pin
Rajkumar R18-May-08 22:34
Rajkumar R18-May-08 22:34 

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.