Mejoras para scintilla

Re: Mejoras para scintilla

Postby marzio » Wed Nov 09, 2016 11:12 am

i'm trying your very interesting work.
where can i insert the c0w32.obj ?
in the section setup -> 'compiler' i'm not able to insert it.
Thanks in advance.
marzio
marzio
 
Posts: 129
Joined: Wed Apr 04, 2007 6:54 am

Re: Mejoras para scintilla

Postby cnavarro » Wed Nov 09, 2016 11:25 am

Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Mejoras para scintilla

Postby cnavarro » Wed Nov 09, 2016 1:15 pm

----------------------------------- NEW VERSION 09/11/2016 ------------------
- Minor bugs fixed ( Thanks Luis )

and added others features
- Change in dialogs Preferences
- Number of margins
- Implementation margin of user defined
- Compression EXE
- Sort PRGs of project

https://bitbucket.org/fivetech/fivewin- ... edit51.zip
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Mejoras para scintilla

Postby MGA » Thu Nov 10, 2016 9:48 am

Sr. Cristobal, ao clicar na STATUS BAR (row:) ocorre o seguinte erro:

Application
===========
Path and name: C:\Users\Qbex\Downloads\fivedit51\fivedit.exe (32 bits)
Size: 5,555,712 bytes
Compiler version: Harbour 3.2.0dev (r1603301435)
FiveWin Version: FWH 16.05
Windows version: 6.2, Build 9200

Time from start: 0 hours 0 mins 6 secs
Error occurred at: 10/11/2016, 07:45:08
Error description: Error BASE/1004 Message not found: TSCINTILLA:DLGGOLINE
Args:
[ 1] = O TSCINTILLA

Stack Calls
===========
Called from: => __ERRRT_SBASE( 0 )
Called from: ../../../tobject.prg => TSCINTILLA:ERROR( 0 )
Called from: ../../../tobject.prg => (b)HBOBJECT( 0 )
Called from: ../../../tobject.prg => TSCINTILLA:MSGNOTFOUND( 0 )
Called from: ../../../tobject.prg => TSCINTILLA:DLGGOLINE( 0 )
Called from: .\source\classes\TFIVEDIT.PRG => (b)TFIVEDIT_BUILDMSGBAR( 4508 )
Called from: .\source\classes\TMSGITEM.PRG => (b)TMSGITEM( 36 )
Called from: .\source\classes\TMSGITEM.PRG => TMSGITEM:CLICK( 0 )
Called from: .\source\classes\MSGBAR.PRG => TMSGBAR:LBUTTONDOWN( 526 )
Called from: .\source\classes\CONTROL.PRG => TMSGBAR:HANDLEEVENT( 1718 )
Called from: .\source\classes\WINDOW.PRG => _FWH( 3349 )
Called from: => SYSREFRESH( 0 )
Called from: .\source\classes\MENU.PRG => TMENU:ACTIVATE( 1246 )
Called from: .\source\classes\TFIVEDIT.PRG => TFIVEDIT:MENUFILE( 3930 )
Called from: .\source\classes\TFIVEDIT.PRG => (b)TFIVEDIT_BUILDMSGBAR( 4504 )
Called from: .\source\classes\TMSGITEM.PRG => (b)TMSGITEM( 36 )
Called from: .\source\classes\TMSGITEM.PRG => TMSGITEM:CLICK( 0 )
Called from: .\source\classes\MSGBAR.PRG => TMSGBAR:LBUTTONDOWN( 526 )
Called from: .\source\classes\CONTROL.PRG => TMSGBAR:HANDLEEVENT( 1718 )
Called from: .\source\classes\WINDOW.PRG => _FWH( 3349 )
ubiratanmga@gmail.com

FWH18.02
FWPPC
Harbour/xHarbour
xMate
Pelles´C
TDolphin
MGA
 
Posts: 1234
Joined: Mon Feb 25, 2008 2:54 pm
Location: Brasil/PR/Maringá

Re: Mejoras para scintilla

Postby MGA » Thu Nov 10, 2016 9:57 am

Sr. Cristobal,

