in reply to Re: Compiling DBD::Sybase with Borland C++ 5.5
in thread Compiling DBD::Sybase with Borland C++ 5.5

Thanks for the advise. :-)

I will try to look for a visual C compiler to compile the DLL with. Making it to compile with borland was a bit hard.

  • Comment on Re: Re: Compiling DBD::Sybase with Borland C++ 5.5

Replies are listed 'Best First'.
Re: Re: Re: Compiling DBD::Sybase with Borland C++ 5.5
by BrowserUk (Patriarch) on Oct 01, 2003 at 23:31 UTC

    Unfortunately, that tends to be the case, which is a crying shame. It rankles with me that the only way to use Perl on the Win32 platform forces so many people into either purchasing VC++ (and throwing good money into the MS coffers!) or obtaining it through "dubious means", when there are several free compilers available.

    There is the Cygwin route of course, but that adds yet another unnecessary and complicating layer into the mix.

    Unless we could build up a head of steam behind one, free, native Win32 compiler, the situation of dependancy upon VC++ will continue:(


    Examine what is said, not who speaks.
    "Efficiency is intelligent laziness." -David Dunham
    "When I'm working on a problem, I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong." -Richard Buckminster Fuller
    If I understand your problem, I can solve it! Of course, the same can be said for you.