Hi,
I would appreciate any help if at all possible.
I have a NTWeb app that I have just converted from C6.3 and NT 7.34 to C9.1-11139 and NT 8.22.
I am new to C9.1 so it could even be me. :-(
However all my Win32 apps Generates and Builds 100% with the same command lines.
I generate it using the command line:
clarioncl /win /ag c:\clubinfo\flyingdaybookings.app
I then get these errors:
C:\Clarion9.1\accessory\template\win\netweba.tpw(141,3): error GENE000: (netweba.tpw) Error: Cannot close file Flyin_nw.$$$
C:\Clarion9.1\accessory\template\win\netweba.tpw(164,3): error GENE000: (netweba.tpw) Error: Cannot close file FlyingDayBookings_ni.$$$
error GENE000: File C:\ClubInfo\FlyingDayBookings_ni.$$$ is still open error GENE000: File C:\ClubInfo\Flyin_nw.$$$ is still open
I then generate it again using using the same command line:
clarioncl /win /ag c:\clubinfo\flyingdaybookings.app
This time no errors and generates 100%.
I then build it using using the command line:
MsBuild.exe /nologo /t:build /p:ClarionBinPath=c:\clarion9.1\bin\ /p:Configuration=Release C:\clubinfo\flyingdaybookings.sln
I then get these errors:
C:\ClubInfo\obj32\release\Flyin_nw.clw(123,3): error : Invalid MEMBER statement
C:\ClubInfo\obj32\release\Flyin_nw.clw(123,3): error : Expected: <statement> <EOF> <INT> <REAL> <DECIMAL> <STRING> <LINEBREAK> ( ; ACCEPT ASSERT CHOOSE INCLUDE OMIT RAISE TRY SECTION COMPILE BEGIN PRAGMA
C:\ClubInfo\obj32\release\Flyin_nw.clw(140,1): error : Procedure doesn't belong to module: NETWEBRELATIONMANAGER
C:\ClubInfo\obj32\release\Flyin_nw.clw(156,1): error : Procedure doesn't belong to module: NETWEBFILENAMED
C:\ClubInfo\obj32\release\Flyin_nw.clw(182,1): error : Procedure doesn't belong to module: NETWEBSETSESSIONPICS
C:\ClubInfo\obj32\release\Flyin_nw.clw(214,1): error : Procedure doesn't belong to module: NETWEBSETPICS
Has anyone seen this?
Is there a solution or somewhere that I can look and fix this.
Thanks in advance.
Regards
Johan de Klerk