Hi Rick,
Getting around to installing 8.3. Ran setup, ran compilewc. Got this error:
# TODO
Error in line 7: Syntax error.
Here's the relevant bit:
#include wconnect.h
DO wwDotnetBridge
SET PROCEDURE TO wwHttpClient ADDITIVE
#IF .F.
# TODO
* Progress information and cancellation
* ConnectTimeout
* GZip and UTF-8 Encoding
* Certificate Handling
* Async Method(s)
#ENDIF

Interesting - it errors even though it's inside fo the the #IF .F.
. I fixed the #TODO
- I guess any #
is treated as a compiler directive that replaces on the original file before it's compiled and so before the #IF
is evaluated. Interesting gotcha I've never run into...
To be clear though: wwHttpClient isn't used for anything at the moment it's just a prototype, so not sure how you caught that? You compiling all files in the folder? 😄
+++ Rick ---
According to https://webconnection.west-wind.com/docs/User-Guide/Setting-Up-Web-Connection/Update-Web-Connection-from-a-previous-or-Shareware-Version.html#recompile-your-classes, recompiling is highly recommended. 😃