[freetds] Noobie, please help!
Gal Rubinstein
galrub at gmail.com
Tue Mar 10 03:49:16 EDT 2009
-It's probably more of an mingw questions, but, I'm trying to figure out
what flags to use in order to build the dblib.dll.
there are the two makefiles but they are filled with place holders
(@<something>@).
I goggled it and found no real references to how to use these with mingw so
I'm looking for an alternatives, create it on the windows EclipseCDT.
any ideas?
On Tue, Mar 10, 2009 at 2:31 AM, James K. Lowden <jklowden at freetds.org>wrote:
> Gal Rubinstein wrote:
> > I guess it
> > didn't include the db** symbols, I have to figure out what to build in
> > order to make it
> > work.... I'm guessing its src/dblib... m i right?
>
> Yep. Something like this would do what you want, modulo Windows
> command-line quoting:
>
> $ perl doc/api_status.txt | perl -ne'BEGIN{print qq(EXPORTS\n);}
> s/dbopen/tdsdbopen/; next unless /^Microsoft\tdblib\s+\w+\s*(\t\w+)\tOK/;
> print $1, $/'
>
> --jkl
> _______________________________________________
> FreeTDS mailing list
> FreeTDS at lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds
>
--
Yours,
Gal
galrub at gmail.com
More information about the FreeTDS
mailing list