NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Skip Williams on October 03, 2009, 11:00:13 AM

Title: Most current NetTalk for Clarion 5.5?
Post by: Skip Williams on October 03, 2009, 11:00:13 AM
What is the latest version of NetTalk available for Clarion 5.5? 

Unfortunately, I may have to go in and rip out the wininet stuff in a 5.5 app and replace it with nettalk client. 

Thanks

Skip

Title: Re: Most current NetTalk for Clarion 5.5?
Post by: Mike Grigsby on October 04, 2009, 01:02:28 AM
Hi Skip, Docs have always said they support CFW 5 and 5.5. When I open a sample app, it converts the file from the older version, so I think you're good to go. It is a joy to work with NTWS. It may be the most fun and most productive work I've ever done with Clarion.
Title: Re: Most current NetTalk for Clarion 5.5?
Post by: Bruce on October 05, 2009, 07:45:20 AM
Hi Skip,

The current builds are good for C5.5.
I code all the web server examples in 5.5 - and most of the other examples are coded in C5.

There are some disadvantages to using 5.5 (can't make a reliable Service from the app, don't get the benefit of pre-emtive threading and so on) but fundamentally the code works just fine in C5.5.

Cheers
Bruce

Title: Re: Most current NetTalk for Clarion 5.5?
Post by: Skip Williams on October 07, 2009, 05:41:18 AM
Thanks Bruce.

The 5.5 app is all hand coded so no templates are necessary.

I think the version of the c55netx.lib and .dll that i use is 2.4. I would like to use the latest lib and dll if possible.

Even though this is a pretty simple client application, it does contact our websever and retrieve a bunch of data via http (up to 70+mb ) at times, so I need it to be solid as it is a mission critical application for many of our customers. 

Wininet has become somewhat flakey in the past several years.

Thanks

Skip