Introducing FiveTech's fivedit

User avatar
James Bott
Posts: 4654
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Re: Introducing FiveTech's fivedit

Post by James Bott »

Cristobal,

The tree just works like a normal tree, you just point and click on a method or function and the source for that is displayed in the edit panel. There are buttons for sorting and expanding and collapsing all the nodes. It also has a few other buttons I have never used and I am not sure what they do.

James
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Post by cnavarro »

--------------------- NEW VERSION 07/04/2016 ----------------------

http://forums.fivetechsupport.com/viewt ... 55#p188855
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Post by cnavarro »

C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Post by cnavarro »

-------------------------- New Version 28/07/2016 ----------------------

http://forums.fivetechsupport.com/viewt ... 15#p192615
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Post by cnavarro »

Sorry

------------------------------- New 30/07/2016 ---------------------------
Bug Fixed: Save config, libs, etc and add ExtraIibs

https://bitbucket.org/fivetech/fivewin- ... edit43.zip
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Post by cnavarro »

------------------------ NEW VERSION -------------------

http://forums.fivetechsupport.com/viewt ... 20#p193020
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Re: Introducing FiveTech's fivedit

Post by Maurizio »

Hello

I try to compile 2 file a crw_new.prg and dllcall.c

I have
Fatal: Unable to open file 'DLLCALL.OBJ'
but in the root dllcall.obj was created .

I have this erroe:

Code: Select all

xHarbour 1.2.3 Intl. (SimpLex) (Build 20130903)
Copyright 1999-2013, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'd:\prgwin\cristal\CRW_NEW.prg'...
Generating C source output to 'd:\prgwin\cristal\CRW_NEW.c'...
Done.

Lines 2316, Functions/Procedures 49, pCodes 5579

C:\FIVEDIT>if errorlevel 0 C:\bcc582\bin\bcc32.exe  -IC:\FWH_06\xharbour\include -o"d:\prgwin\cristal\dllcall.obj" d:\prgwin\cristal\dllcall.c 
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
d:\prgwin\cristal\dllcall.c:
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Fatal: Unable to open file 'DLLCALL.OBJ'


Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Fatal: Unable to open file 'HBMXML.LIB'
 
Regards Maurizio
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Introducing FiveTech's fivedit

Post by Antonio Linares »

Maurizio,

Are you using a Fivedit project ?

If so, please post its contents here
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Re: Introducing FiveTech's fivedit

Post by Maurizio »

Thanks Cristobal ,

with your help it works
This is the template that I use for xHarbour

Code: Select all

[PREFERENCES]
0=Config Default XHarbour Borland 7.00
2=32 bits
5=xHarbour
41=Borland C/C++ 7.00
44=                                                                                 
45=
46=
47=
48=.T.
49=.T.
50=.T.
51=.F.
52=.T.
53=.F.
54=.F.
55=.F.
56=.F.
57=.F.
58=.F.
59=.F.
60=.F.
61=.T.
62=FiveWin
63=c:\bcc7\bin\bcc32.exe
64=c:\bcc7\bin\ilink32.exe
65=c:\bcc7\bin\brc32.exe
68=.F.
1=c:\fwh_16
3=
4=C:\FWH_16\xHarbour\
6=/n /m /w /es1 /gc1
7=
8=c:\bcc7
9=/Gn /aa /Tpe /s
10=
34=/c /O2
[USERLIBS]
001=c:\fwh_16\lib\fivehx.lib,1
002=c:\fwh_16\lib\fivehc.lib,1
[XHARBOURLIBS]
001=C:\FWH_16\xHarbour\lib\gtgui.lib,1
002=C:\FWH_16\xHarbour\lib\rtl.lib,1
003=C:\FWH_16\xHarbour\lib\vm.lib,1
004=C:\FWH_16\xHarbour\lib\lang.lib,1
005=C:\FWH_16\xHarbour\lib\macro.lib,1
006=C:\FWH_16\xHarbour\lib\rdd.lib,1
007=C:\FWH_16\xHarbour\lib\dbfntx.lib,1
008=C:\FWH_16\xHarbour\lib\dbfcdx.lib,1
009=C:\FWH_16\xHarbour\lib\dbffpt.lib,1
010=C:\FWH_16\xHarbour\lib\hbsix.lib,1
011=C:\FWH_16\xHarbour\lib\debug.lib,1
012=C:\FWH_16\xHarbour\lib\common.lib,1
013=C:\FWH_16\xHarbour\lib\pp.lib,1
014=C:\FWH_16\xHarbour\lib\ct.lib,1
015=C:\FWH_16\xHarbour\lib\pcrepos.lib,1
016=C:\FWH_16\xHarbour\lib\hbzip.lib,1
017=C:\FWH_16\xHarbour\lib\zlib.lib,1
018=C:\FWH_16\xHarbour\lib\png.lib,1
019=C:\FWH_16\xHarbour\lib\hbmxml.lib,1
[CCOMPLIBS]
001=c:\bcc7\lib\cw32.lib,1
002=c:\bcc7\lib\uuid.lib,1
003=c:\bcc7\lib\import32.lib,1
004=c:\bcc7\lib\psdk\odbc32.lib,1
005=c:\bcc7\lib\psdk\nddeapi.lib,1
006=c:\bcc7\lib\psdk\msimg32.lib,1
007=c:\bcc7\lib\psdk\psapi.lib,1
008=c:\bcc7\lib\psdk\rasapi32.lib,1
009=c:\bcc7\lib\psdk\gdiplus.lib,1
010=c:\bcc7\lib\psdk\shell32.lib,1
011=C:\BCC7\lib\c0x32.obj,1
[INCLUDES]
001=,0
Regards Maurizio
www.nipeservice.com
User avatar
vilian
Posts: 795
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

Re: Introducing FiveTech's fivedit

Post by vilian »

Hello Guys,

Can I import MED's Project to Fivedit ? Is it possible?
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Post by cnavarro »

Please, put one sample project of MED
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
vilian
Posts: 795
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

Re: Introducing FiveTech's fivedit

Post by vilian »

Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Post by cnavarro »

Thanks
I have downloaded and studied
Why are there multiple files as "file01" and more as "file02" and more
I do not understand if it is a single project or several projects are
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Post by cnavarro »

Vilian

I am ready to perform a function to import MED projects, but creating a new project with FivEdit is very very simple
Please look

http://forums.fivetechsupport.com/viewt ... 96#p193014
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
vilian
Posts: 795
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

Re: Introducing FiveTech's fivedit

Post by vilian »

It is a single Project with sections. I guess for each FileGroup there are a list of files.(E.g. fileGroup2=HRB Sif is files2)

Here is a image of the project openned in MED:

Image
Last edited by vilian on Tue Aug 16, 2016 7:13 pm, edited 1 time in total.
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
Post Reply