Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ODBC Connect Dialog: Text lacks if created from a DLL

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
hi,

i am writing an abstract data access framework. it enables us among
other things to access databases without being interested in the
actual underlying driver.

to accomplish this, the actual database access is implemented in a
dll which gets loaded dynamically at runtime. i wrote some odbc
code (getting environment, connecting, doing a query, disconnecting,
releasing what's necessary) which works fine in an executable.

the following problem appears in an dll: the 'select data source'
window appears, but all text fields are empty (even the buttons lack
text), and the connection fails.

anybody any ideas?

best regards,
matthias fritschi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top