Search found 37 matches: iswin64

Return to advanced search

Re: Reconocer el sistema operativo en uso

Gracias Karinha

Con IsWin64 funciona OK.
by carito
Mon May 06, 2019 2:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Reconocer el sistema operativo en uso
Replies: 5
Views: 797

ERRSYSW.PRG, ISEXE64() ó ISWIN64()?

Masters, en el ERRSYSW.PRG, cual és el comando correcto a usar? ISEXE64() ó ISWIN64()?    #ifdef __CLIPPER__      cErrorLog += "   CPU Tipo: " + GetCPU() + CRLF   #else      // if ! IsExe64()      if ! IsWin64()         cErrorLog += " ...
by karinha
Mon Jun 18, 2018 2:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERRSYSW.PRG, ISEXE64() ó ISWIN64()?
Replies: 0
Views: 420

Re: Ayuda DLL

Antonio, aquí la segunda parte: Error: Unresolved external '_HB_FUN_DRAWTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETDLGBASEUNITS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CDLG2CHR' referenced from P...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6348

Re: detect is os 32 or os 64 bit

MsgInfo( IsWin64() )
by Antonio Linares
Sun Feb 07, 2016 12:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: detect is os 32 or os 64 bit
Replies: 1
Views: 317

Re: Windows 7 64bits y fhw32

Gracias Kharina, pero lamentablemente me sigue diciendo que no encuentra el archivo prev64.dll. El archivo lo tengo alojado en el mismo lugar que en el ejecutable. Hice una llamada en dónde se invoca a iswin64() y me la muestra.

Porque no me lee el prev64.dll

Gracias
by surGom
Fri Dec 12, 2014 3:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Windows 7 64bits y fhw32
Replies: 11
Views: 1361

Re: MyRpt - Diseñador de Reportings - En desarrollo :-)

... Y en el method New de RptRun falla zImpresora: METHOD New( oReport ) CLASS RptRun ::cDir := diruta() ::cDirDll := diruta() ::cDllFile := IF( ! IsWin64(), "Rpt.dll", "Rpt64.dll" ) ::nPage := 0 ::oReport := oReport ::cTitle := oReport:cName //cimpresora := zzimpresora //oReport:cPrinter ...
by elvira
Sat Feb 22, 2014 11:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MyRpt - Diseñador de Reportings - En desarrollo :-)
Replies: 132
Views: 36136

Re: New FTDN July/Julio 2013 (FWH 13.07)

... funciona correctamente cuando oBrw:lExcelCellWise es puesto a .T., pero fallaba en caso contrario. Se ha corregido ahora. * Corrección: La función IsWin64() no estaba comprobando si la versión de nuesto S. O. Windows era de 64 bits, en cambio comprobaba si nuestra aplicación era de 32 o 64 bits. ...
by Antonio Linares
Tue Jul 30, 2013 3:43 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2013 (FWH 13.07)
Replies: 1
Views: 2452

New FTDN July/Julio 2013 (FWH 13.07)

... of a cell is ", export to excel works correctly when oBrw:lExcelCellWise is set to .t. but fails otherwise. Fixed now. * Fix: function IsWin64() was not checking for Windows 64, instead it was checking if our app is 32 or 64 bits. Now it is ok. * New: function IsExe64() checks if our ...
by Antonio Linares
Tue Jul 30, 2013 11:06 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2013 (FWH 13.07)
Replies: 1
Views: 2452

IsWin64() a ser renombrado como IsExe64()

En el próximo FWH 13.07 renombraremos IsWin64() como IsExe64(), puesto que esta función lo que hace actualmente es comprobar si nuestra aplicación es de 64 ó 32 bits. A partir de FWH 13.07 en adelante, IsWin64() comprobará si estamos en Windows ...
by Antonio Linares
Sat Jul 20, 2013 5:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: IsWin64() a ser renombrado como IsExe64()
Replies: 0
Views: 351

IsWin64() to be renamed as IsExe64()

In next FWH 13.07 we will rename IsWin64() as IsExe64(), as this function was checking if our app is 64 or 32 bits. From FWH 13.07 on, IsWin64() will check if we are on a Windows 64 bits, as its name suggests :-) I am aware that this change ...
by Antonio Linares
Sat Jul 20, 2013 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IsWin64() to be renamed as IsExe64()
Replies: 0
Views: 381

Re: questions about 64 bits and FWH

... I will continue reviewing bcc 64, maybe its easy after a scaring first review :-) Related to your answer: In runtime you can use FWH function IsWin64() to check if you are running on a Windows 64 bits. In compile time, there is no way to distinct Harbour 32 and 64 (unless I am wrong) though ...
by Antonio Linares
Wed Feb 20, 2013 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: questions about 64 bits and FWH
Replies: 31
Views: 7584

New FTDN August/Agosto 2010 (FWH 10.8)

... source\function\ribbon.c New argument in function BrightImg to detect alpha channel in bitmap * Fix: Fixed incompatibility with current function IsWin64(), reported by Davide http://forums.fivetechsupport.com/viewtopic.php?p=103287#p103287 New function IsWow64() to detect 64 OS from 32 bits applications ...
by Antonio Linares
Tue Aug 31, 2010 9:27 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2010 (FWH 10.8)
Replies: 3
Views: 3524

Re: Checking for a Windows 64-bit

Already changed wiki

http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_iswin64

http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_iswow64

please any thing else or additional comment, please let us know, thanks by feedback
by Daniel Garcia-Gil
Wed Aug 18, 2010 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checking for a Windows 64-bit
Replies: 20
Views: 6712

Re: Checking for a Windows 64-bit

Alternatively, we can leave IsWin64() like it is now, but then the Wiki needs to be updated or more and more people will make the mistake to use it with FWH32 to check if the OS is 64bit or not. http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_iswin64 ...
by Daniel Garcia-Gil
Wed Aug 18, 2010 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checking for a Windows 64-bit
Replies: 20
Views: 6712

Re: Checking for a Windows 64-bit

Daniel, we can not change IsWin64() functionality, maybe other user use this function you're right, but if someone did you use it as advertised in the Wiki (like I did), they've already found it doesn't work that way. I would suggest: ...
by Davide
Wed Aug 18, 2010 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checking for a Windows 64-bit
Replies: 20
Views: 6712
Next

Return to advanced search

cron