Search found 56 matches: oledefaultarg

Return to advanced search

Re: Makefile para FWH64

Cambié los 10001 por otro valor... me da: xhb.lib(xhbole.obj) : warning LNK4006: HB_FUN_OLEDEFAULTARG already defined in FiveH64.lib(OLEFUNCS.obj); second definition ignored hbct.lib(dattime3.obj) : warning LNK4006: HB_FUN_SETTIME already defined in FiveHC64.lib(DATETIME.obj); second definition igno...
by TOTOVIOTTI
Tue Nov 17, 2015 11:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Makefile para FWH64
Replies: 34
Views: 4946

Re: Makefile para FWH64

Perdon es este: xhb.lib(xhbole.obj) : warning LNK4006: HB_FUN_OLEDEFAULTARG already defined in FiveH64.lib(OLEFUNCS.obj); second definition ignored hbct.lib(dattime3.obj) : warning LNK4006: HB_FUN_SETTIME already defined in FiveHC64.lib(DATETIME.obj); second definition ignored hbct.lib(dattime3.obj)...
by TOTOVIOTTI
Wed Nov 11, 2015 8:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Makefile para FWH64
Replies: 34
Views: 4946

Re: Warning compilando FWH64

Roberto,

El warning te avisa de que la función OLEDEFAULTARG() está tanto en FWH como en la librería xhb.lib de Harbour

De todas formas vamos a solucionarlo para la próxima versión de FWH

gracias!
by Antonio Linares
Thu Nov 05, 2015 8:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Warning compilando FWH64
Replies: 8
Views: 719

Warning compilando FWH64

Hola estoy tratando de compilar un prg con FWH64 y el harbour para 64 bits, usando el build64.bat y me tira este warning: xhb.lib(xhbole.obj) : warning LNK4006: HB_FUN_OLEDEFAULTARG already defined in F iveH64.lib(OLEFUNCS.obj); second definition ignored xbrwin7.exe : warning LNK4088: image being ge...
by TOTOVIOTTI
Thu Nov 05, 2015 2:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Warning compilando FWH64
Replies: 8
Views: 719

New FTDN June 2015 (FWH 15.06)

... Enhancement: function cWinVersion() now returns 10 for Windows 10. * New: function IsWindows10() --> lYesNo * Enhancement: xbrowse.prg calls to OleDefaultArg() are replaced by FWH function AdoDefault(), since older versions of Harbour did not have the function OleDefaultArg() * Enhancement: ...
by Antonio Linares
Sun Jul 19, 2015 10:00 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June 2015 (FWH 15.06)
Replies: 7
Views: 3011

Re: New FTDN May 2015 (FWH 15.05)

... Enhancement: function cWinVersion() now returns 10 for Windows 10. * New: function IsWindows10() --> lYesNo * Enhancement: xbrowse.prg calls to OleDefaultArg() are replaced by FWH function AdoDefault(), since older versions of Harbour did not have the function OleDefaultArg() * Enhancement: ...
by Antonio Linares
Tue Jun 16, 2015 12:18 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May 2015 (FWH 15.05)
Replies: 5
Views: 3249

Re: New FTDN May 2015 (FWH 15.05)

... Enhancement: function cWinVersion() now returns 10 for Windows 10. * New: function IsWindows10() --> lYesNo * Enhancement: xbrowse.prg calls to OleDefaultArg() are replaced by FWH function AdoDefault(), since older versions of Harbour did not have the function OleDefaultArg() * Enhancement: ...
by Antonio Linares
Fri Jun 12, 2015 10:11 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May 2015 (FWH 15.05)
Replies: 5
Views: 3249

New FTDN (July) 2014 (FWH 14.07)

... b) New function AdoNull() --> NULL value for assignment in ADO/OLE c) New function AdoDefault() --> Skip argument Same as xHarbour's OleDefaultArg() d) New: FW_AdoIndexes( oCn, cTable ) e) New: FW_AdoCreateIndex( oCn, cTable, cIndexName, aCols, lUnique ) f) New: FW_AdoDropIndex( oCn, ...
by Antonio Linares
Mon Aug 04, 2014 6:41 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN (July) 2014 (FWH 14.07)
Replies: 3
Views: 3112

Re: Bug harbour_3.2_32bits_MSVC2013_20142906

Antonio Con la version Fwh1406, obtengo este error Compiling... Harbour 3.2.0dev (r1406271520) Copyright (c) 1999-2014, http://harbour-project.org/ Compiling 'prog01.prg' and generating preprocessed output to 'prog01.ppo'... Lines 6145, Functions/Procedures 11 Generating C source output to 'prog01.c...
by cnavarro
Sun Jul 13, 2014 6:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug harbour_3.2_32bits_MSVC2013_20142906
Replies: 42
Views: 7436

Re: Migrate to Harbour

Antonio, When I've seen the first message asking about OleDefaultArg() I thought it's a joke and for sure harbour-devel list it's not the place to ask about some basic OLE functionality in Harbour. Please send such messages to harbour-user list in the ...
by Enrico Maria Giordano
Sat Jul 05, 2014 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrate to Harbour
Replies: 85
Views: 11858

Re: Migrate to Harbour

... sent an email to Vikthor regarding his fork (for tech support) and got no answer at all from him yet. Some days ago I asked in the list about your OleDefaultArg() question (for second time) and see a portion of his response: When I've seen the first message asking about OleDefaultArg() I thought ...
by Antonio Linares
Sat Jul 05, 2014 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrate to Harbour
Replies: 85
Views: 11858

Re: C Struct

... so. Enrico has been using it for long time so surely he may be able to complete my description :-) What I know is that some OLE methods fail if OleDefaultArg() is not used for some missing parameters (not necessarily all of them). Samples: oSel:InsertFile( cTmp, OLEDEFAULTARG(), ...
by Enrico Maria Giordano
Sat Jun 21, 2014 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: C Struct
Replies: 23
Views: 3491

Re: C Struct

Cristobal,

OleDefaultArg() is to OLE quite similar to what NIL is to Harbour :-)
by Antonio Linares
Fri Jun 20, 2014 7:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: C Struct
Replies: 23
Views: 3491

Re: C Struct

Cristobal, You can give an example of using this function OleDefaultArg ()? Puedes poner un ejemplo de uso de esta funcion OleDefaultArg()? I found this link http://forums.fivetechsupport.com/viewtopic.php?f=3&t=27404&hilit=OleDefaultArg&start=30#p152620 ...
by Enrico Maria Giordano
Thu Jun 19, 2014 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: C Struct
Replies: 23
Views: 3491

Re: C Struct

... Harbour is rock solid , with a growing ang growing users base, and you will be happier and we will have less tech support :-) Any news regarding OleDefaultArg() function in Harbour? EMG Enrico You can give an example of using this function OleDefaultArg ()? Puedes poner un ejemplo de uso de esta ...
by cnavarro
Thu Jun 19, 2014 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: C Struct
Replies: 23
Views: 3491
Next

Return to advanced search