Estoy usando UEstudio..
al compilar btnget.prg indicaba que no conseguia encontrar winten.h y clipapi.h
Pregunta : Pq no reconoce los .H y si los CH, si ambos estan en c:\fwh\include\ ?
Como solucion tuve que indicar la ruta completa asi : <c:\fwh\include\WinTen.h>
Pero ahora me arroja estos errores
Error E2451 C:\C\SCROLL.C 126: Undefined symbol 'params' in function GETSCROLLR
Warning W8065 C:\C\SCROLL.C 126: Call to function 'STORNI' with no prototype in function GETSCROLLR
Warning W8065 C:\\C\SCROLL.C 127: Call to function 'STORNI' with no prototype in function GETSCROLLR
*** 1 errors in Compile ***
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Fatal: Unable to open file 'SCROLL.OBJ'
SysAluno.EXE - 3 error(es), 4 advertencia(s)
Saludos.