On terça-feira, 19 de junho de 2012 00.30.10, Arun Kumar wrote:
> Hi,
> I created one dll file using Qt tool and c programming language its
> working fine on my windows application but when I compile it on Linux it
> show me one error on function pointer
> like this
>
> expected ‘)’ before ‘*’
Hi,
I created one dll file using Qt tool and c programming language its
working fine on my windows application but when I compile it on Linux it
show me one error on function pointer
like this
expected ‘)’ before ‘*’
and my working code is
void *( CALLBACK *managedStopCallback)();
Any on