Search found 22 matches: iswinnt

Return to advanced search

Re: Obtener el nombre del OS o version de Windows

Hola jNavas: Aquí te dejo otra opción que creo que es lo que buscas: OS()->cOSName Os_IsWin2000()->lIsWin2000 Os_IsWin2000_Or_Later()->lIsWin2000_Or_Later Os_IsWin2003()->lIsWin2003 Os_IsWin95()->lIsWin95 Os_IsWin98()->lIsWin98 Os_IsWin9X()->lIsWin9X Os_IsWinME()->lIsWinME Os...
by jll-fwh
Tue Dec 12, 2023 8:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Obtener el nombre del OS o version de Windows
Replies: 7
Views: 885

Re: Introducing FiveTech's fivedit

Hi, I am new to using FiveEdit and I hope somebody could help me find a solution to my problem. I encountered several 'unresolved external' errors during linking, I will post just some: Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresolved external '_hb...
by ryugarai27
Sat Sep 01, 2018 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107342

Re: funciones de FWH y Harbour en un archivo .txt

__clsVerify(<nClassH>)-><acBrokenMessages>|Nil __objAddData(<oObject>,<cDataName>)->oObject __objAddInline(<oObject>,<cInlineName>,<bInline>)->oObject __objAddMethod(<oObject>,<cMethodName>,<nFuncPtr>)->oObject __objDelInline(&l...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Re: funciones de FWH y Harbour en un archivo .txt

__clsVerify __objAddData __objAddInline __objAddMethod __objDelInline __objDelMethod __objDelMethod __objDerivedFrom __objGetMethodList __objGetValueList __objModInline __objModMethod __objSetValueList __Pack __Run __Zap AAdd Abs AChoice AClone ACopy ACos AddASCII AddMonth ADel ADir ADSBlob2File ADS...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6333

Re: Shellexecute no abre archivo excel

Estimado: Asi nunca he tenido problemas: cFile:='M'+alltrim(LEFT(cDes,20))+".xls" If IsWinNT() ShellExecute( oWnd:hWnd, "open" , cFile, , , ) Else WaitRun( 'Start ' + "excel "+cFile, 0 ) EndIf Saludos, Daniel Puente Puerto Santa Cruz Santa ...
by puenteda
Thu Jul 16, 2015 1:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Shellexecute no abre archivo excel
Replies: 5
Views: 981

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: 99079

Re: Se necesita ayuda en el wiki !

... IsChild() IsDefButton() IsDiskette() IsIconic() IsMenu() IsOEM() IsOverWnd() IsWin64() IsWin95() IsWin2000() IsWindowVista() IsWindowVisible() IsWinNT() IsZip() IsZoomed() JoyGetDevCaps() JoyGetNumDevs() JoyGetPos() JoyGetThreshold() JoyReleaseCapture() JoySetCapture() KeyFast() KeyToggle() ...
by Cgallegoa
Sun Feb 21, 2010 10:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5502

Re: need tcrw.prg for 32 bit

... ) LOCAL cTemp ::hDll := 0 ::nJobHandle := 0 ::lError := .F. // Check if we load 16 or 32 Bits. First try to load CRPE32 // IF IsWin95() .OR. IsWinNT() ::hDll := LoadLib32( nDirCrPe + "CRPE32.DLL" ) ::l32 := .T. ENDIF // If CRPE32.DLL did not load, try CRPE.DLL // IF ABS( ::hDll ...
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: 1316

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Antonio, creo qeu nuevamente mis email ha caido en la bandeja de Spam he registrados las siguientes funciones en el wiki 01-IsWin95 02-IsWin2000 03-IsWinNt 04-IsWInVista 05-FAttrib 06-FDate 07-cGetNewAlias 08-GetOrdername 09-IsCdRom 10-IsDiskette 11-lChDir 12-IsWin64 13-lMkDir 14-lRmDir 15-MsgDate ...
by carlos vargas
Thu Aug 27, 2009 1:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to complete the wiki and get a free FWH 9.07 !!!
Replies: 80
Views: 14255

Ayuda con la clase TCRW

... NEW_() LOCAL cTemp ::hDll := 0 ::nJobHandle := 0 ::lError := .F. // Check if we load 16 or 32 Bits. First try to load CRPE32 // IF IsWin95() .OR. IsWinNT() ::hDll := LoadLib32( "CRPE32.DLL" ) ::l32 := .T. ENDIF // If CRPE32.DLL did not load, try CRPE.DLL // IF ABS( ::hDll ) <= 32 ::hDll := ...
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: 2523

Hay un efecto que aparece cuando se cambia de tema, con esto se ajusta la diferencia (no es perfecto, pero no se ve mal). nW:=IF(IsWinNT(), 8, 8) nH:=IF(IsWinNT(),33,27) oWChld:bGotFocus :={|| SetIdxRec()} ACTIVATE DIALOG oDlg NOWAIT VALID (oWChld:End(),.T.) ACTIVATE WINDOW oWChld ; ON ...
by Alfredo Arteaga
Fri Sep 14, 2007 4:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para meu amigo Alfredo Arteaga!
Replies: 3
Views: 854

... cUrl ) cUrl := IF( "@" $ cUrl, "mailto:" + cUrl, cUrl ) IF EMPTY( cUrl ) oAsis:wInfo( "Introduzca algún valor en el campo", oApp:lAsis ) ELSE IF IsWinNT() WinExec( "rundll32.exe url.dll, FileProtocolHandler " + cUrl, 0 ) ELSE WinExec( "Start " + cUrl, 0 ) ENDIF ENDIF RETURN nil Saludos desde ...
by cuatecatl82
Fri Sep 07, 2007 10:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TURL para Harbour
Replies: 6
Views: 1419

... := 1 local cErrorLog := "" local aVersions := GetVersion() local aTasks local aRDDs, nTarget, uValue local oOldError local cRelation local lIsWinNT := IsWinNT() // by default, division by zero yields zero if ( e:genCode == EG_ZERODIV ) return 0 end // for network open error, set NETERR() ...
by karinha
Mon Jan 22, 2007 9:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: To Antonio - GPF com MDICHILD + DIALOG
Replies: 5
Views: 1718

Migrando FW-FWH... y no logro generar el exe

Hola de nuevo! En un mensaje anterior indique que tenía algunos problemas con la compilación, efectivamente como indico Rene tenia en el .MAK indicada una librería de mas FiveHC, ya la elimine, tambien note que tenía una versión del build de harbour vieja, así es que me dí a la tarea de bajar de nue...
by Laurel
Thu Jun 29, 2006 2:01 am
 
Forum: FiveWin para CA-Clipper
Topic: Migrando FW-FWH... y no logro generar el exe
Replies: 3
Views: 1240
Next

Return to advanced search