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

API entrypoints Bopen and BLOB_open are not visible [CORE3911] #4247

Closed
firebird-automations opened this issue Aug 29, 2012 · 13 comments
Closed

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @AlexPeshkoff

Commits: 94c25bf ed1a72b

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

Version: 2.1.5 [ 10420 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

Version: 3.0 Initial [ 10301 ]

Component: Engine [ 10000 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

Component: API / Client Library [ 10040 ]

Component: Engine [ 10000 ] =>

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

What about the rest?

BLOB\_close
BLOB\_display
BLOB\_dump	
BLOB\_edit
BLOB\_get
BLOB\_load
BLOB\_put
BLOB\_text\_dump
BLOB\_text\_load

They were always public in Windows.

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

Version: 2.1.5 [ 10420 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

Version: 3.0 Initial [ 10301 ] =>

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

The rest are OK.
The problem is that API_ROUTINE macro for Mac is defined in a way that only single lexem may be opresent before it, i.e.

typedef char* pchar;
pchar API_ROUTINE bla-la-la....

is OK, but

char* API_ROUTINE bla-la-la....

gives a warning and doesn not export symbol. Looking better I've found that both 2.1 and trunk already had fixes for it. Now I change name of typedef to better one from trunk and close an issue.

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Backported solution from trunk

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 2.5.2 [ 10450 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: No test

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: No test => Cannot be tested

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