[pcre-dev] query

Top Page
Delete this message
Author: Barry
Date:  
To: pcre-dev
Subject: [pcre-dev] query

hi

Can you help me with this:


Error c:\hello.c: 22 operands of = have illegal types 'int' and 'pointer to incomplete struct real_pcre defined at c:\lcc\include\pcre.h 106'
Error c:\hello.c: 24 type error in argument 1 to `pcre_exec'; found 'int' expected 'pointer to incomplete struct real_pcre defined at c:\lcc\include\pcre.h 106'

pcre.h says: 
struct real_pcre;                 /* declaration; the definition is private  */
typedef struct real_pcre pcre;