FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour designer.prg
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
designer.prg
Posted: Fri Jul 29, 2016 07:43 AM

Dear Antonio,
what is the program designer.prg from the samples for.
I can't compile the program. Is it Harbour only.

Thanks in advance
Otto

Generating C source output to 'designer.c'...
Done.

Lines 215, Functions/Procedures 10, pCodes 2200

C:\fwh\samples\designer.prg(150) Warning W0001 Ambiguous reference: 'OWND'
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
C:\fwh\samples\designer.c:
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external '_HB_FUN_HB_COMPILEFROMBUF' referenced from C:\FWH\SAMPLES\DESIGNER.OBJ
Error: Unresolved external '_HB_FUN_HB_HRBRUN' referenced from C:\FWH\SAMPLES\DESIGNER.OBJ
* Linking errors *

Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: designer.prg
Posted: Fri Jul 29, 2016 01:39 PM
Code (fw): Select all Collapse
#include "FiveWin.ch"

STATIC oWnd

function Main()


BUILDH Designer

http://forums.fivetechsupport.com/viewtopic.php?f=6&t=25735&p=140549&hilit=compilefrombuf#p140549

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: designer.prg
Posted: Fri Jul 29, 2016 08:45 PM

Otto,

designer.prg is a test about designing your app at runtime and then generating its source code

Please right click on it to start editing it at runtime

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion