Antonio Linares wrote:Silvio.Falconi wrote:Antonio,
I compiled Erdsample and I have this error
- Code: Select all Expand view
Progetto: erdsample, Ambiente: bcc7Harbor:
[1]:Harbour.Exe erdsample.prg /m /n0 /gc1 /w0 /es2 /a /iC:\Work\fwh\include /iC:\work\HARBOUR\Include /jC:\Work\fwh\samples\EASYRE~1\I18n\Main.hil /iinclude;c:\work\fwh\include;C:\work\HARBOUR\include /oObj\erdsample.c
Harbour 3.2.0dev (r1904111533)
Copyright (c) 1999-2019, https://harbour.github.io/
Compiling 'erdsample.prg'...
Lines 4985, Functions/Procedures 1
Generating C source output to 'Obj\erdsample.c'... Done.
[1]:Bcc32.Exe -M -c -DHB_OS_WIN_32 -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -IC:\Work\fwh\include -IC:\work\bcc7\Include\windows\sdk\;C:\work\HARBOUR\Include -nC:\Work\fwh\samples\EASYRE~1\Obj erdsample.c
Embarcadero C++ 7.30 for Win32 Copyright (c) 1993-2017 Embarcadero Technologies, Inc.
erdsample.c:
[1]:PORC.EXE erdsample.rc /I c:\work\pellesc\include /I c:\work\pellesc\include\win
PORC: C:\Work\fwh\samples\EasyReport\vrd.rc(113): warning: Unrecognized or misplaced token: checked
PORC: C:\Work\fwh\samples\EasyReport\vrd.rc(113): warning: Unrecognized or misplaced token: bitmap
PORC: C:\Work\fwh\samples\EasyReport\vrd.rc(113): warning: Unrecognized or misplaced token: "STRING"
PORC: C:\Work\fwh\samples\EasyReport\fileedit.rc(5): fatal error: Can't find include file .\resources\resource.h.
at line 113 of Vrc.rc I have this
Silvio,
Please install FWH at c:\FWH and run c:\FWH\samples\EasyReport\go.bat
Antonio,
the error is in this line
CHECKED BITMAP "bitmaps/bitmap68.bmp"
problable there is another resource called CHECKED I rename it with CHECKED_1 and run ok
i didn't install fwh in c: \ fwh but i installed it on c: \ work \ fwh no need it
of course I changed the calls of ". \ bitmaps \" to "bitmaps \"
the test is compiled now