Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Cannot link SqlCommander sample with MSC8...
( ) 1 Vote
Re: Cannot link SqlCommander sample with MSC8... [message #9198 is a reply to message #9194] |
Fri, 20 April 2007 18:56   |
 |
mirek
Messages: 14265 Registered: November 2005
|
Ultimate Member |
|
|
Sbleck wrote on Fri, 20 April 2007 10:56 | Hi Mirek,
Regarding to this issue...
Quote: |
Look at the beginning of SqlCommander.cpp
#if defined(PLATFORM_WIN32) && defined(COMPILER_MSC)
#define HAVE_OLEDB
#endif
This means that OLEDB connections are disabled for migw, that is why it works...
You cannot compile it most likely because you have not installed part of SDK that provides OLEDB.
I suppose you are not very interested in OLEDB, therefore a simple way how to get around the problem is to disable for MSC too:
#if defined(PLATFORM_WIN32) && defined(COMPILER_MSC)
// #define HAVE_OLEDB
#endif
|
I've done as you suggested, but the problem remains:
----- SqlCtrl ( GUI NOAPPSQL MSC8 FORCE_SPEED WIN32 MSC ) (1 / 17)
----- Oracle ( GUI NOAPPSQL MSC8 FORCE_SPEED WIN32 MSC ) (2 / 17)
----- OleDB ( GUI NOAPPSQL MSC8 FORCE_SPEED WIN32 MSC ) (3 / 17)
OleDB.cpp
c:\upp\uppsrc\oledb\OleDB.h(14) : fatal error C1083: Cannot open include file: 'msdasc.h': No such file or directory
OleDB: 1 file(s) built in (0:01.45), 1453 msecs / file, duration = 1469 msecs
There were errors. (0:01.64)
|
Ops, sorry, OleDB plugin needs it too...
Well, you can also try to remove the OleDB package and #include <OleDB/OleDB.h>...
Quote: |
What are your recommendations, when performing another Windows SDK (WEB Install) installation ? What choice should be useful to add ?
|
Not sure. But as you see, adding DB connectivity is useful 
Mirek
|
|
|
 |
 |
Cannot link SqlCommander sample with MSC8...
By: Sbleck on Wed, 18 April 2007 22:21
|
 |
 |
Re: Cannot link SqlCommander sample with MSC8...
By: Sbleck on Thu, 19 April 2007 21:58
|
 |
|
Re: Cannot link SqlCommander sample with MSC8...
By: mirek on Thu, 19 April 2007 22:56
|
 |
 |
Re: Cannot link SqlCommander sample with MSC8...
By: Sbleck on Fri, 20 April 2007 00:51
|
 |
 |
Re: Cannot link SqlCommander sample with MSC8...
By: Sbleck on Fri, 20 April 2007 01:32
|
 |
|
Re: Cannot link SqlCommander sample with MSC8...
By: mirek on Fri, 20 April 2007 12:46
|
 |
 |
Re: Cannot link SqlCommander sample with MSC8...
By: Sbleck on Fri, 20 April 2007 16:56
|
 |
|
Re: Cannot link SqlCommander sample with MSC8...
By: mirek on Fri, 20 April 2007 18:56
|
 |
 |
Re: Cannot link SqlCommander sample with MSC8...
By: Sbleck on Fri, 20 April 2007 19:51
|
 |
 |
Re: Cannot link SqlCommander sample with MSC8...
By: Sbleck on Fri, 20 April 2007 22:28
|
 |
|
Re: Cannot link SqlCommander sample with MSC8...
By: mirek on Sun, 22 April 2007 09:25
|
 |
 |
Re: Cannot link SqlCommander sample with MSC8...
By: Sbleck on Mon, 23 April 2007 21:25
|
 |
|
Re: Cannot link SqlCommander sample with MSC8...
By: mirek on Tue, 24 April 2007 18:50
|
 |
 |
Re: Cannot link SqlCommander sample with MSC8...
By: Sbleck on Mon, 23 April 2007 21:43
|
 |
|
Re: Cannot link SqlCommander sample with MSC8...
By: adkiller on Mon, 23 April 2007 22:55
|
 |
 |
Re: Cannot link SqlCommander sample with MSC8...
By: Sbleck on Mon, 23 April 2007 23:18
|
Goto Forum:
Current Time: Sat Jul 05 09:50:20 CEST 2025
Total time taken to generate the page: 0.04648 seconds
|