Code: Select all | Expand
function Salva_File(oMemo)
local cFile := cGetFile32( , FWString("Save as"), 0, ;
hb_CurDrive() + ":\" + CurDir(), .T., .T. )
MemoWrit(cFile, oMemo:cTitle )
return nil
Code: Select all | Expand
function Salva_File(oMemo)
local cFile := cGetFile32( , FWString("Save as"), 0, ;
hb_CurDrive() + ":\" + CurDir(), .T., .T. )
MemoWrit(cFile, oMemo:cTitle )
return nil
Code: Select all | Expand
#include "..\include\WinApi.ch"
Marc, you must search for +rdp +managerMarc Venken wrote:The search does not find that link of you post
Code: Select all | Expand
%BCC%\bin\ilink64 -j%HRB%\lib %1 c0w64 %lst%, , , %FWH%\lib\five64 %FWH%\lib\fivec64 @%HRB%\hrb.rsp %LIB%
Code: Select all | Expand
# Source File
test.prg
-optim-
-ldflag+=-aa
-workdir=
#-inc
# include path FWH64
-Ic:\fwh64_72024\include
# lib path FWH64
-Lc:\fwh64_72024\lib
# FWH64 libs
-lfive64
-lfivec64
hbct.hbc
xhb.hbc
hbziparc.hbc
# run after create
-run
Code: Select all | Expand
LOCAL cPath := "c:\FWH1905\*", oItem