Skip to Content.
Sympa Menu

freetds - RE: [freetds] freetds in win32

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Gad Hayisraeli" <gadh AT vmanage.com>
  • To: <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] freetds in win32
  • Date: Thu, 6 Feb 2003 12:08:56 +0200


> -----Original Message-----
> From: freetds-admin AT lists.ibiblio.org
> [mailto:freetds-admin AT lists.ibiblio.org]On Behalf Of Frediano Ziglio
> Sent: þä 06 ôáøåàø 2003 11:56þ
> To: FreeTDS
> Subject: RE: [freetds] freetds in win32
>
>
> Il gio, 2003-02-06 alle 09:42, Gad Hayisraeli ha scritto:
> > yes, but 0.61 still has to be changed in win32 section before release.
> > some notes that i had to change manually:
> > 1. error.c is not found in the project
> > 2. some ".h.in" ought to be ".h" in order to be found in the project
> > 3. missing dll exports
> >
> > i send to Frank M. Kromann my release compared to the 4/2/03 snapshot of
> > 0.61, i hope he'll be in touch with you and
> > update it.
> >
> > Gad
> >
>
> 1. fixed. I don't understand why msvc use a full path instead of
> relative.. perhaps msvc bugs

its just my changes, you can use relative path as well.

>
> 2. fixed. I copied from unix to msvc so files was there

yes, but the .h.in does not appear automatically as .h files , that depend on
the linux "configure" script. how did you
converted them ? i used the default configure script results
>
> 3. work. use def, not export in source. See following output.
> $ perdr --show-exports FreeTDS.dll
> DLL: FreeTDS.dll
> Addr:00002710 hint:1(0001) Name:SQLAllocConnect
> Addr:000027D0 hint:2(0002) Name:SQLAllocEnv
> Addr:00002620 hint:3(0003) Name:SQLAllocHandle
> Addr:00002840 hint:4(0004) Name:SQLAllocStmt
> Addr:00002870 hint:5(0005) Name:SQLBindCol
> Addr:00002500 hint:6(0006) Name:SQLBindParameter
> Addr:0001EE06 hint:7(0007) Name:SQLBrowseConnect
> Addr:00002960 hint:8(0008) Name:SQLCancel
> Addr:00002CA0 hint:9(0009) Name:SQLColAttributes
> Addr:0001EE0C hint:10(000A) Name:SQLColumnPrivileges
> Addr:00003E20 hint:11(000B) Name:SQLColumns
> Addr:000029A0 hint:12(000C) Name:SQLConnect
> Addr:00002AB0 hint:13(000D) Name:SQLDescribeCol
> Addr:0001EE12 hint:14(000E) Name:SQLDescribeParam
> Addr:00003180 hint:15(000F) Name:SQLDisconnect
> Addr:000021D0 hint:16(0010) Name:SQLDriverConnect
> Addr:00001EC0 hint:17(0011) Name:SQLError
> Addr:000032E0 hint:18(0012) Name:SQLExecDirect
> Addr:00003440 hint:19(0013) Name:SQLExecute
> Addr:00003690 hint:20(0014) Name:SQLFetch
> Addr:0001EE18 hint:21(0015) Name:SQLForeignKeys
> Addr:00003920 hint:22(0016) Name:SQLFreeConnect
> Addr:00003960 hint:23(0017) Name:SQLFreeEnv
> Addr:00003890 hint:24(0018) Name:SQLFreeHandle
> Addr:00003AA0 hint:25(0019) Name:SQLFreeStmt
> Addr:000041C0 hint:26(001A) Name:SQLGetConnectOption
> Addr:0001EE1E hint:27(001B) Name:SQLGetCursorName
> Addr:00004240 hint:28(001C) Name:SQLGetData
> Addr:000043C0 hint:29(001D) Name:SQLGetFunctions
> Addr:00004630 hint:30(001E) Name:SQLGetInfo
> Addr:00003AD0 hint:31(001F) Name:SQLGetStmtAttr
> Addr:00004900 hint:32(0020) Name:SQLGetStmtOption
> Addr:00004960 hint:33(0021) Name:SQLGetTypeInfo
> Addr:00002370 hint:34(0022) Name:SQLMoreResults
> Addr:0001EE24 hint:35(0023) Name:SQLNativeSql
> Addr:00002460 hint:36(0024) Name:SQLNumParams
> Addr:00003C50 hint:37(0025) Name:SQLNumResultCols
> Addr:00004B80 hint:38(0026) Name:SQLParamData
> Addr:0001EE2A hint:39(0027) Name:SQLParamOptions
> Addr:00003CA0 hint:40(0028) Name:SQLPrepare
> Addr:0001EE30 hint:41(0029) Name:SQLPrimaryKeys
> Addr:0001EE36 hint:42(002A) Name:SQLProcedureColumns
> Addr:0001EE3C hint:43(002B) Name:SQLProcedures
> Addr:00004BE0 hint:44(002C) Name:SQLPutData
> Addr:00003CF0 hint:45(002D) Name:SQLRowCount
> Addr:00004C40 hint:46(002E) Name:SQLSetConnectAttr
> Addr:00004D80 hint:47(002F) Name:SQLSetConnectOption
> Addr:0001EE42 hint:48(0030) Name:SQLSetCursorName
> Addr:00002490 hint:49(0031) Name:SQLSetEnvAttr
> Addr:0001EE48 hint:50(0032) Name:SQLSetParam
> Addr:0001EE4E hint:51(0033) Name:SQLSetPos
> Addr:00004DF0 hint:52(0034) Name:SQLSetStmtOption
> Addr:0001EE54 hint:53(0035) Name:SQLSpecialColumns
> Addr:0001EE5A hint:54(0036) Name:SQLStatistics
> Addr:0001EE60 hint:55(0037) Name:SQLTablePrivileges
> Addr:00004E60 hint:56(0038) Name:SQLTables
> Addr:00003D40 hint:57(0039) Name:SQLTransact
>
> freddy77
>
>
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds
>







Archive powered by MHonArc 2.6.24.

Top of Page