NetTalk Central

Author Topic: Clarion 10  (Read 2975 times)

Vinnie

  • Full Member
  • ***
  • Posts: 175
    • View Profile
    • Email
Clarion 10
« on: March 09, 2015, 03:05:04 AM »
I am sure this not a NetTalk problem but thought I would ask for help.

I am using the MultiSite app which works great in Clarion 9.1 but the DLL apps do not compile using Clarion 10.

Error is :

Error(3): cif$fileopen systemstring.inc

This seems to be every clw

Any help welcome

Cheers

Vinnie

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11171
    • View Profile
Re: Clarion 10
« Reply #1 on: March 09, 2015, 06:34:04 AM »
Hi Vinnie,

Error is :
Error(3): cif$fileopen systemstring.inc

systemString is part of Clarion itself, not part of NetTalk. NetTalk doesn't actually use it, but probably something else in your program is using it.

Best place to ask is on the Clarion 10 newsgroups.

cheers
Bruce

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: Clarion 10
« Reply #2 on: March 09, 2015, 09:51:18 PM »
Hi Vinnie
There is a thread on the Clarion10 newsgroup called "systemstring.ing missing" which seems to indicate that it is a problem with Clarion PE looking for inc's and clw's from the new mail classes even though PE doesn't have them.
One of the solutions was
On 5 Mar 2015 03:36:49 -0500, Sandro Gasparetto
<sandrogsp@virgilio.it> wrote:

> in my PE edition "systemstring.inc" is missing and apparently is
> required, because I cannot compile my main data-export application.

>
> Digging into clarion10 sources, I see that systemstring.inc is only
> needed in Clamail.inc (the new mail templates).

I found a quick & dirty solution :
I removed Clamail.* ( I won't us it anyway)

and now finally I have been able to compile with C10 PE

« Last Edit: March 09, 2015, 09:53:12 PM by terryd »
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

Vinnie

  • Full Member
  • ***
  • Posts: 175
    • View Profile
    • Email
Re: Clarion 10
« Reply #3 on: March 09, 2015, 11:05:59 PM »
Thanks Terry and Bruce.

I assumed it was Clarion 10 but I thought I would just check.

Thanks for your help. I am not is a rush to use Clarion 10 so I will wait until it is fixed.

Cheers

Vinnie