Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BCC does not have (u)intptr_t [ODBC200] #186

Closed
firebird-automations opened this issue Jun 17, 2016 · 2 comments
Closed

BCC does not have (u)intptr_t [ODBC200] #186

firebird-automations opened this issue Jun 17, 2016 · 2 comments

Comments

@firebird-automations
Copy link

Submitted by: Dimitar Zhekov (sheckley)

Depends on ODBC197

D:\...\OdbcJdbc\Builds\Bcc55.win>C:\Borland\BCC55\bin\make -f makefile.bcc55 COMPDIR=C:\Borland\BCC55 VER_NT= FIREBIRD=D:\...\Firebird Release\odbcfb.dll

..\..\ConnectDialog.cpp:
Error E2303 ..\..\ConnectDialog.h 49: Type name expected
Error E2228 ..\..\ConnectDialog.h 49: Too many error or warning messages
*** 2 errors in Compile ***

$SUBJECT. The easiest workaround is to define (u)intptr_t using compilation
options: makefile.bcc55:COMPFLAGS = ... -Dintptr_t=int -Duintptr_t=unsigned -D_INTPTR_T_DEFINED

@firebird-automations
Copy link
Author

Modified by: @alexpotapchenko

status: Open [ 1 ] => Closed [ 6 ]

resolution: Duplicate [ 3 ]

@firebird-automations
Copy link
Author

Modified by: @alexpotapchenko

Link: This issue depends on ODBC197 [ ODBC197 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants