... PRG
17 HB_VERSION_FLAG_C 64
18 HB_VERSION_FLAG_LINKER 1
19 HB_VERSION_BITWIDTH true
20 HB_VERSION_ENDIANNESS false
21 HB_VERSION_MT WIN
22 HB_VERSION_SHARED win
23 HB_VERSION_UNIX_COMPAT msvc64
24 HB_VERSION_PLATFORM x86-64
25 HB_VERSION_CPU false
26 HB_VERSION_COMPILER_CPP false
27 HB_VERSION_MAX_ m
Search found 19 matches: compat
Searched query: compat
- Fri Apr 02, 2021 12:53 pm
- Forum: mod_harbour
- Topic: eShop sample and a DBF product file
- Replies: 11
- Views: 2508
- Wed Mar 17, 2021 4:31 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: MSSQL EXPRESS NativeError : 3621
- Replies: 1
- Views: 336
MSSQL EXPRESS NativeError : 3621
... the code of line 1010 of the PRG ADOFUNCS. PRG in this way
case 'D'
if snDbms == DB_MSSQL
1010 cSql += " DateTime" // Date dataype not compat with older servers <----------Original---------------------
// Even with latest providers there are some issues in usage
else
cSql += " DATE ...
case 'D'
if snDbms == DB_MSSQL
1010 cSql += " DateTime" // Date dataype not compat with older servers <----------Original---------------------
// Even with latest providers there are some issues in usage
else
cSql += " DATE ...
- Fri Nov 01, 2019 2:41 pm
- Forum: mod_harbour
- Topic: dbrowse.prg
- Replies: 6
- Views: 1652
dbrowse.prg
... 00007FFFF7A10000 0000000000349000 C:\xampp\apache\bin\libcrypto-1_1-x64.dll
00007FF833C90000 0000000000009000 C:\xampp\apache\modules\mod_access_compat.so
00007FF833B60000 0000000000008000 C:\xampp\apache\modules\mod_actions.so
00007FF833B50000 000000000000A000 C:\xampp\apache\modules\mod_alias.so ...
00007FF833C90000 0000000000009000 C:\xampp\apache\modules\mod_access_compat.so
00007FF833B60000 0000000000008000 C:\xampp\apache\modules\mod_actions.so
00007FF833B50000 000000000000A000 C:\xampp\apache\modules\mod_alias.so ...
- Sat Oct 12, 2019 1:08 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Retomo Problema de uso de Word "FUNCIONANDO"
- Replies: 17
- Views: 3711
Re: Retomo Problema de uso de Word
... OPEN MODES:
FO_READ 0 Open file for reading
FO_WRITE 1 Open file for writing
FO_READWRITE 2 Open file for reading and writing
SHARING MODES:
FO_COMPAT 0 Compatibility mode
FO_EXCLUSIVE 16 Exclusive use
FO_DENYWRITE 32 Prevent other applications from writing
FO_DENYREAD 48 Prevent other ...
FO_READ 0 Open file for reading
FO_WRITE 1 Open file for writing
FO_READWRITE 2 Open file for reading and writing
SHARING MODES:
FO_COMPAT 0 Compatibility mode
FO_EXCLUSIVE 16 Exclusive use
FO_DENYWRITE 32 Prevent other applications from writing
FO_DENYREAD 48 Prevent other ...
- Mon May 02, 2016 12:49 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Forma correcta de configurar clase TSBUTTON...alguna ayuda?
- Replies: 14
- Views: 4672
Re: Forma correcta de configurar clase TSBUTTON...alguna ayuda?
... 2
Generating C source output to 'tsbutton.c'... Done.
.\..\include\hbsetup.ch(66) Warning W0002 Redefinition or duplicate definition
of #define HB_COMPAT_C53
tsbutton.prg(29) Warning W0005 RETURN statement with no return value in functio
n
Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 ...
Generating C source output to 'tsbutton.c'... Done.
.\..\include\hbsetup.ch(66) Warning W0002 Redefinition or duplicate definition
of #define HB_COMPAT_C53
tsbutton.prg(29) Warning W0005 RETURN statement with no return value in functio
n
Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 ...
- Tue Jan 27, 2015 1:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: create an arra from txt file
- Replies: 7
- Views: 2785
Re: create an arra from txt file
... They specify how file access is granted to other applications in a network environment.
File sharing modes Constant Value Description
FO_COMPAT *) 0 Compatibility mode
FO_EXCLUSIVE 16 Exclusive use
FO_DENYWRITE 32 Prevent other applications from writing
FO_DENYREAD 48 Prevent other ...
File sharing modes Constant Value Description
FO_COMPAT *) 0 Compatibility mode
FO_EXCLUSIVE 16 Exclusive use
FO_DENYWRITE 32 Prevent other applications from writing
FO_DENYREAD 48 Prevent other ...
- Fri Jan 16, 2015 5:31 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Pregunta Sobre HB_COMPAT_C53
- Replies: 1
- Views: 439
Re: Pregunta Sobre HB_COMPAT_C53
Ruben,
> LA Instruccion HB_COMPAT_C53 (se refiere a Clipper 5.3) ?
Si
> la HB_CLP_STRICT que es ?
Que no se use nada que no sea estrictamente compatible con Clipper
> LA Instruccion HB_COMPAT_C53 (se refiere a Clipper 5.3) ?
Si
> la HB_CLP_STRICT que es ?
Que no se use nada que no sea estrictamente compatible con Clipper
- Thu Jan 15, 2015 11:01 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Pregunta Sobre HB_COMPAT_C53
- Replies: 1
- Views: 439
Pregunta Sobre HB_COMPAT_C53
Saludos Forum
He visto en unos ejemplos, la siguiente instruccion
LA Instruccion HB_COMPAT_C53 (se refiere a Clipper 5.3) ?
la HB_CLP_STRICT que es ?
#ifdef HB_COMPAT_C53 CASE K_LBUTTONDOWN CASE K_LDBLCLK TBMOUSE( oBrw, MRow(), MCol() ) EXIT#endif#ifndef HB_CLP_STRICT ...
He visto en unos ejemplos, la siguiente instruccion
LA Instruccion HB_COMPAT_C53 (se refiere a Clipper 5.3) ?
la HB_CLP_STRICT que es ?
#ifdef HB_COMPAT_C53 CASE K_LBUTTONDOWN CASE K_LDBLCLK TBMOUSE( oBrw, MRow(), MCol() ) EXIT#endif#ifndef HB_CLP_STRICT ...
- Mon Dec 06, 2010 10:56 am
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: he conseguido un iphone
- Replies: 644
- Views: 185362
Error al hacer make fivephone
... before ‘__DARWIN_ALIAS’
./../harbour/include/stdlib.h:183: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__DARWIN_LDBL_COMPAT’
./../harbour/include/stdlib.h:194: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__DARWIN_ALIAS_C’
./../harbour/include/stdlib.h ...
./../harbour/include/stdlib.h:183: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__DARWIN_LDBL_COMPAT’
./../harbour/include/stdlib.h:194: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__DARWIN_ALIAS_C’
./../harbour/include/stdlib.h ...
- Tue Nov 11, 2008 4:45 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Error al actualizar Build de Harbour
- Replies: 2
- Views: 576
Error al actualizar Build de Harbour
... or duplicate definition of #define HB_C52_UNDOC
..\include\hbsetup.ch(66) Warning W0001 Redefinition or duplicate definition of #define HB_COMPAT_C53
..\include\hbsetup.ch(67) Warning W0001 Redefinition or duplicate definition of #define HB_COMPAT_XPP
hbclass.ch(249) Error E0008 Unknown ...
..\include\hbsetup.ch(66) Warning W0001 Redefinition or duplicate definition of #define HB_COMPAT_C53
..\include\hbsetup.ch(67) Warning W0001 Redefinition or duplicate definition of #define HB_COMPAT_XPP
hbclass.ch(249) Error E0008 Unknown ...
- Thu Mar 13, 2008 4:40 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: xharbour cvs + fivewin 8.01 = GPF ?
- Replies: 9
- Views: 4545
- Wed Nov 07, 2007 9:53 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bug in Harbour version of toolbar
- Replies: 55
- Views: 9598
- Wed Nov 07, 2007 9:31 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bug in Harbour version of toolbar
- Replies: 55
- Views: 9598
- Thu Aug 09, 2007 11:11 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Primeros pasos con FWH7.07 y xH0997
- Replies: 6
- Views: 1816
- Thu Aug 09, 2007 9:37 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Primeros pasos con FWH7.07 y xH0997
- Replies: 6
- Views: 1816
Primeros pasos con FWH7.07 y xH0997
... en C puro los compilé asi:
c:\BCC55\bin\bcc32.exe -P- -c -tW -Ic:\xBase\FWH\include;c:\xBase\FWH\ObjxH0997\include -DHARBOUR_USE_WIN_GTAPI -DHB_COMPAT_C53 Modulo.c
---------------------------------------------------------------
Parte de la Clase tSysInfo de Pactrick Mast que tuve que comentar ...
c:\BCC55\bin\bcc32.exe -P- -c -tW -Ic:\xBase\FWH\include;c:\xBase\FWH\ObjxH0997\include -DHARBOUR_USE_WIN_GTAPI -DHB_COMPAT_C53 Modulo.c
---------------------------------------------------------------
Parte de la Clase tSysInfo de Pactrick Mast que tuve que comentar ...