Re: Build problems with MS VC++ Express 2005 - Mailing list pgsql-odbc

From Sailesh Krishnamurthy
Subject Re: Build problems with MS VC++ Express 2005
Date
Msg-id 3369404FF677C742A08512B138D3DFBD22D9A1@BE19.exg3.exghost.com
Whole thread Raw
In response to Re: Build problems with MS VC++ Express 2005  ("Sailesh Krishnamurthy" <skrishnamurthy@truviso.com>)
List pgsql-odbc
Trust Outlook to mess up my email ...

My script, setup.bat contains the following:

===================================================================
call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat"
call "C:\Program Files\Microsoft Platform SDK\SetEnv.Cmd"
===================================================================

--
Regards
Sailesh Krishnamurthy
Co-Founder & Chief Architect
Truviso, Inc.
http://www.truviso.com
[W]: (650) 242-3503
[C]: (650) 804-6585


-----Original Message-----
From: pgsql-odbc-owner@postgresql.org
[mailto:pgsql-odbc-owner@postgresql.org] On Behalf Of Sailesh
Krishnamurthy
Sent: Thursday, July 19, 2007 12:03 PM
To: Dave Page; Hiroshi Saito
Cc: pgsql-odbc@postgresql.org
Subject: Re: [ODBC] Build problems with MS VC++ Express 2005

Folks

Just FYI, but I managed to find a simpler alternate solution to what was
described in the link (of course, both Visual C++ Express and the
Platform SDK must be installed).

I just run the following script (I call it setup.bat) in a normal shell
and that sets up everything I need to build ODBC using nmake:

C:\Documents and Settings\sailesh\Desktop\code>type setup.bat
call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat"
call "C:\Program Files\Microsoft Platform SDK\SetEnv.Cmd"

C:\Documents and Settings\sailesh\Desktop\code>setup

C:\Documents and Settings\sailesh\Desktop\code>call "C:\Program
Files\Microsoft
Visual Studio 8\VC\vcvarsall.bat"
Setting environment for using Microsoft Visual Studio 2005 x86 tools.

Attempting to detect a Microsoft Visual Studio installation

Targeting Windows XP 32 DEBUG

C:\Documents and Settings\sailesh\Desktop\code>

--
Regards
Sailesh Krishnamurthy
Co-Founder & Chief Architect
Truviso, Inc.
http://www.truviso.com
[W]: (650) 242-3503
[C]: (650) 804-6585


-----Original Message-----
From: Dave Page [mailto:dpage@postgresql.org]
Sent: Thursday, July 19, 2007 1:59 AM
To: Hiroshi Saito
Cc: Sailesh Krishnamurthy; pgsql-odbc@postgresql.org
Subject: Re: [ODBC] Build problems with MS VC++ Express 2005

Hiroshi Saito wrote:
> Hi Sailesh-san.
>
> It seems that you need to arrange according to the following.
> http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/

Agreed - and to avoid any future confusion, follow *all* steps in there,
including any marked as optional.

Regards, Dave



---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org



pgsql-odbc by date:

Previous
From: "Sailesh Krishnamurthy"
Date:
Subject: Re: Build problems with MS VC++ Express 2005
Next
From: Garo Hussenjian
Date:
Subject: Dynaset support