Search found 12 matches: getproc32

Return to advanced search

Re: Borland7 versus VisualStudio

... este fichero de cabecera tienes #xcommand DLL... #xcommand DLL32... si se pudiera añadir un #xcommand DLL64... . También hay funciones GetProcAdd/GetProc32 , FWCallDLL/FWCallDLL32 , LoadLibrary/LoadLib32 y FreeLibrary/FreeLib32 lo que denota que tuviste que adaptar el tema en su tiempo. Gracias. ...
by JmGarcia
Fri Mar 18, 2016 7:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Borland7 versus VisualStudio
Replies: 35
Views: 9360

Re: Pritpal, HBIDE developer, assists us to use it with FWH

Hi Antonio Here is the stripped down list, for clarity purpose the irrelevant entries are removed. ---------------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------...
by Pritpal Bedi
Mon Jun 07, 2010 11:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 97061

Re: Se necesita ayuda en el wiki !

... GetMItemId() GetModuleFileName() GetNextInZip() GetNumTask() GetOrdNames() GetParam() GetParent() GetPeerName() GetPixel() Getport() GetPrinter() GetProc32() GetProcAddress() GetProfInt() GetProfStr() GetProp() GetPvpProfString() GetQuery() GetResources() GetScrollPos() GetServByName() GetStockObject() ...
by Cgallegoa
Sun Feb 21, 2010 10:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5494

Re: need tcrw.prg for 32 bit

... */ METHOD PEOPEN_() LOCAL cFarProc LOCAL cFunc := "PEOpenEngine" IF ::l32 cFarProc := GetProc32( ::hDLL, cFunc, .T., LONG ) ::lError := ( CallDll32( cFarProc ) == FALSE ) ELSE cFarProc := GetProcAddress( ::hDLL, cFunc, .T., _INT ) ::lError ...
by jll-fwh
Sun Feb 14, 2010 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need tcrw.prg for 32 bit
Replies: 1
Views: 1314

... por contestar. He modificado esa línea y me crea el ejecutable, peo al abrir el exe me lanza un mensaje Alert de: HARBOUR EXCEPTION Called from GETPROC32(0) Called from CRYSTALREPORT:PEOPENENGINE(208) Called from CRYSTALREPORT:NEW(117) Gracias, de todas maneras, Armando Saludos bien... Estos ...
by Armando Picon
Sun Jun 01, 2008 12:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en CRW32.prg
Replies: 3
Views: 871

... por contestar. He modificado esa línea y me crea el ejecutable, peo al abrir el exe me lanza un mensaje Alert de: HARBOUR EXCEPTION Called from GETPROC32(0) Called from CRYSTALREPORT:PEOPENENGINE(208) Called from CRYSTALREPORT:NEW(117) Gracias, de todas maneras, Armando Saludos
by Ramón J.
Sat May 31, 2008 8:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en CRW32.prg
Replies: 3
Views: 871

Ayuda con la clase TCRW

... */ METHOD PEOPEN_() LOCAL cFarProc LOCAL cFunc := "PEOpenEngine" IF ::l32 cFarProc := GetProc32( ::hDLL, cFunc, .T., LONG ) ::lError := ( CallDll32( cFarProc ) == FALSE ) ELSE cFarProc := GetProcAddress( ::hDLL, cFunc, .T., _INT ) ::lError ...
by Ramón J.
Sat May 31, 2008 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con la clase TCRW
Replies: 3
Views: 2520

calldll vs calldll32

... freelibrary(), calldll() I have successful results with xharbour 99.51 and fwh 2006 using xharbour 99.71 and fwh 7.09, gpf occurs with getproc32() and I never get to the calldll32. If I use the "old" calldll conventions, most calls work in 99.71 but not all - this was not a problem ...
by don lowenstein
Wed Sep 26, 2007 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calldll vs calldll32
Replies: 1
Views: 694

... #ifdef __HARBOUR__ Function LoadLib32( cDll ) Return LoadLibrary( cDll ) Function FreeLib32( hDll ) Return FreeLibrary( hDll ) Function GetProc32( hDLL, cFunc, lType, nRetType, nPType1, nPType2, nPType3, nPType4, nPType5, nPType6, nPType7, nPType8, nPType9, nPType10 ) Return GetProcAddress( ...
by peterk
Wed Oct 18, 2006 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CallDll32 funny
Replies: 3
Views: 1350

CallDll32 funny

... ) == "TSTRUCT" cBuffer := sMutexAttr:cBuffer Endif ::cName := cName If Abs( hDLL ) > 32 /*LPSTR*/ // LPSTR fails under 32bits! cFarProc := GetProc32( hDLL, cFunc, iASPASCAL, LONG, LONG, LONG, STRING ) ::hMutex := CallDLL32( cFarProc, ; If( cBuffer # Nil, @cBuffer, cBuffer ), ; // lpMutexAttributes, ...
by peterk
Wed Oct 18, 2006 5:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CallDll32 funny
Replies: 3
Views: 1350

GetProc32() es una función para ser usada con Clipper, no con Harbour/xharbour.
by Antonio Linares
Thu Jun 15, 2006 6:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Diferencia entre GetProc32 y GetProcAddress ?
Replies: 8
Views: 2431

Diferencia entre GetProc32 y GetProcAddress ?

Antonio, estoy haciendo pruebas con dos versiones distintas de Cristal Reports (TCRW y TCRW32) en el segundo aparece GetProc32, pero me da un error en esa funcion. Parece por logica que esta funcion "GetProc32" sea exlusivo de 32-bit, pero me genera un error cuando lo ejecuto, en ...
by Andrés González
Thu Jun 15, 2006 12:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Diferencia entre GetProc32 y GetProcAddress ?
Replies: 8
Views: 2431

Return to advanced search