Jump to content

w0wbagger

Members
  • Content Count

    32
  • Joined

  • Last visited

Everything posted by w0wbagger

  1. Hey, thanks, Fred. I appreciate the original note, *and* the update. Our plan is just to use this inhouse to connect with our accounting software (if I can get it working).
  2. These components do not show up in GetIt. Are they not included with 11.2 Enterprise? If they are, how do I access them? Thanks, Ian
  3. Thanks, Brian. I found the link and was able to enter my 11.2 serial number to get access to the professional version (I want to test the Quickbooks connector). Appreciate your help! Ian
  4. I've used GetIt to install the components on RAD Studio 10.4.2, and am getting an error when I try to compile my app - I'm bummed, because it's infinitely easier than getting it to install manually. When I install manually (which always takes me ages, since files don't seem to go where they're needed), I don't get the same error although ICS seems to have some conflicts (usually in #defines) with DevExpress components. At any rate, when I use GetIt I'm getting an error in OverybteicsUtils.hpp as follows: [bcc32c Error] OverbyteIcsUtils.hpp(333): expected unqualified-id [bcc32c Error] OverbyteIcsUtils.hpp(334): expected unqualified-id . . . [bcc32c Error] OverbyteIcsUtils.hpp(399): expected unqualified-id [bcc32c Error] OverbyteIcsUtils.hpp(400): expected unqualified-id Every one of these lines look like this: static const System::Int8 CSIDL_DESKTOP = System::Int8(0x0); Any idea what the issue might be? Thanks, Ian
  5. Hey folks, we've been using the ICS components on C++ Builder (well, specifically FTPClient) since it was C++ Builder 6. We've managed to upgrade each time until 10.4.0 (10.4.1, now) and 8.6.5. Suddenly, a module that compiled with no issues in the past is crashing at the Form Creation stage, and it's definitely due to the FTPClient component. If I remove it, it runs (although doesn't do much). Put it back, and fails with an EEFACE error at creation (can't even debug it - it never gets to OnFormCreate(). Has anyone else had this problem? The only thing that has changes is the compiler version and the ICS version (it ran fine on 10.3) Thanks in advance for any guidance or advice you might have.
  6. Thanks Francois, I know what the EEFFACE error is. I just don't understand why it's suddenly happening with nothing else changing but the upgrade to 4.10.1.
  7. I have this same problem with 10.3 (Rio). Everything appeared to install correctly. Went to compile my project that has always used ICS, and got the exact same error as you about having to define SECURITY_WIN32 and added it as you did. Then says that a ) is expected on line 88 of OverbyteIcsSspi.hpp. Will try commenting that line out per Francois' suggestion, as the HPP file is generated automatically. Installed using the C++ personality/projects. Will let you know if commenting it out does anything. Thanks Update: compiled okay. Haven't made it through to linking yet, but this is progress. Note: App does *not* use SSL.
×