topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
harbour 3.0 ready to download | Thank you ... I'm having some issues unrelated to FWH / Harbour and hope to get this tested today or tomorrow when they are resolved. |
harbour 3.0 support {||&(""t1:a1+t1:a2/t1:a3"") }&(t1:a1"") ? | Hi,
Macro {||&("t1:a1+t1:a2/t1:a3") }, {||&(t1:a1) } ,&("t1:a1") error : variable t1 does not exist ,how to to these ?
// At last ,found the low level mistake : local variable can't be excuted in macro
{||macrofield("t1:a1+t1:a2/t1:a3",t1) }
function macrofield(cstr,t0)
private t1
t1:=t0
return &cstr
... |
harbour 3.0 support {||&(""t1:a1+t1:a2/t1:a3"") }&(t1:a1"") ? | What error you get ? |
harbour 3.0 support {||&(""t1:a1+t1:a2/t1:a3"") }&(t1:a1"") ? | Antonio,
xbrowse:
oCol:bStrData := {||&(ALLTRIM(odb3:cformula))}
// now odb3:cformala === "t1:a1"
run time error: vriable t1 does not exist
Regards !
Shuming Wang |
harbour 3.0 support {||&(""t1:a1+t1:a2/t1:a3"") }&(t1:a1"") ? | Try oCol:bStrData := {||ALLTRIM(&(odb3:cformula))} |
harbour 3.0 support {||&(""t1:a1+t1:a2/t1:a3"") }&(t1:a1"") ? | xbrowse:
1. oCol:bStrData := {||&("t1:a1")}
// or oCol:bStrData := {||&("t1:a1+t1:a2/t1:a3")}
run time error: vriable t1 does not exist
2. oCol:bStrData := {||t1:&("a1")}
runs OK! |
harbour CLASS vs. Xbase++ CLASS | hi,
under harbour i have to pass all Parameter which are need "before" Create Control
under Xbase++ i have o:New() to pass "some" Parameter AND MUST call o:Create()
but between o:New() and o:Create() i got access to Member of CLASS to "fill" Property
[code=fw:3l541tw3]<div class="fw" id="{CB}" style="font-family: mo... |
harbour CLASS vs. Xbase++ CLASS | Dear Jimmy,
Why don't you use the FWH commands ? Using them you avoid having to deal with so many parameters |
harbour CLASS vs. Xbase++ CLASS | hi Antonio,
[quote="Antonio Linares":3929kjk4]Why don't you use the FWH commands ?
Using them you avoid having to deal with so many parameters[/quote:3929kjk4]
there are still a lot in Fivewin what i have to learn
i got Problem with xCommand e.g. COMBOBOX like in this Thread
[url:3929kjk4]https://forums.five... |
harbour actual | Buenas tardes
tengo un programa de consola funcionando bien con xharbour 1.5 o algo asi, deseo comilar con el harbour actual y me da este error o warning
\wilson\inves\w1seek.prg:4922:26: warning: initialization discards 'const' quali
fier from pointer target type
char * cStr = hb_parc( 1 );
... |
harbour actual | Wilson,
char * cStr = ( char * ) hb_parc( 1 ); |
harbour actual | [quote="Antonio Linares":i263bwpu]char * cStr = ( char * ) hb_parc( 1 );[/quote:i263bwpu]
Or better:
[code=fw:i263bwpu]<div class="fw" id="{CB}" style="font-family: monospace;">const char * cStr = hb_parc<span style="color: #000000;">(</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#... |
harbour actual | Wow excelente funciono de maravilla
Gracias Maestro Antonio y Enrico
saludos
Wilson |
harbour and ads error | Hi, i was using xharbour for a long time, but now i test with Harbour, but i'm getting an error with ads and adsskipunique, i use implib to make ace32 from ace32.dll, but dont solve this...
someone can help me?
fwh902, harbour from fivetech (24/2), ads 8.10, bcc 551
thanks |
harbour and ads error | Norberto
You need to go to the Sybase website and download the ADS SDK for 9.1 .. it has the latest ace32.dll from which you will need to implib your ace32.lib ..
<!-- m --><a class="postlink" href="http://devzone.advantagedatabase.com/dz">http://devzone.advantagedatabase.com/dz</a><!-- m --> ... Platform=6
Hope th... |
harbour and ads error | Rick, thanks, but i use ads 8.10, this is work?? thanks |
harbour and ads error | Norberto
Good question .. I know you can not mix and match ace32.dll and the other ax dll's .. Give it a try .. sorry for the vague answer.
Rick Lipkin |
harbour clipper 5.1 | buenas como hago para obterner un harbour con todas las librerias minimas requeridas??? todas las versiones que bajo no tienen el rtl.lib y el vm.lib por ejemplo |
harbour club has now 100 members | [url:2sctcj5c]https://www.facebook.com/groups/modharbour.club[/url:2sctcj5c]
Dear friends,
I am delighted to announce that mod harbour club has now 100 members.
I am particularly pleased that our member number 100 is
[b:2sctcj5c]Jacob Koopman[/b:2sctcj5c] .
A singer and songwriter from Dublin, Ireland... |
harbour club has now 100 members | The first "AIRSTREAM gig" in SILLIAN from Dublin is history
... and it was a great event.
Jacob: " Hey guys, so I did a gig through the internet once again with some cutting-edge technology. There was almost no latency! And I didn't even have to leave my room, which was quite interesting. Here's how it went"
[u... |
harbour compiler comunity | I invite everybody in Partecipe at harbour compiler comunity at
<!-- m --><a class="postlink" href="https://plus.google.com/communities/104283787114497112928">https://plus.google.com/communities/104 ... 4497112928</a><!-- m -->
Share info to other clipper/[x]harbour developer |
harbour compiler comunity | I invite everybody in Partecipe at harbour compiler comunity at
<!-- m --><a class="postlink" href="https://plus.google.com/communities/104283787114497112928">https://plus.google.com/communities/104 ... 4497112928</a><!-- m -->
Share info to other clipper/[x]harbour developer |
harbour cvs updated | hi, someone has the new parameters for down cvs harbour?? i use this for xharbour :
CVSROOT=:pserver:anonymous@xharbour.cvs.sourceforge.net:/cvsroot/xharbour
thanks |
harbour cvs updated | Norberto,
Harbour does not use CVS any longer. Now it uses SVN (subversion). |
harbour cvs updated | Antonio, how to make dowload? theres an method? thanks |
harbour cvs updated | Download TortoiseSVN from
[url:2in9u9yx]http://tortoisesvn.net[/url:2in9u9yx]
Do a SVN checkout with the following URL of repository:
<!-- m --><a class="postlink" href="https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour">https://harbour-project.svn.sourceforge ... nk/harbour</... |
harbour cvs updated | Antonio, Enrico, very thanks. |
harbour error from cvs : unicows.dll | hi, i try compile harbour from cvs and get the error:
hbpp.exe : missing UNICOWS.DLL
how to solve this?
very thanks |
harbour error from cvs : unicows.dll | Bcc58 bcc6x will have the same problem
bcc55 no error |
harbour error from cvs : unicows.dll | hi, nothing for this? im only one using bcc58 and try to compile harbour from cvs? |
harbour error from cvs : unicows.dll | HI, no one using harbour (cvs) + bcc?? |
harbour error from cvs : unicows.dll | eu tive o mesmo problema e ainda nao consegui resolver...
minha maquina é windows 7
estou usando o bcc 582 |
harbour error from cvs : unicows.dll | Luiz, parece que somos os unicos usando bcc582+harbour svn. (seems to be only two using this combination , maybe they using vc or gcc or old versions of harbour). <!-- s:? --><img src="{SMILIES_PATH}/icon_confused.gif" alt=":?" title="Confused" /><!-- s:? --> |
harbour error from cvs : unicows.dll | Norberto,
Do you get the same error when you run Harbour ?
We have no problems at all using BCC582 and Harbour from its SVN repository. You can download our builds from here:
[url:k2rlkfd0]http://code.google.com/p/harbour-and-xharbour-builds/downloads/list[/url:k2rlkfd0] |
harbour error from cvs : unicows.dll | Antonio, sorry, the error is harbour (svn - last version) and bcc582. |
harbour error from cvs : unicows.dll | Antonio, try compile with svn after 04/04/2012. |
harbour error from cvs : unicows.dll | Norberto,
Have a look at this changelog entry
[code=fw:18nhiwbr]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">2012</span><span style="color: #000000;">-04</span><span style="color: #000000;">-01</span> <span style="color: #000000;">16</span>:<span style="color: #000000;">30</s... |
harbour error from cvs : unicows.dll | HI thanks, so last harbour dont work with bcc... changelog =>(except for bcc, where it just doesn't work).
someone from harbour team can solve this or time to change to visual c+ or mingw ? |
harbour error from cvs : unicows.dll | [quote="norberto":nq850qtp]someone from harbour team can solve this or time to change to visual c+ or mingw ?[/quote:nq850qtp]
Time to drop Harbour and its team.
EMG |
harbour error from cvs : unicows.dll | I know harbour its a open source project and we can not demand anything of the contributors, but breaking compatibility would be something wrong? type changed it to a compiler, and others be damned. <!-- s:? --><img src="{SMILIES_PATH}/icon_confused.gif" alt=":?" title="Confused" /><!-- s:? --> |
harbour error from cvs : unicows.dll | Norberto,
same error here. I have also reported it to the Harbour dev list.
In the meantime, you can download the most recent nightly build from here:
[url:vrcyvseg]http://sourceforge.net/projects/harbour-project/files/binaries-windows/nightly/[/url:vrcyvseg]
And copy hbpp.exe, harbour.exe and hbmk2.exe to ... |
harbour error from cvs : unicows.dll | Norberto,
Here you have it:
[url:e95mhtxk]http://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=harbour_bcc582_20120512.zip&can=2&q=[/url:e95mhtxk]
Temporarly it uses harbour.exe, hbpp.exe and hbmk2.exe from the MinGW nightly build
It seems to be working fine <!-- s:-) --><img sr... |
harbour error from cvs : unicows.dll | Antonio, thanks. i will try now. |
harbour error from cvs : unicows.dll | The only way (for now) to entirely build current Harbour using BCC582 is to copy harbour\lib\3rd\win\bcc\unicows.lib to bcc582\lib\psdk\unicows.lib |
harbour for MSVC 2013? | Hi Antonio,
Is it possible to compile harbour for MSVC 2013?. I have compiled it with 2010, but it exe that is created cannot run Win XP. It is ok in win7.
Thanks. |
harbour for MSVC 2013? | Hakan
I use MSVC 2012 , in order to generate a xp compatible exe you must have at your link options
/nologo /subsystem:WINDOWS,5.01 /force:multiple /NODEFAULTLIB:libc /nxcompat:NO /machine:X86 /Ignore:4006
I have not yet tested MSVC 2013, will do in january
Hth
Richard |
harbour for MSVC 2013? | Thank you Richard,
I will test it tomorrow. I did not use 2012, but It seems database procedures in vs2013 is slower than vs2010. I use DBFCDX. |
harbour for MSVC 2013? | Hakan,
Have you tried this one ?
[url:1j7dau0l]https://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=harbour_msvc2012_20131007_2.zip[/url:1j7dau0l] |
harbour for MSVC 2013? | [quote="Antonio Linares":3e5noy7z]Hakan,
Have you tried this one ?
[url:3e5noy7z]https://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=harbour_msvc2012_20131007_2.zip[/url:3e5noy7z][/quote:3e5noy7z]
Hi Antonio,
I have not tried yet. But as I said before, vs2103 is seems to be s... |
harbour for MSVC 2013? | [quote="Antonio Linares":3odopakx]Hakan,
Have you tried this one ?
[url:3odopakx]https://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=harbour_msvc2012_20131007_2.zip[/url:3odopakx][/quote:3odopakx]
Hi Antonio,
In order to make sure install vs2013 properly, I have uninstall and... |
harbour for MSVC 2013? | Hakan,
This should work: /subsystem:WINDOWS,5.01 as Fernando Gondi found.
Fernando, could you confirm it ? thanks |
harbour for MSVC 2013? | Si,
Compilo con MSVC2012 y uso:
[code=fw:243xe9rw]<div class="fw" id="{CB}" style="font-family: monospace;">/nologo /subsystem:<span style="color: #000000;">WINDOWS</span>,<span style="color: #000000;">5.01</span> /force:<span style="color: #000000;">multiple</span> /NODEFAULTLIB:<span style="color: #000000;">libc</spa... |
harbour for android from windows | Can same body try my guide
[url:3qgthx3e]https://docs.google.com/document/d/1GC1c924TzmiUQqSJSpd7fhFPspMg3Wf4JXznDTzLUf0/edit#bookmark=id.ykdwpv9lmixe[/url:3qgthx3e]
and give me suggestion |
harbour home page and forums | Hello,
some body know what happen with harbour project home page and nabble developer list
regards
Marcelo |
harbour home page and forums | Marcelo,
The developers mailing list is now accessible from google groups:
<!-- m --><a class="postlink" href="http://groups.google.es/group/harbour-devel?hl=es&lnk=">http://groups.google.es/group/harbour-devel?hl=es&lnk=</a><!-- m --> |
harbour home page and forums | <!-- m --><a class="postlink" href="http://www.harbour-project.org/">http://www.harbour-project.org/</a><!-- m --> |
harbour in DLL accessible to Visual Studio C# .Net | I'm trying to create a C# wrapper program that calls Harbour and FiveWin functions directly.
Does anyone know if the Harbour Libraries can be encapsulated into a DLL which can be linked into and used by a C# .Net program?
Same question for the FiveWin libraries.
Same question for my .prg files.
Ultimately, I'd like o... |
harbour in DLL accessible to Visual Studio C# .Net | Do you know FiveNet?
<!-- m --><a class="postlink" href="https://github.com/FiveTechSoft/fivenet">https://github.com/FiveTechSoft/fivenet</a><!-- m --> |
harbour program including FIVEWIN source which license? | Dear Antonio,
for mod harbor I would like to use some functions from FIVEWIN.
Since the source code is also passed on along mod harbour programs - we are also planning to offer an application from us on FB for free download - I see a problem with the license here.
My example:
I would like to use and pass on the ValT... |
harbour program including FIVEWIN source which license? | Dear Antonio,
Working on a universal routine for my program for EDIT.
Starting from
TABLE with a BUTTON "EDIT"
AJAX
read all record fields from the selected record and fill
<FORM> <//FORM>
SAVE BUTTON
AJAX request with data
"read at initialization" and
data from FORM (edited data)
prg Server
first check if data ... |
harbour test samples | <!-- m --><a class="postlink" href="http://www.koders.com/noncode/fid27035BD7BC63F0CA1E816BEB0150E106CCA1FB18.aspx">http://www.koders.com/noncode/fid27035B ... 1FB18.aspx</a><!-- m --> |
harbour v1.x -> v.3x Error | hi,
i have a old harbour v1.x Source Code and try to run it under v3.x and got these Error
[quote:1xuzz0tz]
----------------------------------------------------------------------------------------------------
Project [ HbXbase ] Launch [ Yes ] Rebuild [ Yes ] Started [ 08:58:35 ]
--------------------------------------... |
harbour v1.x -> v.3x Error | Jimmy,
Please provide complete HBXBASE.prg source code so we can help you to fix it, thanks |
harbour v1.x -> v.3x Error | [quote="Antonio Linares":19wd2t2m]Please provide complete HBXBASE.prg source code so we can help you to fix it, thanks[/quote:19wd2t2m]Ok, i will prepare a hole Demo. |
harbour vs xHarbour Directory() in Korea | Dear,
Appear differently in harbour and xHarbour in Korea.
xHarbour appears rightly.
Is there solution?
[code=fw:rat6ggco]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><span style="color: #00D7D7;">#... |
harbour vs xHarbour Directory() in Korea | Oriental user,
Is not there problem in Taiwan, China, Japan in harbour?
There was no problem in clipper. |
harbour vs xHarbour Directory() in Korea | [quote="dbmanfwh":3eej8kul]Oriental user,
Is not there problem in Taiwan, China, Japan in harbour?
There was no problem in clipper.[/quote:3eej8kul]
Hi dbmanfwh,
I know use Harbour need to add these code below:
[code=fw:3eej8kul]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900... |
harbour vs xHarbour Directory() in Korea | Hi Rechard,
Thank you about reply.
If program that you make was compiled perfectly, you are a happy person.
Because I make program like you, I compiled, but error occurs.
Moreover, Harbour was difficult because do not offer hblang.hbx and hbcpage.hbx from very first time.
Put getting upside two files, but end become... |
harbour vs xHarbour Directory() in Korea | [quote="dbmanfwh":35uk34if]Hi Rechard,
Thank you about reply.
If program that you make was compiled perfectly, you are a happy person.
Because I make program like you, I compiled, but error occurs.
Moreover, Harbour was difficult because do not offer hblang.hbx and hbcpage.hbx from very first time.
Put getting upsid... |
harbour vs xharbour | Hello
How do we stand the comparison [b:3vw3fzra]today[/b:3vw3fzra] between harbour and xharbour
I personnally have used xharbour since it's very beginning, at that time xharbour was far more powerful and extended than harbour , the dev was in xharbour , ported to harbour afterwards , now i notice we go the opposite ... |
harbour vs xharbour | Hi Richard,
[quote="Richard Chidiak":1roj9x4x]
I personnally have used xharbour since it's very beginning
[/quote:1roj9x4x]
The same like me. But about 1 year ago I changed my code that it worked very well with xHarbour and Harbour. But in the first time I only used Harbour apps only internal for testing. Since about... |
harbour x ppc | salve a tutti,
il compilatore harbour per pocket pc è liberamente scaricabile o è prodotto da linares insieme a fwppc?
è adatto per smartphone con symbian?
altrimenti c'è un linguaggio per sistemi symbian simile a xHarbour?
grazie, marzio |
harbour x ppc | [quote="marzio":20shle1q]salve a tutti,
il compilatore harbour per pocket pc è liberamente scaricabile o è prodotto da linares insieme a fwppc?[/quote:20shle1q]
Quello che distribuisce Antonio attualmente credo sia un suo porting. Però è stata recentemente realizzata anche la versione ufficiale che trovi nell'SVN di H... |
harbour x ppc | mi puoi dare il link per favore, non riesco atrovarlo.
ciao, marzio |
harbour x ppc | Non c'è un link. All'SVN, così come al CVS, si accede con un client apposito, ad esempio TortoiseSVN.
EMG |
harbour x ppc | ..... e non credo vada bene per i sistemi Symbian ma solo per quelli con Windows Mobile e che abbiamo un processore del tipo ARM
per gli altri puoi provare hb++ |
harbour x ppc | *Quello che distribuisce Antonio attualmente credo sia un suo porting. *Però è stata recentemente realizzata anche la versione ufficiale che *trovi nell'SVN di Harbour (io non l'ho provata). come faccio esattamente ad andare su [b:1jri4rrz]SVN di Harbour ?[/b:1jri4rrz]NON HO COMPLETAMENTE IDEA qualche anima gentile mi ... |
harbour x ppc | Secondo me stai scegliendo una strada troppo complicata. Con FWPPC vengono forniti tutti gli strumenti necessari. Ti conviene usare quelli.EMG |
harbour.exe ha detectado un problema y debe cerrarse | Hola foro,
Estoy compilando los archivos con FWH 2.7 y Harbour 55, que descargue (ambos) del ftp de fivetechsoft.
Al intentar compilar un prg aparece que "harbour.exe ha detectado un problema y debe cerrarse"
Me pasa un varios prg pero con los demás funciona perfectamente.
He probado incluso con buildh.bat que hay ... |
harbour.exe ha detectado un problema y debe cerrarse | Hola foro,
Ya encontré el problema. Esta en la siguiente línea de código:
[code:10zjhqla]if aScan(aFiltro, {|x| x[1]='Proveedor' .and. len(x)=5 .and. x[5]})<>0[/code:10zjhqla]
si x[1] lo compruebo contra 'Proveedo' ya no da error y compila perfectamente:
[code... |
harbour.exe ha detectado un problema y debe cerrarse | Fernando,
Hay que buscar un ejemplo que sea lo más pequeño posible y que reproduzca el error. Este código funciona bien:
[code:22rdztmc]
function Main()
local aFiltro := { { "uno" } , { "dos" } }
if AScan( aFiltro, { | x | x[ 1 ] = "Es Proveedor" ... |
harbour.exe ha detectado un problema y debe cerrarse | Hola Antonio,
Prueba este código. Me da error
[code:3cq3r8k5]#include 'fivewin.ch'
function Main()
local aFiltro := { { "uno" } , { "dos" } }
if AScan( aFiltro, { | x | x[ 1 ] = "Proveedor" .and. len(x)=5 .and. x[5&#... |
harbour.exe ha detectado un problema y debe cerrarse | #include 'fivewin.ch'
function Main()
local aFiltro := { { "uno" } , { "dos" } }
if AScan( aFiltro, { | x | x[ 1 ] = "Proveedor" .and. len(x)=5 .and. x[5] } ) != 1
MsgInfo( "ok" )
endif
MsgInfo( "done!" )
return nil
// Acá, mi funciono perfecto em FIVEWIN 2.7 Y [x]HARBOUR 0.99.60 |
harbour.exe ha detectado un problema y debe cerrarse | Hola Karinha,
A mi me sigue sin funcionar.
Si quito el include funciona correctamente
[code:2p30q2x5]#include 'fivewin.ch'[/code:2p30q2x5] |
harbour.exe ha detectado un problema y debe cerrarse | //-> Mira tu BUILDH.BAT si esta como este.
@ECHO OFF
CLS
ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
ECHO ³ FiveWin for xHarbour 2.7 - November 2005 xHarbour development power ³Ü
ECHO ³ (c) FiveTech, 1993-2005 for Microsoft Windows 95/98/NT/2000/ME and XP ³Û
ECHO ÀÄ... |
harbour.exe ha detectado un problema y debe cerrarse | Hola karinha,
Ese el build para xharbour. Con xharbour funciona perfectamente.
Es con harbour con lo que no funciona |
harbour.exe ha detectado un problema y debe cerrarse | Fernando,
Confirmado. Curiosamente compila FWH entero sin problemas. Es en ese ejemplo en concreto.
Por lo visto es un error de harbour. Vamos a reportarlo a la lista de Harbour. |
harbour.exe ha detectado un problema y debe cerrarse | Fernando,
Arreglado el error. Puedes descargar Harbour nuevamente desde:
<!-- w --><a class="postlink" href="http://www.fivetechsoft.com/files/harbour.exe">www.fivetechsoft.com/files/harbour.exe</a><!-- w -->
<!-- w --><a class="postlink" href="http://www.fivetechsoft.com/files/harbourm.exe">www.fivetechsoft.com/file... |
harbour.exe ha detectado un problema y debe cerrarse | Antonio,
Ahora funciona perfectamente.
Muchas gracias. |
harbour.exe ha detectado un problema y debe cerrarse | Fernando,
Gracias a ti por reportar el problema y así poder trabajar para solucionarlo <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
harbour/fivewin support to sublime text 2 | As subject [url:us2cp27l]http://cincomundos.wordpress.com/2013/01/11/harbourfivewin-support-to-sublime-text-2/[/url:us2cp27l]
Happy coding with your new editor !
José Luis |
harbour/fivewin support to sublime text 2 | Is there somewhere a video to see sublime in action with FW.
Best regards,
Otto |
harbour/fivewin support to sublime text 2 | Hi Otto,
You can see a lot of videos of ST2, just searcj "Sublime text 2 video" at Google, but we haven't recorded any video using it with FWH.
Regards, |
harbour/fivewin support to sublime text 2 | Hello José,
I had a look at a video and it seems to me more or less the same than UEStudio.
Am I right that this is not a "two way tool" like AUTOCODE.
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=24208&p=130632&hilit=autocode#p130632">viewtopic.php?f=3&t=24208&p=1306... |
harbour3.0 dll32 function xxx() compile error | Hi,
as below:
DLL32 FUNCTION CopyFile( Source_file AS LPSTR, Target_file AS LPSTR, Ret_err AS LONG ) ;
AS BOOL FROM "CopyFileA" LIB "Kernel32.dll"
DLL32 FUNCTION MoveFile( Source_file AS LPSTR, Target_file AS LPSTR ) ;
AS BOOL FROM "MoveFileA" LIB "Kernel32.dll"
Habour 3.0 get error,While harbour2.0,1.0 cou... |
harbour3.0 dll32 function xxx() compile error | OH!
There is a dll.ch in harbour30/include ! so fwh/include/dll.ch not actional.
Shuming Wang |
harbour3.0 dll32 function xxx() compile error | Shuming,
many thanks for your feedback <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
harbour_for_mod_harbour error compiler | Hi Antonio.
I'm trying to test mod_harbour . The first impression is EXCELLENT !!!
Using harbour language on the web with Apache is absolutely amazing . WOW ......
Toady I’m trying to build the harbour for mod_harbour exe compiler for later building an hrb file to include inside my project.
The command that I use is ... |
harbour_for_mod_harbour error compiler | Dear Giuliano,
As we link contribs libs (PDF, curl, etc) inside libharbour.dll we can't build it using the standard Harbour makefile.
So when you reach to those errors (unresolved externals) then you have to continue it using this go.bat file:
[url:2c0a4psg]https://github.com/FiveTechSoft/mod_harbour/tree/mas... |
harbour_for_mod_harbour error compiler | Hi Antonio,
Thanks for your quickly answer .
My focus is to test some features of mod_harbour and one of this is HRB files (precompiled files) for LOAD it inside mod_harbour PRG .
The question is : how can i make HRB files ? What is the right way ?
So i don't need to recompile DLL but only to generate HRB files.
Thank... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.