ao passar o mouse na STATUS BAR Zoom. Ocorre o efeito de sumir e aparecer rapidamente, eu resolvi isso na minha aplicação assim:


#define GWL_STYLE (-16) //Meter com clausula 2007 nao piscar ao mover o mouse


//Adicionei esta linha para resolver um problema com a message bar ao mover o mouse com a clausula 2007
SetWindowLong( oWnd:oMsgBar:hWnd, GWL_STYLE, nOr( GetWindowLong( oWnd:oMsgBar:hWnd, GWL_STYLE ), WS_CLIPCHILDREN ) )
ubiratanmga@gmail.com

FWH18.02
FWPPC
Harbour/xHarbour
xMate
Pelles´C
TDolphin
MGA
 
Posts: 1234
Joined: Mon Feb 25, 2008 2:54 pm
Location: Brasil/PR/Maringá

Re: Mejoras para scintilla

Postby cnavarro » Thu Nov 10, 2016 9:59 am

Si, un pequeño bug, solucionado
Puedes usar también F6

Gracias

Tienes un correo electrónico?
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Mejoras para scintilla

Postby MGA » Thu Nov 10, 2016 10:00 am

ubiratanmga@gmail.com

FWH18.02
FWPPC
Harbour/xHarbour
xMate
Pelles´C
TDolphin
MGA
 
Posts: 1234
Joined: Mon Feb 25, 2008 2:54 pm
Location: Brasil/PR/Maringá

Re: Mejoras para scintilla

Postby cnavarro » Thu Nov 10, 2016 10:02 am

SGS wrote:Sr. Cristobal,

ao passar o mouse na STATUS BAR Zoom. Ocorre o efeito de sumir e aparecer rapidamente, eu resolvi isso na minha aplicação assim:


#define GWL_STYLE (-16) //Meter com clausula 2007 nao piscar ao mover o mouse


//Adicionei esta linha para resolver um problema com a message bar ao mover o mouse com a clausula 2007
SetWindowLong( oWnd:oMsgBar:hWnd, GWL_STYLE, nOr( GetWindowLong( oWnd:oMsgBar:hWnd, GWL_STYLE ), WS_CLIPCHILDREN ) )


Qué sistema operativo utilizas?
Voy a mirar

Gracias
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Mejoras para scintilla

Postby cnavarro » Thu Nov 10, 2016 10:26 am

cnavarro wrote:
SGS wrote:Sr. Cristobal,

ao passar o mouse na STATUS BAR Zoom. Ocorre o efeito de sumir e aparecer rapidamente, eu resolvi isso na minha aplicação assim:


#define GWL_STYLE (-16) //Meter com clausula 2007 nao piscar ao mover o mouse


//Adicionei esta linha para resolver um problema com a message bar ao mover o mouse com a clausula 2007
SetWindowLong( oWnd:oMsgBar:hWnd, GWL_STYLE, nOr( GetWindowLong( oWnd:oMsgBar:hWnd, GWL_STYLE ), WS_CLIPCHILDREN ) )


Qué sistema operativo utilizas?
Voy a mirar

Gracias


Aplicado y funcionando
Muchas gracias
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Mejoras para scintilla

Postby MGA » Thu Nov 10, 2016 10:59 am

:D
ubiratanmga@gmail.com

FWH18.02
FWPPC
Harbour/xHarbour
xMate
Pelles´C
TDolphin
MGA
 
Posts: 1234
Joined: Mon Feb 25, 2008 2:54 pm
Location: Brasil/PR/Maringá

Re: Mejoras para scintilla

Postby marzio » Thu Nov 10, 2016 10:59 am

i have tried with the example "Hello world!" with fivedit 5.1, fwh 1606, hb321610, Bcc7.
i have seen the video, i have created a project, i have setted all, but i have Always the errors below.
the lib files that are error: unresolved external, are inserted on the lib list of Harbour.
what is wrong?

Code: Select all  Expand view
Harbour 3.2.0dev (r1610041322)
Copyright (c) 1999-2016, http://harbour-project.org/
Compiling 'c:\winclip\fiveditprj\PROVA.prg'...

100

200

100

100

100

200

300

400

500

600

100

200

100

200

100

200

100

