NetTalk Central

Author Topic: Most current NetTalk for Clarion 5.5?  (Read 2568 times)

Skip Williams

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
    • Email
Most current NetTalk for Clarion 5.5?
« 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


Mike Grigsby

  • Sr. Member
  • ****
  • Posts: 380
    • Yahoo Instant Messenger - onthedotsoftware
    • View Profile
    • MyHomeAssets! Software (among others)
Re: Most current NetTalk for Clarion 5.5?
« Reply #1 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.
Mike Grigsby
Credify Systems
Central Oregon, USA

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11193
    • View Profile
Re: Most current NetTalk for Clarion 5.5?
« Reply #2 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


Skip Williams

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
    • Email
Re: Most current NetTalk for Clarion 5.5?
« Reply #3 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