NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Vinnie on March 09, 2015, 03:05:04 AM

Title: Clarion 10
Post by: Vinnie 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
Title: Re: Clarion 10
Post by: Bruce 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
Title: Re: Clarion 10
Post by: terryd 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

Title: Re: Clarion 10
Post by: Vinnie 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