200

300

400

500

600

700

800

900

1000

1100

1200

1300

1400

1500

1600

1700

1800

1900

2000

Lines 4642, Functions/Procedures 1
Generating C source output to 'C:\Winclip\fiveditprj\PROVA.c'... Done.




C:\Winclip\fivedit>if errorlevel 0 C:\Winclip\bcc7\bin\bcc32.exe /c /O2 -IC:\Winclip\hb321610\include -nC:\WINCLIP\FIVEDITPRJ -oC:\Winclip\fiveditprj\PROVA.obj c:\winclip\fiveditprj\PROVA.c
Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.
c:\winclip\fiveditprj\PROVA.c:

C:\Winclip\fivedit>if errorlevel 0 C:\Winclip\bcc7\bin\bcc32.exe /c /O2 -IC:\Winclip\hb321610\include -nC:\WINCLIP\FIVEDITPRJ -oC:\Winclip\fiveditprj\objhb\objhbPROVA.obj c:\winclip\fiveditprj\objhbPROVA.c
Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.
Error E2194: Could not find file 'c:\winclip\fiveditprj\objhbPROVA.c'

C:\Winclip\fivedit>if errorlevel 0 C:\Winclip\bcc7\bin\bcc32.exe /c /O2 -IC:\Winclip\hb321610\include -nC:\WINCLIP -oC:\Winclip\fiveditprj\fiveditprjPROVA.obj c:\winclip\fiveditprjPROVA.c
Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.
Error E2194: Could not find file 'c:\winclip\fiveditprjPROVA.c'

C:\Winclip\fivedit>if errorlevel 0 C:\Winclip\bcc7\bin\bcc32.exe /c /O2 -IC:\Winclip\hb321610\include -nC:\WINCLIP -oC:\Winclip\fiveditprj\fiveditprjPROVA.obj c:\winclip\fiveditprjPROVA.c
Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.
Error E2194: Could not find file 'c:\winclip\fiveditprjPROVA.c'

C:\Winclip\fivedit>if errorlevel 0 C:\Winclip\bcc7\bin\bcc32.exe /c /O2 -IC:\Winclip\hb321610\include -nC:\WINCLIP\FIVEDITPRJ -oC:\Winclip\fiveditprj\PROVA.obj c:\winclip\fiveditprj\PROVA.c
Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.
c:\winclip\fiveditprj\PROVA.c:

C:\Winclip\fivedit>if errorlevel 0 C:\Winclip\bcc7\bin\bcc32.exe /c /O2 -IC:\Winclip\hb321610\include -nC:\WINCLIP\FIVEDITPRJ -oC:\Winclip\fiveditprj\PROVA.obj c:\winclip\fiveditprj\PROVA.c
Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.
c:\winclip\fiveditprj\PROVA.c:

