NetTalk Central

Author Topic: MultiSite Question  (Read 2897 times)

osquiabro

  • Hero Member
  • *****
  • Posts: 668
    • View Profile
    • Email
MultiSite Question
« on: August 20, 2014, 03:26:29 AM »
somebody compile succesfully multisite with a minimun of required of templates?

according manual:

Requirements:
 Clarion 6 or later
 WinEvent
 xFiles
 GPFReporter (highly recommended for crash protection)
 HyperActive (required by GPF Reporter)
 SelfService (recommended)
 MessageBox (recommended)
 File Manager 3 (recommended)
 Insight Graphing (recommended)

i try with a minimun but generate multiple errors.

Vinnie

  • Full Member
  • ***
  • Posts: 175
    • View Profile
    • Email
Re: MultiSite Question
« Reply #1 on: August 20, 2014, 04:23:06 AM »
MultiSite does work OK but I to had a few errors.

I only compiled last weekend.
There were two lines which I just commented  out (just used the error editor)  and I also had to add DontShowThisAgain to The Global data .

This fixed MultiSite for me and it is running great.

Only one problem which I have not fixed yet. I can not use the 'Window Designer' on the WebServer procedure as this breaks the window. 
Extensions loaded NetTalk ; StringTheory ; WinEvents; Xfiles

Hope this help

Cheers

Vince

Clarion 9.1 and  NetTalk 8.24

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: MultiSite Question
« Reply #2 on: August 20, 2014, 04:33:58 AM »
There is a Nettalk webinar No 30 on the 7th August covering the Multisite operation. Maye that will help
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

osquiabro

  • Hero Member
  • *****
  • Posts: 668
    • View Profile
    • Email
Re: MultiSite Question
« Reply #3 on: August 20, 2014, 06:28:38 AM »
With clarion 6.3 NT 7.33 i have this error when compile

ds_ErrorCode(), i comment this line for eliminate a error


(host002.clw 576,28)  Syntax error: Cannot call procedure as function
(host002.clw 577,28)  Syntax error: Cannot call procedure as function
res = ds_UnloadDLLProc(ThisWebServer._SitesQueue.WebHandlerProcAddress,ThisWebServer._SitesQueue.DLLInstance)

same as ds_ErrorCode()

but i don't how to resolve this:

Unknown directive, ignoring: LARGE_ADDRESS
Unresolved External ds_SetOkToEndSessionHandler in host.obj
Unresolved External ds_SetEndSessionHandler in host.obj
Unresolved External ds_GetFileDirEntry in host002.obj
Unresolved External WinAlert in host002.obj
Unresolved External WinAlert in host002.obj
Unresolved External ds_GetFileDirEntry in host002.obj
Unresolved External ds_LoadDllProc in host002.obj
Unresolved External ds_LoadDllProc in host002.obj
Unresolved External WinAlert in host036.obj
Unresolved External WinAlert in host036.obj
Unresolved External WinAlert in host011.obj
Unresolved External WinAlert in host011.obj
Unresolved External WinAlert in host014.obj
Unresolved External WinAlert in host014.obj
Unresolved External WinAlert in host015.obj
Unresolved External WinAlert in host015.obj
Unresolved External WinAlert in host020.obj
Unresolved External WinAlert in host020.obj
Unresolved External WinAlert in host023.obj
Unresolved External WinAlert in host023.obj
Unresolved External WinAlert in host030.obj
Unresolved External WinAlert in host030.obj

Vinnie

  • Full Member
  • ***
  • Posts: 175
    • View Profile
    • Email
Re: MultiSite Question
« Reply #4 on: August 20, 2014, 08:05:28 AM »
Sorry I am working with NT8.24.

Went back and tested with Clarion 6 and NT 7.19

Same errors as before. Easy to fix as before.
I think you either do not have WinEvents or it is disabled.

Cheers

Vince

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: MultiSite Question
« Reply #5 on: August 20, 2014, 09:48:00 PM »
WinEvent is a requirement - not a recommendation. So you will need that to compile the host.

>> I try with a minimun but generate multiple errors.

absolutely. In order to make it compile without some of the tools you will need to edit the application to remove (or replace) the functionality those tools were offering.

cheers
Bruce

osquiabro

  • Hero Member
  • *****
  • Posts: 668
    • View Profile
    • Email
Re: MultiSite Question
« Reply #6 on: August 21, 2014, 03:11:51 AM »
hi bruce, i remove unnecessary templates but with winevent template NT generate this errors, without  winevent compile without problems.


Unknown directive, ignoring: LARGE_ADDRESS
Unresolved External ds_SetOkToEndSessionHandler in host.obj
Unresolved External ds_SetEndSessionHandler in host.obj
Unresolved External ds_GetFileDirEntry in host002.obj
Unresolved External WinAlert in host002.obj
Unresolved External WinAlert in host002.obj
Unresolved External ds_GetFileDirEntry in host002.obj
Unresolved External ds_LoadDllProc in host002.obj
Unresolved External ds_LoadDllProc in host002.obj
Unresolved External WinAlert in host036.obj
Unresolved External WinAlert in host036.obj
Unresolved External WinAlert in host011.obj
Unresolved External WinAlert in host011.obj
Unresolved External WinAlert in host014.obj
Unresolved External WinAlert in host014.obj
Unresolved External WinAlert in host015.obj
Unresolved External WinAlert in host015.obj
Unresolved External WinAlert in host020.obj
Unresolved External WinAlert in host020.obj
Unresolved External WinAlert in host023.obj
Unresolved External WinAlert in host023.obj
Unresolved External WinAlert in host030.obj
Unresolved External WinAlert in host030.obj
Posted on: August 20, 2014, 04:33:58 AM
Posted by: terryd

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: MultiSite Question
« Reply #7 on: August 21, 2014, 05:54:53 AM »
Unfortunately we don't support C6 anymore, so there are limits to what I can suggest. But it certainly looks like you don't have the winEvent library added to your project. Or the actual .LIB file is missing.

cheers
Bruce