Saludos al Forum
Con bcc76 y bcc77 da lo mismo
Compilo este ejemplo de FWH y da error
El error esta en en el brc32 para archivos .rc
IF EXIST %1.rc %bcdir%\bin\brc32.exe -r -I%bcdir%\include -I%bcdir%\include\windows\sdk %1
[code][
Compiling...
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Compiling 'testtrev.prg' and generating preprocessed output to 'testtrev.ppo'...
Lines 5046, Functions/Procedures 4
Generating C source output to 'testtrev.c'... Done.
Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc.
testtrev.c:
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Error prsht.h 918 9: '#endif' before '#if'
* Linking errors *
/code]