Search found 19 matches: stub

Return to advanced search

Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Hello, I'm getting this error while I'm trying to compile ERP.PRG sample. I'm using FWH64, Habour 64 and BCC7164 I don't know if is there issues with Harbour and Borland on 64 bits Mysql.h file is on FWH64 include folder Please advise ┌────────────────────────────────────────────────────────────────...
by Compuin
Fri Jun 25, 2021 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4077

Re: To < Anserkk > about sample < Wordtable.prg >

... : oWord:ActiveDocument:SaveAs("c:\temp\test.doc") oWord:PrintOut() oWord:Quit() release object oRange, oWord oWord = null // Finally, stub out the reference to make sure it's released setting margins : #define InchToPoints 72 oword:activedocument:pagesetup:TopMargin := InchToPoint ...
by ukoenig
Sat Feb 23, 2013 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To < Anserkk > about sample < Wordtable.prg >
Replies: 12
Views: 6225

Re: Compile Error Borland FWH 1201

%C_LIB_INSTALL%\C0W32.OBJ=1

its OBJ not LIB

is the first file.

i think is PE Code (EXE STUB START CODE)

repeat, i think. :-)

salud
by carlos vargas
Fri Feb 03, 2012 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile Error Borland FWH 1201
Replies: 5
Views: 1556

Re: Creating an Open Office spreadsheet file .xls

You can try a brute force solution: FUNCTION KillOO( cTask ) // cTask is the name of the OO stub LOCAL nShel := fCreate( "kill.bat" ) fWrite( nShel, "taskkill /F /IM " + cTask ) fClose( nShel ) ShellExecute( 0, "open", "kill.bat",,, ...
by ADutheil
Sat Nov 05, 2011 3:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating an Open Office spreadsheet file .xls
Replies: 23
Views: 11956

Re: Creating an Open Office spreadsheet file .xls

... close the oCalc object from the ServiceManager ? oCalc := CreateObject( "com.sun.star.ServiceManager" ) It seems that the Office "stub" needs to stay resident in memory .. I have found no way to end(), Quit(), Terminate() the object ? Rick
by Rick Lipkin
Sat Nov 05, 2011 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating an Open Office spreadsheet file .xls
Replies: 23
Views: 11956

Re: he conseguido un iphone

Mastintin, he creado un proyecto nuevo y he agregado la livfivephone.a que me dejastes y ahora ocurre esto: Build test4 of project test4 with configuration Debug PhaseScriptExecution "Run Script" build/test4.build/Debug-iphonesimulator/test4.build/Script-64DA86BD129C59C800575091.sh cd /Vol...
by softruz
Wed Dec 15, 2010 2:42 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 129688

Re: he conseguido un iphone

Mastintin, lo he probado, le he agregado a la plantilla las cabeceras harbour y fivephone, pero me dan estos errores Build testharb of project testharb with configuration Debug PhaseScriptExecution "Run Script" "build/testharb .build/Debug-iphonesimulator/testharb .build/Script-64DA86...
by softruz
Tue Dec 14, 2010 3:37 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 129688

Re: he conseguido un iphone

Mastintin, el primer problema que me encuentro es que me instala la plantilla en la carpeta manuel, yo he copiado estas carpetas a las mias en mi usuario-Libreria- etc... y ya he logrado que me aparezca la plantilla en xCode, pero cuando añado tutor02.prg y compilo me sale los siguientes errores Bui...
by softruz
Mon Dec 13, 2010 10:58 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 129688

Re: CTRL+C+C

Try to release VK_CONTROL after its use:

Code: Select all  Expand view
SetStateKey( VK_CONTROL, .F. )


Only a stub in the dark.

EMG
by Enrico Maria Giordano
Tue Mar 09, 2010 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CTRL+C+C
Replies: 4
Views: 1022

Re: Get FWH 6.12 for free!!!

fwh.exe on My win 7 64 bit not start
Viktor said that
The installer has a Windows 16-bit stub, which makes it impossible to install it on 64-bit Windows systems.


Will work with last harbour version from cvs?


Thanks in advance
by mbelgrano
Wed Sep 30, 2009 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get FWH 6.12 for free!!!
Replies: 34
Views: 8746

As a stub in the dark, try to put a call to SysRefresh() at the end of the function Main(), just before the return nil statement.

EMG
by Enrico Maria Giordano
Wed Oct 15, 2008 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What's I do wrong with TTimer() ?
Replies: 16
Views: 3688

... classes. I think that the format its in is pretty OK but I would be interested in any feedback from people looking at it. We can then produce a stub layout if anyone wants to document FiveWin classes in the same format and / or change my format before I do the remaining FiveLinux classes. It ...
by xProgrammer
Sat Aug 30, 2008 10:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin Wiki
Replies: 44
Views: 10465

... atomic approach which is native to ISAM. The way forward in my opinion is OO databases. It would be nice to write an xBase client server back end stub and spilt our code between client and server all in the language we love. That could be very efficient. Mine would have to run on Linux. Nice thought ...
by xProgrammer
Fri Jun 27, 2008 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Should us to STOP using DBF?
Replies: 38
Views: 10642

Norberto,
I'm not sure how vital GetGuiResources() is but if I were you, rather than going back to an older version of FWH I'd just put in a stub of GetGuiResources() for the time being.
by hua
Fri Feb 22, 2008 3:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error fwh802 getguiresources and windows nt 4 work
Replies: 28
Views: 3585

... hace falta compilar y linkear en las dlls el archivo FWSTUB.PRG pues no hace nada. En su reemplazo, tomé todas esas intrucciones y las cambié de Stub a DYNAMIC. Luego las incorporé como "includes", en cada PRG que conforman cada Dll. Si en un prg no están incluídas genera error cuando invoque ...
by Cgallegoa
Tue Dec 11, 2007 8:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antonio S.O.S.... PCODE DLL no funciona con FWH 7.12
Replies: 13
Views: 2564
Next

Return to advanced search