... 7.70 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc.
t.c:
Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc.
c:\borland\bcc770\lib\psdk\Uxtheme.lib(1):'Unrecognized keyword '?''
Fatal: Error processing .DEF file
* Linking errors *
best regards
kajot
Search found 33 matches: unrecognized
Searched query: unrecognized
- Fri Aug 16, 2024 8:43 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: problem with 24.07
- Replies: 12
- Views: 3021
- Thu Sep 07, 2023 9:14 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Compilar y lincar samples\account de FWH
- Replies: 5
- Views: 611
Re: Compilar y lincar samples\account de FWH
... no va, da este error:
c:\desarrol\bcc7032\bin\ilink32 -Gn -aa -Tpe -s @b32.bc
Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.
c:\desarrol\bcc7032\lib\psdk\shell32.lib(1):'Unrecognized keyword '?''
Fatal: Error processing .DEF file
** error 2 ** deleting account.exe
c:\desarrol\bcc7032\bin\ilink32 -Gn -aa -Tpe -s @b32.bc
Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.
c:\desarrol\bcc7032\lib\psdk\shell32.lib(1):'Unrecognized keyword '?''
Fatal: Error processing .DEF file
** error 2 ** deleting account.exe
- Wed Nov 02, 2016 7:14 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: Getting the texxt of an RichEdit control
- Replies: 4
- Views: 2882
Re: Getting the texxt of an RichEdit control
... when I use GetRTF() I get an error:
2016-11-02 20:11:28.191 Plantenkennis[2506:1349742] -[NSConcreteMutableData cStringUsingEncoding:]: unrecognized selector sent to instance 0x7f95b2f0b350
2016-11-02 20:11:28.192 Plantenkennis[2506:1349742] -[NSConcreteMutableData cStringUsingEncoding ...
2016-11-02 20:11:28.191 Plantenkennis[2506:1349742] -[NSConcreteMutableData cStringUsingEncoding:]: unrecognized selector sent to instance 0x7f95b2f0b350
2016-11-02 20:11:28.192 Plantenkennis[2506:1349742] -[NSConcreteMutableData cStringUsingEncoding ...
- Tue Nov 01, 2016 3:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Need CURL syntax with fivewin using HBCURL LIB?
- Replies: 10
- Views: 5800
Re: Need CURL syntax with fivewin using HBCURL LIB?
... t use specified cipher */
#define HB_CURLE_SSL_CACERT 60 /* problem with the CA cert (path?) */
#define HB_CURLE_BAD_CONTENT_ENCODING 61 /* Unrecognized transfer encoding */
#define HB_CURLE_LDAP_INVALID_URL 62 /* Invalid LDAP URL */
#define HB_CURLE_FILESIZE_EXCEEDED 63 /* Maximum file size ...
#define HB_CURLE_SSL_CACERT 60 /* problem with the CA cert (path?) */
#define HB_CURLE_BAD_CONTENT_ENCODING 61 /* Unrecognized transfer encoding */
#define HB_CURLE_LDAP_INVALID_URL 62 /* Invalid LDAP URL */
#define HB_CURLE_FILESIZE_EXCEEDED 63 /* Maximum file size ...
- Thu Apr 14, 2016 1:47 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xharbour with gcc (mingw)?
- Replies: 15
- Views: 5708
Re: xharbour with gcc (mingw)?
... output to 'helloworld.ppo
'...
Generating C source output to 'helloworld.c'...
Done.
Lines 5, Functions/Procedures 1, pCodes 7
gcc: error: unrecognized command line option '-mno-cygwin'
* Link errors *
C:\XharbourWithMingwTestProgram>
In hlibs=%hdir%\lib there are only .a extensions ...
'...
Generating C source output to 'helloworld.c'...
Done.
Lines 5, Functions/Procedures 1, pCodes 7
gcc: error: unrecognized command line option '-mno-cygwin'
* Link errors *
C:\XharbourWithMingwTestProgram>
In hlibs=%hdir%\lib there are only .a extensions ...
- Thu Apr 14, 2016 11:34 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xharbour with gcc (mingw)?
- Replies: 15
- Views: 5708
Re: xharbour with gcc (mingw)?
... I now want to get xharbour working with mingw(It not really neccesary to use fivewin for that at this moment)
I see mno-cygwin is missing. (unrecognized command line option '-mno-cygwin')
In buildg.bat: (see -mno-cygwin)
if not exist %1.rc %mingw%\bin\gcc -o%1.exe %1.o -Wall -s -mwindows -L ...
I see mno-cygwin is missing. (unrecognized command line option '-mno-cygwin')
In buildg.bat: (see -mno-cygwin)
if not exist %1.rc %mingw%\bin\gcc -o%1.exe %1.o -Wall -s -mwindows -L ...
- Thu Apr 14, 2016 9:51 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xharbour with gcc (mingw)?
- Replies: 15
- Views: 5708
Re: xharbour with gcc (mingw)?
... output to 'helloworld.ppo
'...
Generating C source output to 'helloworld.c'...
Done.
Lines 5, Functions/Procedures 1, pCodes 7
gcc: error: unrecognized command line option '-mno-cygwin'
* Link errors *
C:\XharbourWithMingwTestProgram>
I think the problem is with set hlibs=%hdir%\lib\gcc, I don ...
'...
Generating C source output to 'helloworld.c'...
Done.
Lines 5, Functions/Procedures 1, pCodes 7
gcc: error: unrecognized command line option '-mno-cygwin'
* Link errors *
C:\XharbourWithMingwTestProgram>
I think the problem is with set hlibs=%hdir%\lib\gcc, I don ...
- Wed Jul 03, 2013 7:21 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Ficheros accdb de Access (Office 2010) con ADO
- Replies: 1
- Views: 619
Ficheros accdb de Access (Office 2010) con ADO
Ha conseguido alguien abrir un fichero accdb (del Access del Office 2010) usando ADO ?
La conexión habitual para ADO y Access falla con "unrecognized internal format". Busqué en google y encontre esto:
"Provider=Microsoft.ACE.OLEDB.12.0"
Cambié el proveedor y ahora falla con "provider can not be ...
La conexión habitual para ADO y Access falla con "unrecognized internal format". Busqué en google y encontre esto:
"Provider=Microsoft.ACE.OLEDB.12.0"
Cambié el proveedor y ahora falla con "provider can not be ...
- Wed Jul 03, 2013 7:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Office 2010 Access accdb files from ADO
- Replies: 5
- Views: 2998
Office 2010 Access accdb files from ADO
Have someone managed to open an accdb (Office 2010 Access) file using ADO ?
The usual connection string for ADO and Access reports unrecognized internal format. So I googled for it and found this:
"Provider=Microsoft.ACE.OLEDB.12.0"
I changed the provider and now it reported that such provider is ...
The usual connection string for ADO and Access reports unrecognized internal format. So I googled for it and found this:
"Provider=Microsoft.ACE.OLEDB.12.0"
I changed the provider and now it reported that such provider is ...
- Wed Mar 13, 2013 5:51 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Again about scripting ... HB_CompileBuf
- Replies: 28
- Views: 6106
Re: Again about scripting ... HB_CompileBuf
... lhbsix -lhbsqlit3 -lhbtip -lhbusrrdd -lhbvm -lhbwin -lhbzlib -lrddcdx -lrddfpt -lrddntx -lxhb -lpng -Wl,--end-group
then I get an error : unrecognized option --allow-multiple-definition . If let with comma : -ldflag=-Wl,--allow-multiple-definition , then return : can't find -ldflag=-Wl,--allow ...
then I get an error : unrecognized option --allow-multiple-definition . If let with comma : -ldflag=-Wl,--allow-multiple-definition , then return : can't find -ldflag=-Wl,--allow ...
- Wed Feb 27, 2013 5:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Harbour env. linking error
- Replies: 8
- Views: 1424
Re: Harbour env. linking error
Many thanks !
![Smile :)](./images/smilies/icon_smile.gif)
Sorry Antonio , with your file - "Unrecognized file format" or something similar ...
![Smile :)](./images/smilies/icon_smile.gif)
With best regards ! Rimantas
- Tue Dec 11, 2012 10:52 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Pelles C question
- Replies: 14
- Views: 3864
Re: Pelles C question
... on
FONT BITMAP c:\FWH\MARCLOGO\BUTTONS\font.bmp
on the line
DELETE BITMAP c:\FWH\MARCLOGO\BUTTONS\delete.bmp a get warning: Unrecognized or misplaced token: (
Probably are FONT and DELETE are reserved words. Can't I use them?
Is the syntax different then with workshop?
FONT BITMAP c:\FWH\MARCLOGO\BUTTONS\font.bmp
on the line
DELETE BITMAP c:\FWH\MARCLOGO\BUTTONS\delete.bmp a get warning: Unrecognized or misplaced token: (
Probably are FONT and DELETE are reserved words. Can't I use them?
Is the syntax different then with workshop?
- Tue Mar 13, 2012 11:11 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error linking MinGW32
- Replies: 4
- Views: 1008
Re: Error linking MinGW32
... inc -run -ic:\fwh\include -iINCLUDES wegb32.hbm C:\FWH\fwhgSQL.hbc contrib.hbc
I included ldflags=--allow-multiple-definition in contrib.hbc but it did not work: gcc.exe: error: unrecognized option '--allow-multiple-definition'
When I use cflags=--allow-multiple-definition it doesnt not work either.
I included ldflags=--allow-multiple-definition in contrib.hbc but it did not work: gcc.exe: error: unrecognized option '--allow-multiple-definition'
When I use cflags=--allow-multiple-definition it doesnt not work either.
- Tue Nov 08, 2011 2:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Clipper code recover
- Replies: 2
- Views: 554
Re: Clipper code recover
Marco
v5demo.exe does not work!
Clipper 5.2
Blinker 4.10
Unrecognized linker code.
Unable to continue processing.
Press any key to continue.
v5demo.exe does not work!
Clipper 5.2
Blinker 4.10
Unrecognized linker code.
Unable to continue processing.
Press any key to continue.
- Fri Oct 28, 2011 5:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: New Fwh 11.09 . TFolderEx error
- Replies: 17
- Views: 3890
Re: New Fwh 11.09 . TFolderEx error
... errors *
All other samples , excluding with resources and folderex , are working . With resources return such similar errors :
testfx3.rc:5: unrecognized escape sequence
testfx3.rc:5: unrecognized escape sequence
C:\hrb\comp\mingw\bin\windres: testfx3.rc:12: syntax error
* Resources errors ...
All other samples , excluding with resources and folderex , are working . With resources return such similar errors :
testfx3.rc:5: unrecognized escape sequence
testfx3.rc:5: unrecognized escape sequence
C:\hrb\comp\mingw\bin\windres: testfx3.rc:12: syntax error
* Resources errors ...