Search found 281 matches: user32

Return to advanced search

Definitivamente, con FW 16 Bits, GetDc32() y ReleasDc32() de USER32.DLL no funcionan correctamente. No es que se corte el programa, pero en mi módulo de carga de fotos no va como debería. Ni copiando el USER32 del XP. Lastima. Seguiré investigando...
by manuramos
Thu Jul 20, 2006 8:39 pm
 
Forum: FiveWin para CA-Clipper
Topic: Ayuda Graficos
Replies: 3
Views: 1366

... poco de todo (Lo del mensaje anterior + FreeImage) y con XP me lo estrá leyendo todo. Lo del GetDc32() es posible que sea por culpa de la versión USER32.DLL que utilizo. Cuando pueda pruebo con otra y os lo cuento. Por lo menos, mientras me paso o no a 32 bits el cliente está contento.
by manuramos
Wed Jul 12, 2006 5:08 pm
 
Forum: FiveWin para CA-Clipper
Topic: Ayuda Graficos
Replies: 3
Views: 1366

... DLL32 Function ShowWindow(hwnd as LONG, nCmdShow as LONG) AS LONG ; PASCAL FROM "ShowWindow" Lib "user32.dll" DLL32 Function FindWndByClass(wndClass AS LPSTR,WndName as LPSTR) AS LONG ; ****************** I removed the reference of these two DLL ...
by RAMESHBABU
Wed Mar 15, 2006 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2.5 February - NOWAIT not working in DIALOGs
Replies: 3
Views: 819

Problem with webexp.prg in fwh march 2006

... "webexp.obj" "activex.obj" FiveHCM.lib FiveHMX.lib OptG.lib xhb.lib dbf.lib ntx.lib cdx.lib rmdbfcdx.lib activex.lib crt.lib kernel32.lib user32.lib winspool.lib ole32.lib oleaut32.lib odbc32.lib uuid.lib wsock32.lib ws2_32.lib wininet.lib advapi32.lib shlwapi.lib comctl32.lib comdlg32.lib ...
by AlexSchaft
Fri Mar 03, 2006 2:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with webexp.prg in fwh march 2006
Replies: 9
Views: 2808

BUEN TRABAJO

Otra cosa, en win98 sale error user32.dll

saludos
Patricio
by Patricio Avalos Aguirre
Thu Feb 16, 2006 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ventanas Transparentes
Replies: 13
Views: 4778

Re: Problem new fwh and xharbour will not compile Need Help

... -LIBPATH:"C:\fwh\lib" "bmp.obj" FiveHCM.lib FiveHMX.lib OptG.lib xhb.lib dbf.lib ntx.lib cdx.lib rmdbfcdx.lib activex.lib crt.lib kernel32.lib user32.lib winspool.lib ole32.lib oleaut32.lib odbc32.lib uuid.lib wsock32.lib ws2_32.lib wininet.lib advapi32.lib shlwapi.lib comctl32.lib comdlg32.lib ...
by Richard Chidiak
Thu Feb 02, 2006 8:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem new fwh and xharbour will not compile Need Help ???
Replies: 3
Views: 994

DLL32 STATIC FUNCTION...

... trying to compile these three lines below I get the errors I show further down: DLL32 STATIC FUNCTION GetMenu( hwnd AS LONG ) AS LONG PASCAL LIB "USER32" DLL32 STATIC FUNCTION GetMenuInfo( hMenu AS LONG, cMenuInfo AS LPSTR) AS LONG PASCAL FROM "GetMenuInfo" LIB "USER32" DLL32 Static Function SetMenuInfo( ...
by reinaldocrespo
Thu Feb 02, 2006 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLL32 STATIC FUNCTION...
Replies: 5
Views: 1360

Problem new fwh and xharbour will not compile Need Help ???

... -LIBPATH:"C:\fwh\lib" "bmp.obj" FiveHCM.lib FiveHMX.lib OptG.lib xhb.lib dbf.lib ntx.lib cdx.lib rmdbfcdx.lib activex.lib crt.lib kernel32.lib user32.lib winspool.lib ole32.lib oleaut32.lib odbc32.lib uuid.lib wsock32.lib ws2_32.lib wininet.lib advapi32.lib shlwapi.lib comctl32.lib comdlg32.lib ...
by Mike Buckler
Thu Feb 02, 2006 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem new fwh and xharbour will not compile Need Help ???
Replies: 3
Views: 994

... C:\xHBFeb\c_lib\Win\version.lib FiveHCM.lib FiveHMX.lib OptG.lib xhb.lib dbf.lib ntx.lib cdx.lib rmdbfcdx.lib activex.lib crt.lib kernel32.lib user32.lib winspool.lib ole32.lib oleaut32.lib odbc32.lib uuid.lib wsock32.lib ws2_32.lib wininet.lib advapi32.lib shlwapi.lib comctl32.lib comdlg32.lib ...
by Frank Demont
Thu Feb 02, 2006 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testrich.prg : print rtf-file
Replies: 11
Views: 3230

José Mª,

user32.dll debe estar disponible en Win98 también.
by Antonio Linares
Wed Jan 25, 2006 8:24 pm
 
Forum: FiveWin para CA-Clipper
Topic: ¿ Función UPPER ?
Replies: 3
Views: 1143

¿ Función UPPER ?

... el fuente, o el .OBJ, de la misma. Las funciones del API: DLL32 Function UpperCase(cStr AS STRING) AS STRING PASCAL; FROM "CharUpperA" LIB "user32.dll" DLL32 Function LowerCase(cStr AS STRING) AS STRING PASCAL; FROM "CharLowerA" LIB "user32.dll" Podrían valer, pero el cliente tiene Win 98. ...
by JMFS-D
Wed Jan 25, 2006 12:05 pm
 
Forum: FiveWin para CA-Clipper
Topic: ¿ Función UPPER ?
Replies: 3
Views: 1143
Previous

Return to advanced search