From: Pete <pe...@ka...> - 2010-06-21 03:52:06
|
Hi Raja Basically you need to follow these simple steps: 1. Make sure you have a C++ compiler (for the rest I assume you use VS 2008 EE and installed it in the default folder) 2. open a command shell (DOS console) 3. navigate to console to the libodbc++\win32 folder 4. setup your environment by executing: "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat" 5. now to build say the debug-lib you type: nmake -f makefile.w32 CFG=debug-lib (Note that if you don't supply the CFG argument you get a list of valid options) 6. once the library is built you can create a new project and create your first test odbc++ test program (use some of the examples included). Just make sure you libodbc++/include is in the include search path and you link with the library you've built in 5 above and make sure compiler settings are compatible. Pete _____ From: summa prize [mailto:sum...@ho...] Sent: Friday, 18 June 2010 4:40 p.m. To: lib...@li... Subject: [libodbcxx-devel] VC++ to ODBC Connection Hi All. Can anyone help, how to connect vc++ to libodbc++????????. With Regards T.Boopathi Raja _____ Hotmail is redefining busy with tools for the New Busy. Get more from your inbox. See how. <http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON: WL:en-US:WM_HMP:042010_2> |