From: Kevin K. <kk...@ny...> - 2009-02-24 18:38:06
|
Patrick Dunnigan wrote: > Kevin I am attempting to compile tdbc for 8.5.6 on windows using vc++ (VS > 2008). I see a win directory and makefile.vc for the tdbc directory and it > appears to have build successfully against 8.5.6. > > However the win directory and makefile.vc for tdbcodbc, tdbcsqlite3, > tdbcmysql don't exist. Am I missing something? The drivers are built separately, since each one has a different set of external dependencies. Build and install tdbc, then build and install whatever driver[s] you plan to use. I don't think that I've done makefile.vc for the drivers yet. I've been using mingw/msys to do my builds; I don't have VC6 any more, and any newer version of Visual Studio gives deployment headaches because of nasties like code signing and not being able to depend on the Windows redistributables actually being on the target system. Things are hectic in both my personal life and at work at the moment. It'll be at least the weekend before I can try to debug the Windows 8.5 build. -- 73 de ke9tv/2, Kevin |