Hello,
Using C++ Builder XE3.
If I create a new VCL forms application, place a TWebCopy on the main form, place in the main cpp the below.
- #pragma link "wininet.lib"
If I do a build I get the error "Type Name Expected". What am I missing?
Chad
Do you get the error on this specific line?
I can't see such problem here and there is no reason it should bring up such error.
I guess this must be something specific in your project. Check if this also happens when you start a new project and the compare what you do special in your project.
Bruno,
Thank you for the quick response.
You are right. I use Twine Compile and if I disable it the error went away.
Chad