For anyone else having this problem building the MyODBC MySQL driver, I 
ended up commenting out all of the ctl3d calls in setup.c (and replacing 
SetWindowLong(hdlg, DWL_MSGRESULT,Ctl3dDlgFramePaint(hdlg, wMsg, wParam, 
lParam)); with SetWindowLong(hdlg, DWL_MSGRESULT,lParam);) The driver 
now links and runs, although the config dialog is pretty ugly.

Dave




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to