C:\Winclip\fivedit>C:\Winclip\bcc7\bin\ilink32.exe /Gn /aa /Tpe /s C:\Winclip\bcc7\\lib\c0w32.obj C:\Winclip\fiveditprj\PROVA.obj , C:\WINCLIP\FIVEDITPRJ\PROVA.exe, C:\WINCLIP\FIVEDITPRJ\PROVA.map,  C:\Winclip\fwh1606\lib\fiveh.lib C:\Winclip\fwh1606\lib\fivehc.lib C:\Winclip\fwh1606\lib\libcurl.lib   C:\Winclip\hb321610\lib\hbwin.lib C:\Winclip\hb321610\lib\gtgui.lib C:\Winclip\hb321610\lib\hbrtl.lib C:\Winclip\hb321610\lib\hbvm.lib C:\Winclip\hb321610\lib\hblang.lib C:\Winclip\hb321610\lib\hbmacro.lib C:\Winclip\hb321610\lib\hbrdd.lib C:\Winclip\hb321610\lib\rddntx.lib C:\Winclip\hb321610\lib\rddcdx.lib C:\Winclip\hb321610\lib\rddfpt.lib C:\Winclip\hb321610\lib\hbsix.lib C:\Winclip\hb321610\lib\hbdebug.lib C:\Winclip\hb321610\lib\hbcommon.lib C:\Winclip\hb321610\lib\hbpp.lib C:\Winclip\hb321610\lib\hbcpage.lib C:\Winclip\hb321610\lib\hbcplr.lib C:\Winclip\hb321610\lib\hbct.lib C:\Winclip\hb321610\lib\hbpcre.lib C:\Winclip\hb321610\lib\xhb.lib C:\Winclip\hb321610\lib\hbziparc.lib C:\Winclip\hb321610\lib\hbmzip.lib C:\Winclip\hb321610\lib\hbzlib.lib C:\Winclip\hb321610\lib\minizip.lib C:\Winclip\hb321610\lib\png.lib C:\Winclip\hb321610\lib\hbcurl.lib C:\Winclip\hb321610\lib\hbusrrdd.lib C:\Winclip\hb321610\lib\hbtip.lib C:\Winclip\hb321610\lib\hbmxml.lib C:\Winclip\hb321610\lib\hbmisc.lib C:\Winclip\bcc7\lib\uuid.lib C:\Winclip\bcc7\lib\import32.lib C:\Winclip\bcc7\lib\psdk\odbc32.lib C:\Winclip\bcc7\lib\psdk\nddeapi.lib C:\Winclip\bcc7\lib\psdk\Iphlpapi.lib C:\Winclip\bcc7\lib\psdk\msimg32.lib C:\Winclip\bcc7\lib\psdk\psapi.lib C:\Winclip\bcc7\lib\psdk\rasapi32.lib C:\Winclip\bcc7\lib\psdk\gdiplus.lib C:\Winclip\bcc7\lib\psdk\riched20.lib C:\Winclip\bcc7\lib\psdk\shell32.lib C:\Winclip\bcc7\lib\psdk\urlmon.lib , ,   1>c:\winclip\fiveditprj\link.log

C:\Winclip\fivedit>if errorlevel 0 C:\Winclip\bcc7\bin\bcc32.exe /c /O2 -IC:\Winclip\hb321610\include -nC:\WINCLIP\FIVEDITPRJ -oC:\Winclip\fiveditprj\PROVA.obj c:\winclip\fiveditprj\PROVA.c
Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.
c:\winclip\fiveditprj\PROVA.c:

C:\Winclip\fivedit>if errorlevel 0 C:\Winclip\bcc7\bin\bcc32.exe /c /O2 -IC:\Winclip\hb321610\include -nC:\WINCLIP\FIVEDITPRJ -oC:\Winclip\fiveditprj\PROVA.obj c:\winclip\fiveditprj\PROVA.c
Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.
c:\winclip\fiveditprj\PROVA.c:

C:\Winclip\fivedit>if errorlevel 0 C:\Winclip\bcc7\bin\bcc32.exe /c /O2 -IC:\Winclip\hb321610\include -nC:\WINCLIP\FIVEDITPRJ -oC:\Winclip\fiveditprj\PROVA.obj c:\winclip\fiveditprj\PROVA.c
Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.
c:\winclip\fiveditprj\PROVA.c:

C:\Winclip\fivedit>if errorlevel 0 C:\Winclip\bcc7\bin\bcc32.exe /c /O2 -IC:\Winclip\hb321610\include -nC:\WINCLIP\FIVEDITPRJ -oC:\Winclip\fiveditprj\PROVA.obj c:\winclip\fiveditprj\PROVA.c
Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.
c:\winclip\fiveditprj\PROVA.c:

