TDBC

View Ticket
Login
Ticket Hash: b4029dc351e0a3afe03a06e5668adf81af9573f3
Title: make all TDBC API functions MODULE_SCOPE
Status: Closed Type: Feature_Request
Severity: Minor Priority: Medium
Subsystem: tdbc Resolution: Fixed
Last Modified: 2019-08-29 11:04:57
Version Found In: 1.0b17
Description:
As a follow-up to [Tcl FRQ 3010352],

Objective: simplify Stubs by

- exporting only the minimally needed symbols, i.e.
only Tdbc_Init, nothing more.

- Eliminate the need for -DUSE_TDBC_STUBS

For TclOO, this is already done, I have a
corresponding patch for Tdbc available.

<hr /><i>anonymous added on 2011-11-07 10:05:24 UTC:</i><br />
Implementation available now in branch rfe-b4029dc351

Kevin, is this suitable for the next beta?

            Jan Nijtmans

<hr /><i>jan.nijtmans added on 2012-06-10 20:11:21 UTC:</i><br />
Now tested on Windows and UNIX, should work fine on all platforms