Well, I finally had time tonight to start playing with UEStudio and FWH, but I didn't get far.
Here is the sample code"
#include "FiveWin.ch"
function Main()
local oWnd
DEFINE WINDOW oWnd TITLE "Test"
ACTIVATE WINDOW oWnd
return nil
#include <winapi.ch>
When I go to compile the application, I get the following message:
Any suggestions on what I missed while setting up?
--------------------Configuration: Hello - Debug--------------------
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
main.c:
Error E2209 c:\Harbour\INCLUDE\hbdefs.h 56: Unable to open include file 'stdarg.h'
Error E2209 c:\Harbour\INCLUDE\hbdefs.h 57: Unable to open include file 'stdio.h'
Error E2209 c:\Harbour\INCLUDE\hbdefs.h 58: Unable to open include file 'stdlib.h'
Error E2209 c:\Harbour\INCLUDE\hbdefs.h 59: Unable to open include file 'string.h'
Error E2209 c:\Harbour\INCLUDE\hbdefs.h 60: Unable to open include file 'limits.h'
Error E2209 c:\Harbour\INCLUDE\hbsetup.h 56: Unable to open include file 'limits.h'
Error E2141 c:\Harbour\INCLUDE\hbwince.h 184: Declaration syntax error
Error E2293 c:\Harbour\INCLUDE\hbwince.h 185: ) expected
Error E2141 c:\Harbour\INCLUDE\hbwince.h 186: Declaration syntax error
Error E2293 c:\Harbour\INCLUDE\hbwince.h 187: ) expected
Error E2147 c:\Harbour\INCLUDE\hbwince.h 188: 'wchar_t' cannot start a parameter declaration
Error E2147 c:\Harbour\INCLUDE\hbwince.h 189: 'wchar_t' cannot start a parameter declaration
Error E2293 c:\Harbour\INCLUDE\hbwince.h 190: ) expected
Error E2293 c:\Harbour\INCLUDE\hbdefs.h 485: ) expected
Error E2188 c:\Harbour\INCLUDE\hbdefs.h 491: Expression syntax
Error E2257 c:\Harbour\INCLUDE\hbdefs.h 523: , expected
Error E2451 main.c 21: Undefined symbol 'NULL'
Error E2141 main.c 21: Declaration syntax error
Error E2190 main.c 21: Unexpected }
Error E2190 main.c 21: Unexpected }
Error E2040 main.c 21: Declaration terminated incorrectly
Error E2190 main.c 38: Unexpected }
Error E2190 main.c 38: Unexpected }
Error E2109 main.c 38: Not an allowed type in function hb_vm_SymbolInit_MAIN
*** 24 errors in Compile ***
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Fatal: Unable to open file 'C0W32.OBJ'
Hello.EXE - 25 error(s), 0 warning(s)