NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: osquiabro 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.
-
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
-
There is a Nettalk webinar No 30 on the 7th August covering the Multisite operation. Maye that will help
-
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
-
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
-
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
-
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
-
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