Hi ,
I want to create a dll using the cpp file. I have followed some steps which I got from the some forums and tried to create a dll and it throws the following errors.
**********************************************************
islicenseviewed.cpp(19) : error C2146: syntax error : missing ';' before identifier 'CALLBACK'
islicenseviewed.cpp(19) : error C2501: 'BOOL' : missing storage-class or type specifiers
islicenseviewed.cpp(19) : fatal error C1004: unexpected end of file found
Generating Code...
Error executing cl.exe
***********************************************************
I have turned off the using of the precompiled headers. I don't know how to avoid these errors.
Please help me on this.
Thanks and Regards,
Gauravji