C:\Winclip\fivedit>if errorlevel 0 C:\Winclip\bcc7\bin\bcc32.exe /c /O2 -IC:\Winclip\hb321610\include -nC:\WINCLIP\FIVEDITPRJ -oC:\Winclip\fiveditprj\PROVA.obj c:\winclip\fiveditprj\PROVA.c
Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.
c:\winclip\fiveditprj\PROVA.c:


Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.
Error: Unresolved external '___CRTL_VCL_Init' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unresolved external '___CRTL_MEM_UseBorMM' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unresolved external '___CRTL_VCLLIB_Linkage' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unresolved external '__ExceptInit' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unresolved external '__startup' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unresolved external '__GetExceptDLLinfoInternal' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unresolved external '___CRTL_TLS_SetValue' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unresolved external '___CRTL_TLS_InitThread' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unresolved external '___CRTL_TLS_Alloc' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unresolved external '___CRTL_TLS_GetValue' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unresolved external '___CRTL_TLS_ExitThread' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unresolved external '___CRTL_TLS_Free' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unresolved external '_pow' referenced from C:\WINCLIP\HB321610\LIB\HBCOMMON.LIB|hbstr
Error: Unresolved external '__llmul' referenced from C:\WINCLIP\HB321610\LIB\HBCOMMON.LIB|hbstr
Error: Unresolved external '_strlen' referenced from C:\WINCLIP\HB321610\LIB\HBCOMMON.LIB|hbstr
Error: Unresolved external '__llmod' referenced from C:\WINCLIP\HB321610\LIB\HBCOMMON.LIB|hbstr
Error: Unresolved external '__lldiv' referenced from C:\WINCLIP\HB321610\LIB\HBCOMMON.LIB|hbstr
Error: Unresolved external '_memset' referenced from C:\WINCLIP\HB321610\LIB\HBCOMMON.LIB|hbstr
Error: Unresolved external '_modf' referenced from C:\WINCLIP\HB321610\LIB\HBCOMMON.LIB|hbstr
Error: Unresolved external '__ftol' referenced from C:\WINCLIP\HB321610\LIB\HBCOMMON.LIB|hbstr
Error: Unresolved external '_memmove' referenced from C:\WINCLIP\HB321610\LIB\HBCOMMON.LIB|hbstr
Error: Unresolved external '__streams' referenced from C:\WINCLIP\HB321610\LIB\HBVM.LIB|fm
Error: Unresolved external '_fprintf' referenced from C:\WINCLIP\HB321610\LIB\HBVM.LIB|fm
Error: Unresolved external '_abort' referenced from C:\WINCLIP\HB321610\LIB\HBVM.LIB|fm
Error: Unresolved external '_memcpy' referenced from C:\WINCLIP\HB321610\LIB\HBVM.LIB|fm
Error: Unresolved external '__llumod' referenced from C:\WINCLIP\HB321610\LIB\HBCOMMON.LIB|hbprintf
Error: Unresolved external '__lludiv' referenced from C:\WINCLIP\HB321610\LIB\HBCOMMON.LIB|hbprintf
Error: Unresolved external '_modfl' referenced from C:\WINCLIP\HB321610\LIB\HBCOMMON.LIB|hbprintf
Error: Unresolved external '__finitel' referenced from C:\WINCLIP\HB321610\LIB\HBCOMMON.LIB|hbprintf
Error: Unresolved external '__isnanl' referenced from C:\WINCLIP\HB321610\LIB\HBCOMMON.LIB|hbprintf
Error: Unresolved external '__finite' referenced from C:\WINCLIP\HB321610\LIB\HBCOMMON.LIB|hbprintf
Error: Unresolved external '__isnan' referenced from C:\WINCLIP\HB321610\LIB\HBCOMMON.LIB|hbprintf
Error: Unresolved external '_memcmp' referenced from C:\WINCLIP\HB321610\LIB\HBVM.LIB|hashes
Error: Unresolved external '_fmod' referenced from C:\WINCLIP\HB321610\LIB\HBRTL.LIB|hbi18n1
Error: Unresolved external '_strncmp' referenced from C:\WINCLIP\HB321610\LIB\HBCOMMON.LIB|funcid
Error: Unresolved external '__llshr' referenced from C:\WINCLIP\HB321610\LIB\HBMACRO.LIB|macrob
Error: Unresolved external '__llshl' referenced from C:\WINCLIP\HB321610\LIB\HBMACRO.LIB|macrob
Error: Unresolved external '_memchr' referenced from C:\WINCLIP\HB321610\LIB\HBVM.LIB|macro
Error: Unresolved external '__llushr' referenced from C:\WINCLIP\HB321610\LIB\HBRTL.LIB|hbcrc
Error: Unresolved external '__ftoul' referenced from C:\WINCLIP\HB321610\LIB\HBRTL.LIB|idle
Error: Unresolved external '_strchr' referenced from C:\WINCLIP\HB321610\LIB\HBCOMMON.LIB|hbfsapi
Error: Unresolved external '_atol' referenced from C:\WINCLIP\HB321610\LIB\HBRDD.LIB|wafunc
Error: Unresolved external '_strrchr' referenced from C:\WINCLIP\HB321610\LIB\HBRDD.LIB|dbf1
Error: Unresolved external '_sqrt' referenced from C:\WINCLIP\HB321610\LIB\RDDNTX.LIB|dbfntx1
Error: Unresolved external '_ceil' referenced from C:\WINCLIP\HB321610\LIB\RDDNTX.LIB|dbfntx1
Error: Unresolved external '__wfsopen' referenced from C:\WINCLIP\HB321610\LIB\HBCOMMON.LIB|hbfopen
Error: Unresolved external '_fclose' referenced from C:\WINCLIP\HB321610\LIB\HBCPLR.LIB|compi18n
Error: Unresolved external '_fflush' referenced from C:\WINCLIP\HB321610\LIB\HBCPLR.LIB|hbcomp
Error: Unresolved external '_printf' referenced from C:\WINCLIP\HB321610\LIB\HBPP.LIB|ppcore
Error: Unresolved external '_fgetc' referenced from C:\WINCLIP\HB321610\LIB\HBPP.LIB|ppcore
Error: Unresolved external '_fputc' referenced from C:\WINCLIP\HB321610\LIB\HBPP.LIB|ppcore
Error: Unresolved external '_fputs' referenced from C:\WINCLIP\HB321610\LIB\HBPP.LIB|ppcore
Error: Unresolved external '_ftell' referenced from C:\WINCLIP\HB321610\LIB\HBPP.LIB|ppcore
Error: Unresolved external '_fseek' referenced from C:\WINCLIP\HB321610\LIB\HBPP.LIB|ppcore
Error: Unresolved external '_fread' referenced from C:\WINCLIP\HB321610\LIB\HBPP.LIB|ppcore
Error: Unresolved external '_fwrite' referenced from C:\WINCLIP\HB321610\LIB\HBPP.LIB|ppcore
Error: Unresolved external '_qsort' referenced from C:\WINCLIP\HB321610\LIB\HBCPLR.LIB|hbmain
Error: Unresolved external '_freopen' referenced from C:\WINCLIP\FWH1606\LIB\FIVEH.LIB|HARBOUR
Error: Unresolved external '_wcslen' referenced from C:\WINCLIP\FWH1606\LIB\FIVEHC.LIB|WNDSAY
Error: Unresolved external '_strcmp' referenced from C:\WINCLIP\FWH1606\LIB\FIVEHC.LIB|WNDMOVE
Error: Unresolved external '_sin' referenced from C:\WINCLIP\FWH1606\LIB\FIVEHC.LIB|RECTS
Error: Unresolved external '_cos' referenced from C:\WINCLIP\FWH1606\LIB\FIVEHC.LIB|RECTS
Error: Unresolved external '_floor' referenced from C:\WINCLIP\HB321610\LIB\HBCT.LIB|ctmath2
Error: Unresolved external '_exp' referenced from C:\WINCLIP\HB321610\LIB\HBRTL.LIB|math
Error: Unresolved external '_log' referenced from C:\WINCLIP\HB321610\LIB\HBRTL.LIB|math
Error: Unresolved external '__huge_dble' referenced from C:\WINCLIP\HB321610\LIB\HBRTL.LIB|math
Error: Unresolved external '_log10' referenced from C:\WINCLIP\HB321610\LIB\HBCT.LIB|ctmath2
Error: Unresolved external '_strcpy' referenced from C:\WINCLIP\FWH1606\LIB\FIVEHC.LIB|NONCLIENT
Error: Unresolved external '__InitExceptBlockLDTC' referenced from C:\WINCLIP\FWH1606\LIB\FIVEHC.LIB|GDIPFWH
Error: Unresolved external '_strstr' referenced from C:\WINCLIP\HB321610\LIB\HBCT.LIB|disk
Error: Unresolved external '_time' referenced from C:\WINCLIP\HB321610\LIB\MINIZIP.LIB|zip
Error: Unresolved external '_srand' referenced from C:\WINCLIP\HB321610\LIB\MINIZIP.LIB|zip
Error: Unresolved external '_rand' referenced from C:\WINCLIP\HB321610\LIB\MINIZIP.LIB|zip
Error: Unresolved external '_fopen' referenced from C:\WINCLIP\HB321610\LIB\MINIZIP.LIB|ioapi
Error: Unresolved external '__wfopen' referenced from C:\WINCLIP\FWH1606\LIB\FIVEHC.LIB|GDIPFWH
Error: Unresolved external '_acos' referenced from C:\WINCLIP\FWH1606\LIB\FIVEH.LIB|XIMAGE
Error: Unresolved external '_isdigit' referenced from C:\WINCLIP\HB321610\LIB\HBPCRE.LIB|pcrecomp
Error: Unresolved external '_vector_new_ldtc_(void *, unsigned int, unsigned int, unsigned int, void *, unsigned int, void *)' referenced from C:\WINCLIP\FWH1606\LIB\FIVEHC.LIB|GDIPLUS
Error: Unresolved external '_strcat' referenced from C:\WINCLIP\FWH1606\LIB\FIVEHC.LIB|CODEGTF
Error: Unresolved external 'operator delete(void *)' referenced from C:\WINCLIP\FWH1606\LIB\FIVEHC.LIB|ACTX
Error: Unresolved external 'operator new(unsigned int)' referenced from C:\WINCLIP\FWH1606\LIB\FIVEHC.LIB|ACTX
Error: Unresolved external '__pure_error_' referenced from C:\WINCLIP\FWH1606\LIB\FIVEHC.LIB|ACTX
Error: Unresolved external 'operator new[](unsigned int)' referenced from C:\WINCLIP\FWH1606\LIB\FIVEHC.LIB|ACTX
Error: Unresolved external 'operator delete[](void *)' referenced from C:\WINCLIP\FWH1606\LIB\FIVEHC.LIB|ACTX
Error: Unresolved external '_fabs' referenced from C:\WINCLIP\FWH1606\LIB\FIVEHC.LIB|GDIPLUS
Error: Unresolved external 'std::strchr(const char *, int)' referenced from C:\WINCLIP\FWH1606\LIB\FIVEHC.LIB|GDIPFWH
Error: Unresolved external '_exit' referenced from C:\WINCLIP\HB321610\LIB\HBRTL.LIB|errint
Error: Unresolved external '__matherrl' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unresolved external '__fmode' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unresolved external '__argv_expand_ptr' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unresolved external '__wargv_expand_ptr' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unresolved external '__handle_setargv' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unresolved external '__handle_exitargv' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unresolved external '__handle_wsetargv' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unresolved external '__handle_wexitargv' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unresolved external '__fileinfo' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unresolved external '__setargv__' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unresolved external '__setenvp__' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unresolved external '__turboFloat' referenced from C:\WINCLIP\BCC7\LIB\C0W32.OBJ
Error: Unable to perform link
 
marzio
 
Posts: 129
Joined: Wed Apr 04, 2007 6:54 am

Re: Mejoras para scintilla

Postby cnavarro » Thu Nov 10, 2016 11:07 am

Do you have an email account?
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Mejoras para scintilla

Postby marzio » Thu Nov 10, 2016 11:10 am

marzio
 
Posts: 129
Joined: Wed Apr 04, 2007 6:54 am

Re: Mejoras para scintilla

Postby cnavarro » Thu Nov 10, 2016 4:41 pm

---------------------------------------- BUG FIXED ------------------------------------

Fixed minor bug in compilation resources in projects

https://bitbucket.org/fivetech/fivewin- ... ivedit.exe

Thanks
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Mejoras para scintilla

Postby cnavarro » Tue Nov 22, 2016 5:04 pm

---------------------------------------------- NEW VERSION 22/11/2016 -----------------------------

https://bitbucket.org/fivetech/fivewin- ... edit52.zip

Please, download after this file
https://bitbucket.org/fivetech/fivewin- ... ivedit.exe

Image
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

PreviousNext

Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 83 guests