FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour New FWH 8.11
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
New FWH 8.11
Posted: Wed Nov 26, 2008 06:46 PM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
New FWH 8.11
Posted: Wed Nov 26, 2008 08:47 PM

Antonio

I could not find the visual\source for the IDE .. just downloaded 811 .. did not see it :(

Rick Lipkin

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
New FWH 8.11
Posted: Wed Nov 26, 2008 09:36 PM

Rick,

Ops, sorry, we missed to include it :oops:

We are going to publish a new build in a few minutes. Thanks!

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
New FWH 8.11
Posted: Wed Nov 26, 2008 11:00 PM

Rick,

Already published :-)

We are going to copy here the UEStudio project file to build the Visual IDE. Its a small and simple ascii file :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
New FWH 8.11
Posted: Thu Nov 27, 2008 12:00 AM

Got it .. thank you !! ..

At first glance ..

1) seems to be missing Visual.ch :-(
2) .res file for resources, icons ??

Rick

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
New FWH 8.11
Posted: Thu Nov 27, 2008 01:12 AM
Rick,

Here is visual.ch
#define DIALOG_1    1
#define IDC_GROUPBOX2   101
#define ID_RESULT	102
#define ID_ACTION   120
#define ID_PROJECT  110
#define    IDE_DRIVERS  DbfNtx, DbfCdx, DbfMdx, DbfNdx, DbPx

#define ID_WARNINGS     200
#define ID_CLIPPER  105
#define ID_ONINIT   107
#define ID_STARTPAGE    107
#define ID_ENDPAGE  109
#define ID_STARTGROUP   107
#define ID_ENDGROUP 107
#define ID_STARTLINE    107
#define ID_ENDLINE  107
#define ID_CHANGE   107
#define ID_EXPRESSION   108
#define ID_CANCEL         2
#define ID_NAME 101
#define ID_PATH 102

#define ID_SEARCH       108
#define ID_DLGNAME      110

#define ID_NORMAL       110
#define ID_MDI          120
#define ID_DIALOG       130
#define ID_TITLE        110
#define ID_PULLDOWN     150
#define ID_BUTTONBAR    160
#define ID_MSG          170
#define ID_ICONAME      180
#define ID_GENERATE     190
#define ID_HELP         210
#define ID_CAPTION  118
#define ID_SYSMENU  115
#define ID_MAXIMIZE 116
#define ID_MINIMIZE 117
#define ID_ICONIMAGE    220
#define ID_MAXIMIZED    230
#define ID_SHOWNORMAL   240
#define ID_ICONIZED     250
#define ID_IMPORT       260
#define ID_EDIT         270
#define IDC_PUSHBUTTON2 113
#define IDC_GROUPBOX1   114
#define ID_NOLINES      116
#define ID_DEBUG        118
#define IDC_PUSHBUTTON1 112
#define IDC_CHECKBOX1   111

// Setup DialogBox
#define ID_BLINKER      110
#define ID_MSLINK       120
#define ID_LINKER       130
#define ID_MAPFILE      140
#define ID_LIBPATH  150

#define ID_CHPATH       110
#define ID_OBJPATH      120
#define ID_MEMVAR       130

// resources page
#define ID_RESEXE       110
#define ID_RCFILE       120
#define ID_RESDLL       130
#define ID_DLLNAME      140
#define ID_EXTERNAL     150
#define ID_RCNAME       160
#define ID_BUILTIN      170
#define ID_RCFLAG       180

#define ID_DATE         120
#define ID_TIME         130
#define ID_PREVIEW      140

#define ID_ONEMODULE    119
#define ID_ENABLED      104
#define ID_HORIZONTAL   102
#define ID_VERTICAL 101

#define ID_UP           120
#define ID_DOWN         130
#define ID_CONTROLS 101

// GridSettings DialogBox

#define ID_ENABLE       104


The RC file should be in the same folder as the Visual PRGs. No need for RES files.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
New FWH 8.11
Posted: Thu Nov 27, 2008 02:09 AM
Antonio

Getting this compile error :

Error: Unresolved external '_HB_FUN___CLASSINSTANCE' referenced from C:\FWH811\VISUAL\OBJ\OBJECT.OBJ


Rick

ps .. no .rc files were located in the \visual folder .. sorry :-)
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
New FWH 8.11
Posted: Thu Nov 27, 2008 09:36 AM

Rick,

object.prg is no longer needed.

We are publishing a new build with the PRGs, CH, RC and the EXE already built :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion