Search found 336 matches: loadlibrary

Return to advanced search

Re: New FTDN December/Diciembre 2022 (FW 22.12)

... en DLL.CH no incluían también cambios en DLL32 FUNCTION. Este problema afectaba a los usuarios de xHarbour, ya que xHarbour usa su propia LoadLibrary() en lugar de LoadLibrary() de FWH, y como xHarbour LoadLibrary() devuelve una "P" (tipo puntero) entonces falla al llamar a Abs(). ...
by Antonio Linares
Wed Jan 04, 2023 6:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 1247

New FTDN December/Diciembre 2022 (FW 22.12)

... object. * Fix: Recent DLL.CH changes were not including changes for DLL32 FUNCTION too. This problem appeared for xHarbour users, as xHarbour LoadLibrary() gets used instead of FWH LoadLibrary(), and as xHarbour LoadLibrary() returns a "P" (pointer type) then it fails when calling ...
by Antonio Linares
Tue Jan 03, 2023 7:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 1247

Re: Que cambios de hacer para pasar de RichEdit a la RICHEDIT5

Estimado Cristobal: Sobre la .dll entendido, voy a eliminar el uso de las funciones LoadLibrary y FreeLibray. Sobre la carga del texto enriquecido, si la realizo con la clausula ON INIT del dialogo, ya lo hacía cuando usaba la clase RICHEDIT y funcionaba bien con ...
by nanoespinoza
Tue Dec 27, 2022 5:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Que cambios de hacer para pasar de RichEdit a la RICHEDIT5
Replies: 25
Views: 1751

Que cambios de hacer para pasar de RichEdit a la RICHEDIT5

... dudas, por ejemplo: 1) Al usar recursos, donde uso PellesC, la clase debe crearse con el nombre RICHEDIT50W. 2) La DLL a cargarse con la función LoadLibrary es Msftedit.dll 2) La sintaxis es practicamente la misma. Principalmente, me quedan estas dudas, por los problemas que todavía mantengo: ...
by nanoespinoza
Tue Dec 27, 2022 1:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Que cambios de hacer para pasar de RichEdit a la RICHEDIT5
Replies: 25
Views: 1751

Re: Problemas con Easy Report FWH2210

Estimado Leandro, Por alguna razón, LoadLibrary() de xHarbour se está usando en vez de LoadLibrary() de FWH LoadLibrary() de xHarbour devuelve un valor tipo "P" y cuando le aplicamos Abs() se genera el error Asegúrate de que esreport.prg ...
by Antonio Linares
Wed Dec 14, 2022 8:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con Easy Report FWH2210 - SOLUCIONADO
Replies: 9
Views: 462

Re: Gluing bitmaps

... a pointer but not numeric. I also agree that this problem was not there in earlier versions. It is because some changes are made in the functions, LoadLibrary() and FreeLibrary() in this version. We regret the inconvenience. Please replace the existing function LoadFreeImage( cResName ) in the ...
by nageswaragunupudi
Wed Dec 14, 2022 6:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gluing bitmaps
Replies: 29
Views: 1446

Re: AYUDA! Error BASE/1089 Error de argumento: ABS

Querida Aida, Si usas xHarbour, entonces ese error se debe a que se enlazan las funciones LoadLibrary() y FreeLibrary() de xHarbour en vez de las de FWH. Observa que en DLL.CH se llama a Abs() y si se le pasa un valor tipo "P" (que es lo que devuelve LoadLibrary() ...
by Antonio Linares
Tue Nov 22, 2022 9:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA! Error BASE/1089 Error de argumento: ABS
Replies: 5
Views: 293

Re: Everything under Fivewin

Dear Jimmy,

Please try this and let me know what you get:

MsgInfo( LoadLibrary( "Everything32.dll" ) )

Don't use your LoadLibrary() implementation. FWH provides it.
by Antonio Linares
Mon Nov 21, 2022 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Everything under Fivewin
Replies: 17
Views: 1111

Re: hb_base64 link

Dear Enrico, We have the problem that xHarbour provides a LoadLibrary() and FreeLibrary() from rtl.lib and Harbour does not How to solve this ? :-) How did you solve it with BCC? I think you must do the same, or am I missing something? Dear Enrico, The ...
by Enrico Maria Giordano
Mon Sep 12, 2022 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3583

Re: hb_base64 link

Antonio, estas funciones LoadLibrary(), FreeLibrary(), DllCall/CallDll o de llamadas similares a funciones de dll (ahorta no recuerdo bien los nombres), al estar en xharbour y fwh complican la cosa! ya hace tiempo vi esto, y no logre ...
by carlos vargas
Sun Sep 11, 2022 11:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3583

Re: hb_base64 link

Dear Enrico, We have the problem that xHarbour provides a LoadLibrary() and FreeLibrary() from rtl.lib and Harbour does not How to solve this ? :-) How did you solve it with BCC? I think you must do the same, or am I missing something? Dear Enrico, The ...
by Antonio Linares
Sun Sep 11, 2022 11:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3583

Re: hb_base64 link

Antonio Linares wrote:Dear Enrico,

We have the problem that xHarbour provides a LoadLibrary() and FreeLibrary() from rtl.lib and Harbour does not

How to solve this ? :-)


How did you solve it with BCC? I think you must do the same, or am I missing something?
by Enrico Maria Giordano
Sun Sep 11, 2022 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3583

Re: hb_base64 link

Dear Enrico,

We have the problem that xHarbour provides a LoadLibrary() and FreeLibrary() from rtl.lib and Harbour does not

How to solve this ? :-)
by Antonio Linares
Sun Sep 11, 2022 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3583

Re: hb_base64 link

... already defined in fivehmx.lib(OLDFUNC.obj)LINK : fatal error LNK1104: cannot open file 'LIBC.lib' Dear Enrico, We should rename DbPack(), LoadLibrary(), FreeLibrary() and GetVolInfo() in FWH. The problem is that LoadLibrary() and FreeLibrary() are used in many FWH places... not sure how ...
by Antonio Linares
Wed Sep 07, 2022 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3583

Re: IE

#include "FiveWin.ch" static hDLL function Main() local hWebView hDLL = LoadLibrary( "webview.dll" ) hWebView = WebView_Create( 0, 0 ) * WebView_Navigate( hWebView, Html() ) // or use a URL like "https://www.fivetechsoft.com/test.html" ...
by Natter
Thu May 26, 2022 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IE
Replies: 39
Views: 1765
PreviousNext

Return to advanced search