Search found 54 matches: oleuninitialize

Return to advanced search

tsbrowse para fhw 2304

Buenas tardes Por favor si me pueden ayudar con la lib de tsbrowse para harbour de fhw 2304 me he descarado del github de fivetech pero me da los siguientes errores. Error: Unresolved external '_hb_vmProcessSymbolsEx' referenced from C:\FWH2304\LIB\SBROWSEH.LIB|TSBROWSE Error: Unresolved external '_...
by EASYSOFT
Tue Jul 25, 2023 6:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tsbrowse para fhw 2304
Replies: 6
Views: 464

Re: Link error con OLEUNINITIALIZE()

Hola Cristobal.

Gracias

Saludos
by devtuxtla
Sun Sep 24, 2017 11:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Link error con OLEUNINITIALIZE()
Replies: 2
Views: 401

Link error con OLEUNINITIALIZE()

... )   ::oWord:Invoke( "Quit",0 )   ::oText      := NIL   ::oActiveDoc := NIL   ::oDocs      := NIL   ::oWord      := NIL   OleUninitialize()RETURN NIL  Alguien sabe como resolver el error ? Saludos
by devtuxtla
Sun Sep 24, 2017 8:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Link error con OLEUNINITIALIZE()
Replies: 2
Views: 401

Re: Clase TWord

Gracias Joao! Siempre tan atento!!

Me da errores al enlazar, SEARCH_TAB y OLEUNINITIALIZE... uno estuve leyendo como solucionarlo.
Es correcto que deba copiar estas funciones dentro de mi programa ppal?

Gracias!
Roberto
by TOTOVIOTTI
Wed Sep 28, 2016 9:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TWord
Replies: 4
Views: 791

Re: error: OLEUNINITIALIZE,OLEGETRESULT,OLEISOBJECT

Saludos.

Precisamente Karina, un compañero de desarrollo incluia en un programa el

function x()

local oWord := TComObject():New( "Word.Application" )
local oDocuments, oDoc
.......

y esto ocasionaba el error, simplemente lo elimine y listo.

gracias.
by noe aburto
Wed Oct 30, 2013 4:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error: OLEUNINITIALIZE,OLEGETRESULT,OLEISOBJECT
Replies: 5
Views: 1031

Re: error: OLEUNINITIALIZE,OLEGETRESULT,OLEISOBJECT

... )   MsgInfo( oDoc:Name )   oWord:End()   ? "Salida..."return nilFUNCTION OLEUNINITIALIZE()RETURN NILFUNCTION OLEGETRESULT()RETURN NILFUNCTION OLEISOBJECT()RETURN NIL 
by karinha
Wed Oct 30, 2013 2:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error: OLEUNINITIALIZE,OLEGETRESULT,OLEISOBJECT
Replies: 5
Views: 1031

Re: error: OLEUNINITIALIZE,OLEGETRESULT,OLEISOBJECT

Noé, la idea es que TComObj ya no se usa para nada, es mas, antonio deberia eliminarla de las lib de fwh, en el foro no hay un solo post que demuestre que alguien lo esta usando. Si muestras que estas intentando hacer, podriamos asistirte en el uso de objetos com de la forma simple oCom := CreateObj...
by carlos vargas
Tue Oct 29, 2013 7:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error: OLEUNINITIALIZE,OLEGETRESULT,OLEISOBJECT
Replies: 5
Views: 1031

Re: error: OLEUNINITIALIZE,OLEGETRESULT,OLEISOBJECT

Antonio. Precisamente el asunto es que no uso nada de "ole", entonces creo que el detalle esta en alguna libreria que no debo usar, o una que dependa de otra. De hecho tome todas las libs que bienen en el buildx.bat de \fwh\samples y aun asi no soluciono nada. compilo el programa: comobj.p...
by noe aburto
Tue Oct 29, 2013 6:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error: OLEUNINITIALIZE,OLEGETRESULT,OLEISOBJECT
Replies: 5
Views: 1031

Re: error: OLEUNINITIALIZE,OLEGETRESULT,OLEISOBJECT

Noe,

Estas intentando usar la clase TComObject, que gracias a nuevas funcionalidades de Harbour, ya no hace falta.

Que objeto OLE estas intentando usar ? Puedes mostrarnos la sección de tu PRG en donde lo usas ?
by Antonio Linares
Tue Oct 29, 2013 9:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error: OLEUNINITIALIZE,OLEGETRESULT,OLEISOBJECT
Replies: 5
Views: 1031

error: OLEUNINITIALIZE,OLEGETRESULT,OLEISOBJECT

saludos al foro. he intentado agragar varias librerias a mi aplicacion sin resultados me marca errores tales como: Enlazando servicio.exe... Error: Unresolved external '_HB_FUN_OLEUNINITIALIZE' referenced from C:\PRGS\FWH\LIB\FIVEHX.LIB|TCOMOBJ Error: Unresolved external '_HB_FUN_OLEGETRESULT' refer...
by noe aburto
Mon Oct 28, 2013 9:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error: OLEUNINITIALIZE,OLEGETRESULT,OLEISOBJECT
Replies: 5
Views: 1031

Antonio Linares: descargar Ole32.lib

saludos. Ya verifique el buildx.bat que esta en \fwh\samples tome cada una de las lib's que bienen en el bat, y aun asi me sigue marcando los errores Error: Unresolved external '_HB_FUN_OLEUNINITIALIZE' referenced from P:\FWH\LIB\FIVEHX.LIB|TCOMOBJ Error: Unresolved external '_HB_FUN_OLEGETRESULT' r...
by noe aburto
Mon Oct 28, 2013 9:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Donde puedo descargar Ole32.lib
Replies: 4
Views: 538

Donde puedo descargar Ole32.lib

Saludos Una pregunta, donde podrre descargar ole32.lib o si es ole32.dll al compilar me marca: Error: Unresolved external '_HB_FUN_OLEUNINITIALIZE' referenced from P:\FWH\LIB\FIVEHX.LIB|TCOMOBJ Error: Unresolved external '_HB_FUN_OLEGETRESULT' referenced from P:\FWH\LIB\FIVEHX.LIB|TCOMOBJ Error: Unr...
by noe aburto
Fri Oct 25, 2013 6:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Donde puedo descargar Ole32.lib
Replies: 4
Views: 538

Re: Errors in New Build

He probado con esa libreria y la que viene en xHarbour\lib, con el mismo resultado Compilado y Enlazado de: [L:\NwPersoN\WinGesPe.Exe] Ejecución No. 6 Ejecutada a las: 08:49:59 ============================================================ Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Er...
by juanjogascem
Fri Jul 05, 2013 6:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errors in New Build
Replies: 46
Views: 12869

Re: A vueltas con TWORD

... referenced from C:\VERCE43\APLI\TWORD.OBJ Qué estoy haciendo mal? Gracias Investigando........ Ya he visto la llamada a dicha funcion OleUninitialize() en el método End(), y también en el programa Olecore.c de Harbour, pero no entiendo por qué da error de linkado Gracias
by cnavarro
Sat Feb 16, 2013 1:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: A vueltas con TWORD
Replies: 8
Views: 1557
Next

Return to advanced search

cron