Search found 26 matches: pcodedll

Return to advanced search

Procedure FW_GT que no existe en Fivewin.ch

... de fuentes y, efectivamente, no existe. El error se origina en Fivewin.ch y eso compromete a fiveh.lib, fiveh32.lib, fivehg.lib, fivehm.lib y pcodedll.dll Favor de verificar su implicancia en las sucesivas versiones de Fwh y como corregirlo. Gracias
by Armando_Picon
Tue May 26, 2020 11:04 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Procedure FW_GT que no existe en Fivewin.ch
Replies: 6
Views: 1392

Re: Error al cargar PCode DLL

No funciona, continua el problema. Estoy trabajando con los ejemplos: testdllp.prg y pcodedll.prg a testdllp.prg le añadí el código que me indicas y el resultado de la compilación es el siguiente: Compiling... xHarbour 1.2.3 Intl. (SimpLex) (Build 20170513) Copyright ...
by RSalazarU
Fri May 26, 2017 7:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al cargar PCode DLL
Replies: 9
Views: 1334

Re: Error al cargar PCode DLL

Antonio, Gracias por responder. El siguiente error aparece cuando utilizo pcodedll.dll que viene con FWH. http://www.sauro-sys.com/Source/tmp/Error%20testdllp.jpg la segunda pantalla indica que el programa continua ejecutándose (no termina). El ...
by RSalazarU
Wed May 24, 2017 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al cargar PCode DLL
Replies: 9
Views: 1334

Error al cargar PCode DLL

... error: _hb_vmProcessSysDllSymbols y es en la instrucción: LibLoad( cPathDLL+ "Mnto.dll" ) Probé también con los ejemplos: testdllp.prg y pcodedll y sale el mismo error. De antemano, cualquier ayuda sera bienvenida. Saludos cordiales. Rolando Cochabamba, Bolivia
by RSalazarU
Wed May 24, 2017 4:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al cargar PCode DLL
Replies: 9
Views: 1334

Re: usando DLL

Francisco,

Tienes que crear una DLL de pcode. Revisa estos ejemplos de FWH/samples:

testdllp.prg y pcodedll.prg
by Antonio Linares
Thu Jul 18, 2013 3:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: usando DLL
Replies: 1
Views: 507

Re: MyMsgBox(..) - A Common function to handle all Message Types

... application, you can use it just like our other functions with their parameters. In the example, I was demonstrating the calling from a xHarbour PcodeDLL. That was the reason why I was calling this functions through HB_LibDo. Please go through this posting, where this function is called from ...
by RAMESHBABU
Tue Nov 08, 2011 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MyMsgBox(..) - A Common function to handle all Message Types
Replies: 2
Views: 1064

Creation of xHarbour PCODE DLL succeeded

... of xHarbour's Pcode Dlls sucessfully. The complete source code and the test is available for download here : [url] http://www.aksharasoft.com/pcodedll/MyMsgBox_Source_Bin.rar http://www.aksharasoft.com/pcodedll/MyMsgBox_Test.rar http://www.aksharasoft.com/pcodedll/TerminalMode.rar [/url] For ...
by RAMESHBABU
Tue Nov 08, 2011 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creation of xHarbour PCODE DLL succeeded
Replies: 25
Views: 10182

Re: create a pcode dll

Antonio, I am using the samples testdllp.prg and pcodell.prg The pcodedll.prg is giving me the following when I try to make with the buildhdp.bat Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_HB_FUN___CLSINST' ...
by don lowenstein
Mon Jan 12, 2009 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a pcode dll
Replies: 25
Views: 5876

Re: create a pcode dll

Don, We provide several examples with FWH: FWH\samples\TestDLLP.prg shows how to use a pcode DLL FWH\samples\pcodedll.prg shows how to build a pcode DLL using buildhdp.bat But I am afraid that you may experience compatibility problems. We recommend you to upgrade to FWH 8.12 ...
by Antonio Linares
Tue Jan 06, 2009 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a pcode dll
Replies: 25
Views: 5876

Re: create a pcode dll

Hello Don,

I compiled and tested the samples < TESTDLLP.prg (13.12.2007) > and < PCODEDLL.prg (13.12.2007)
It works fine here, no error ( I using xHARBOUR ).
The Dll is inside the same path of the exe-file ?

Regards
Uwe :lol:
by ukoenig
Mon Jan 05, 2009 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a pcode dll
Replies: 25
Views: 5876

create a pcode dll

I am using the samples from FiveWin testdllp.prg and pcodedll.prg
when I execute the exe made using the testdllp.prg the following message appears

"An exception (C00000FD) occurred during DllEntryPoint or DLLMain in module:
...\pcodedll.dll


any help is greatly appreciated.
by don lowenstein
Mon Jan 05, 2009 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a pcode dll
Replies: 25
Views: 5876

... En FiveLinux, método SetArray( aArray ). Por favor, revisa el ejemplo samples\TestArr.prg. * Mejora: Los ejemplos samples\testDllP.prg y samples\pcodedll.prg han sido modificados de acuerdo a las nuevas funciones de manejo de DLLs en Harbour/xHarbour. * Corrección: En el método lEditCol() dela ...
by Antonio Linares
Sat Jan 05, 2008 10:22 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2008 (8.01)
Replies: 1
Views: 2756

New FTDN January/Enero 2008 (8.01)

... * New: FiveLinux, Class TWbrowse Method SetArray( aArray ). Please review samples\TestArr.prg * Enhancement: samples\testDllP.prg and samples\pcodedll.prg have been modified according to new Harbour/xharbour pcode DLLs management functions. * Fix: Class TWBrowse Method lEditCol() minor fix ...
by Antonio Linares
Fri Jan 04, 2008 10:02 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2008 (8.01)
Replies: 1
Views: 2756

Carlos, Tu ejemplo funciona perfectamente. Sólo tienes que añadir: 1) a TESTDLLP.prg: REQUEST DBFCDX, DBUSEAREA, WBROWSE, DBCLOSEALL 2) a PCODEDLL.prg: DYNAMIC dbuseArea DYNAMIC wBrowse DYNAMIC dbCloseAll DYNAMIC GETPROCADDRESS DYNAMIC TACTIVEX DYNAMIC ERRORSYS Si quieres te envio el EXE y ...
by Antonio Linares
Wed Dec 19, 2007 8:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antonio S.O.S.... PCODE DLL no funciona
Replies: 7
Views: 2074

Antonio, se me fueron la luces. Por favor corregir:

Cambiar LOCAL hDll := LibLoad( "MSTDLL1.DLL" )
Por LOCAL hDll := LibLoad( "PCODEDLL.DLL" )

Y como no envié la base PRUEBA2.DBF, por favor prueba con cualquiera.

Saludos,

Carlos Gallego
by Cgallegoa
Wed Dec 19, 2007 6:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antonio S.O.S.... PCODE DLL no funciona
Replies: 7
Views: 2074
Next

Return to advanced search