in reply to Sybase::CTlib on Windows

I don't know if the instructions still work but you might want to check out A Practical Guide to Compiling C based Modules under ActiveState using Microsoft C++ (uses free-to-download software)

update: you might also want to try DBD::Sybase instead, since DBI/DBD drivers are generally better supported than the pure-database-specific database modules.

Replies are listed 'Best First'.
Re^2: Sybase::CTlib on Windows
by spdiquattro (Initiate) on Jul 20, 2007 at 23:08 UTC
    Your suggestion is probably a good one, however I have to support an older piece of software for a customer. I'm just trying to debug it so I don't have to rewrite it...thanks.