Re: [Interest] Compile Function Pinter On Linux

2012-06-19 Thread Thiago Macieira
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 ‘*’

[Interest] Compile Function Pinter On Linux

2012-06-19 Thread Arun Kumar
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