... xhbdir%\lib\oci.lib >> xhb.tmp
ECHO %xhbdir%\c_lib\crt.lib >> xhb.tmp
ECHO %xhbdir%\c_lib\win\kernel32.lib >> xhb.tmp
ECHO %xhbdir%\c_lib\win\user32.lib >> xhb.tmp
ECHO %xhbdir%\c_lib\win\winspool.lib >> xhb.tmp
ECHO %xhbdir%\c_lib\win\ole32.lib >> xhb.tmp
ECHO %xhbdir%\c_lib\win\oleaut32.lib ...
Search found 12 matches: user32
Searched query: user32
- Sun Nov 10, 2024 3:09 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: twebview2
- Replies: 18
- Views: 1788
- Mon Oct 14, 2024 6:46 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Ayuda compilar 64 bits con FivEdit y MSVC 2022
- Replies: 10
- Views: 1465
Re: Ayuda compilar 64 bits con FivEdit y MSVC 2022
Estimado Sergio,
Comprueba que se estén enlazando estas librerías:
kernel32.lib user32.lib mpr.lib
Comprueba que se estén enlazando estas librerías:
kernel32.lib user32.lib mpr.lib
- Thu Sep 12, 2024 3:20 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Burbujas Flotantes
- Replies: 28
- Views: 2994
Re: Burbujas Flotantes
... distance <= CIRCLE_RADIUS;
}
Lo construimos con MSVC32 de esta forma:
cl /Fe"CircularControl.exe" /DWIN32 /D_WINDOWS /nologo /W4 /O2 test.c user32.lib gdi32.lib kernel32.lib /link /SUBSYSTEM:WINDOWS
Y funciona correctamente! :-)
https://github.com/FiveTechSoft/screenshots/blob/master/circulo ...
}
Lo construimos con MSVC32 de esta forma:
cl /Fe"CircularControl.exe" /DWIN32 /D_WINDOWS /nologo /W4 /O2 test.c user32.lib gdi32.lib kernel32.lib /link /SUBSYSTEM:WINDOWS
Y funciona correctamente! :-)
https://github.com/FiveTechSoft/screenshots/blob/master/circulo ...
- Thu Aug 15, 2024 7:17 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: problem with 24.07
- Replies: 12
- Views: 2564
problem with 24.07
... lib" "FiveHCM.lib" "FiveHMX.lib" "OptG.lib" "xhb.lib" "dbf.lib" "nsx.lib" "ntx.lib" "cdx.lib" "rmdbfcdx.lib" "ct3comm.lib" crt.lib kernel32.lib user32.lib winspool.lib ole32.lib oleaut32.lib odbc32.lib odbccp32.lib uuid.lib wsock32.lib ws2_32.lib wininet.lib advapi32.lib shlwapi.lib msimg32.lib ...
- Wed Aug 07, 2024 2:47 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Description del error: (DOS Error 59) DBFCDX/1010 Read erro
- Replies: 11
- Views: 2268
Description del error: (DOS Error 59) DBFCDX/1010 Read erro
... Windows total applications running: 5
1 ,
2 , Z:\winfar64.exe
3 BUSQUEDA DE PRODUCTOS, Z:\winfar64.dll
4 ERROR DE RED, C:\WINDOWS\System32\USER32.dll
5 GDI+ Window (epson2g.exe), C:\WINDOWS\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.19041.4597_none_d954b6f7e1016a
Desde ya ...
1 ,
2 , Z:\winfar64.exe
3 BUSQUEDA DE PRODUCTOS, Z:\winfar64.dll
4 ERROR DE RED, C:\WINDOWS\System32\USER32.dll
5 GDI+ Window (epson2g.exe), C:\WINDOWS\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.19041.4597_none_d954b6f7e1016a
Desde ya ...
- Sun Jul 07, 2024 4:02 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xharbour comercial
- Replies: 11
- Views: 1121
Re: xharbour comercial
... xHarbour\lib\ntx.lib"
"D:\xx\xHarbour\lib\cdx.lib"
"D:\xx\xHarbour\lib\rmdbfcdx.lib"
"D:\xx\xHarbour\lib\ct3comm.lib"
crt.lib
kernel32.lib
user32.lib
winspool.lib
ole32.lib
oleaut32.lib
odbc32.lib
odbccp32.lib
uuid.lib
wsock32.lib
ws2_32.lib
wininet.lib
advapi32.lib
shlwapi.lib ...
"D:\xx\xHarbour\lib\cdx.lib"
"D:\xx\xHarbour\lib\rmdbfcdx.lib"
"D:\xx\xHarbour\lib\ct3comm.lib"
crt.lib
kernel32.lib
user32.lib
winspool.lib
ole32.lib
oleaut32.lib
odbc32.lib
odbccp32.lib
uuid.lib
wsock32.lib
ws2_32.lib
wininet.lib
advapi32.lib
shlwapi.lib ...
- Thu Dec 21, 2023 12:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using Microsoft AI Phi-2 from FWH
- Replies: 51
- Views: 14231
Re: Using Microsoft AI Phi-2 from FWH
... CTYPE_VOID_PTR
- HB_DYN_CTYPE_STRUCTURE
- HB_DYN_CTYPE_STRUCTURE_PTR
Source example:
cBuffer := SPACE (1024)
nCopyCharacters := HMG_CallDLL ("USER32.DLL", HB_DYN_CTYPE_INT, "GetWindowText", Win_1.HANDLE, @cBuffer, 512)
MsgInfo (cBuffer)
also ""Callback" Syntax is not available under HMG ...
- HB_DYN_CTYPE_STRUCTURE
- HB_DYN_CTYPE_STRUCTURE_PTR
Source example:
cBuffer := SPACE (1024)
nCopyCharacters := HMG_CallDLL ("USER32.DLL", HB_DYN_CTYPE_INT, "GetWindowText", Win_1.HANDLE, @cBuffer, 512)
MsgInfo (cBuffer)
also ""Callback" Syntax is not available under HMG ...
- Mon Jul 17, 2023 9:38 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Small Question about Word and FWH
- Replies: 29
- Views: 2487
Re: Small Question about Word and FWH
... Then
Return cds.lpData = "1"
End If
Return False ' Default state if an error occurred
End Function
Private Declare Function FindWindow Lib "user32.dll" Alias "FindWindowW" (ByVal lpClassName As String, ByVal lpWindowName As String) As IntPtr
Private Declare Function SendMessage Lib "user32.dll ...
Return cds.lpData = "1"
End If
Return False ' Default state if an error occurred
End Function
Private Declare Function FindWindow Lib "user32.dll" Alias "FindWindowW" (ByVal lpClassName As String, ByVal lpWindowName As String) As IntPtr
Private Declare Function SendMessage Lib "user32.dll ...
- Wed Jun 07, 2023 6:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Program is frozen
- Replies: 14
- Views: 1359
Re: Program is frozen
Hi, Jimmy
I, more or less, coped with the problem. I rewrote, in some places, the logic. True, I did not find a specific reason, but users, so far, do not swear
At the same time, I found this function for monitoring hung applications IsHungAppWindow() User32.dll
I, more or less, coped with the problem. I rewrote, in some places, the logic. True, I did not find a specific reason, but users, so far, do not swear
At the same time, I found this function for monitoring hung applications IsHungAppWindow() User32.dll
- Mon Apr 17, 2023 10:14 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FiveDBU 64 Bit ?
- Replies: 10
- Views: 1213
Re: FiveDBU 64 Bit ?
... lib\win\msvc\minizip.lib
c:\harbour\lib\win\msvc\hbtip.lib
c:\harbour\lib\win\msvc\hbzebra.lib
c:\harbour\lib\win\msvc\xhb.lib
kernel32.lib
user32.lib
gdi32.lib
winspool.lib
comctl32.lib
comdlg32.lib
advapi32.lib
shell32.lib
ole32.lib
oleaut32.lib
uuid.lib
odbc32.lib
odbccp32.lib ...
c:\harbour\lib\win\msvc\hbtip.lib
c:\harbour\lib\win\msvc\hbzebra.lib
c:\harbour\lib\win\msvc\xhb.lib
kernel32.lib
user32.lib
gdi32.lib
winspool.lib
comctl32.lib
comdlg32.lib
advapi32.lib
shell32.lib
ole32.lib
oleaut32.lib
uuid.lib
odbc32.lib
odbccp32.lib ...
- Wed Apr 12, 2023 9:00 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: VS2022 Portable x32 x64
- Replies: 19
- Views: 8316
Re: VS2022 Portable x32 x64
... two lines to use Advantage RDD
rem echo %hdirl%\rddads.lib >> msvc.tmp
rem echo %hdirl%\ace32.lib >> msvc.tmp
echo kernel32.lib >> msvc.tmp
echo user32.lib >> msvc.tmp
echo gdi32.lib >> msvc.tmp
echo winspool.lib >> msvc.tmp
echo comctl32.lib >> msvc.tmp
echo comdlg32.lib >> msvc.tmp
echo advapi32 ...
rem echo %hdirl%\rddads.lib >> msvc.tmp
rem echo %hdirl%\ace32.lib >> msvc.tmp
echo kernel32.lib >> msvc.tmp
echo user32.lib >> msvc.tmp
echo gdi32.lib >> msvc.tmp
echo winspool.lib >> msvc.tmp
echo comctl32.lib >> msvc.tmp
echo comdlg32.lib >> msvc.tmp
echo advapi32 ...
- Fri Dec 02, 2022 12:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DLLCALL under Fivewin
- Replies: 45
- Views: 5213
Re: DLLCALL under Fivewin
... dll
75320000 00120000 C:\WINDOWS\System32\ucrtbase.dll
75F50000 000C5000 C:\WINDOWS\System32\RPCRT4.dll
76510000 0017A000 C:\WINDOWS\System32\USER32.dll
75D30000 000AF000 C:\WINDOWS\System32\COMDLG32.DLL
752C0000 0001D000 C:\WINDOWS\System32\win32u.dll
76430000 00023000 C:\WINDOWS\System32\GDI32 ...
75320000 00120000 C:\WINDOWS\System32\ucrtbase.dll
75F50000 000C5000 C:\WINDOWS\System32\RPCRT4.dll
76510000 0017A000 C:\WINDOWS\System32\USER32.dll
75D30000 000AF000 C:\WINDOWS\System32\COMDLG32.DLL
752C0000 0001D000 C:\WINDOWS\System32\win32u.dll
76430000 00023000 C:\WINDOWS\System32\GDI32 ...