Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Cannot link SqlCommander sample with MSC8...  () 1 Vote
icon5.gif  Re: Cannot link SqlCommander sample with MSC8... [message #9202 is a reply to message #9145] Fri, 20 April 2007 22:28 Go to previous messageGo to previous message
Sbleck is currently offline  Sbleck
Messages: 16
Registered: April 2007
Location: Brazil
Promising Member

Hi Mirek,

Trying what you recommended:

//#include <OleDB/OleDB.h>
#include <SqlCtrl/SqlCtrl.h>
#pragma hdrstop

#define HAVE_ORACLE

#ifndef flagNOSQLLITE
	#define HAVE_SQLLITE
	#include <plugin/sqlite3/sqlite3.h>
#endif

#ifndef flagNOMYSQL
	#define HAVE_MYSQL
#endif

#if defined(PLATFORM_WIN32) && defined(COMPILER_MSC)
//	#define HAVE_OLEDB
#endif
...


Produced the same result (using the ".NOMYSQL GUI .NOAPPSQL" for the main package configuration, bacause I copied it from the uppsrc to the MyApps folder, remaining the original example intact...):

----- 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 di
	rectory
OleDB: 1 file(s) built in (0:03.23), 3235 msecs / file, duration = 3828 msecs

There were errors. (0:09.56)


Sven
 
Read Message icon5.gif
Read Message icon9.gif
Read Message
Read Message icon5.gif
Read Message icon7.gif
Read Message
Read Message icon7.gif
Read Message
Read Message icon12.gif
Read Message icon5.gif
Read Message
Read Message icon4.gif
Read Message
Read Message icon7.gif
Read Message
Read Message icon9.gif
Previous Topic: GCC 4.1.2 for Windows and Ultimate++
Next Topic: Attempting to compile U++ drawing examples
Goto Forum:
  


Current Time: Fri Jul 04 04:51:02 CEST 2025

Total time taken to generate the page: 0.07547 seconds