I'm trying to compile this .dll and I get two errors on the same line.
Here's the errors:
expected unqualified-id before "if"
and
expected `,' or `;' before "if"
And here is the line with the errors in it:
if(stricmp(lpcLine, "/info") == 0){
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 7 of 7
Thread: Need help with C++Threaded View
|
Click Here to Expand Forum to Full Width |