Click here to Skip to main content
15,923,789 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionReading Excel on Unix using C++ Pin
Tanz22-Sep-05 12:15
Tanz22-Sep-05 12:15 
QuestionVC++ 6.0 Database Programming Pin
budidharma22-Sep-05 3:49
budidharma22-Sep-05 3:49 
AnswerRe: VC++ 6.0 Database Programming Pin
John M. Drescher22-Sep-05 5:14
John M. Drescher22-Sep-05 5:14 
GeneralRe: VC++ 6.0 Database Programming Pin
budidharma22-Sep-05 5:57
budidharma22-Sep-05 5:57 
GeneralRe: VC++ 6.0 Database Programming Pin
John M. Drescher22-Sep-05 6:51
John M. Drescher22-Sep-05 6:51 
GeneralRe: VC++ 6.0 Database Programming Pin
budidharma22-Sep-05 6:06
budidharma22-Sep-05 6:06 
GeneralRe: VC++ 6.0 Database Programming Pin
John M. Drescher22-Sep-05 6:09
John M. Drescher22-Sep-05 6:09 
GeneralRe: VC++ 6.0 Database Programming Pin
budidharma22-Sep-05 6:42
budidharma22-Sep-05 6:42 
Thank you. That's very helpful.

I'm using Microsoft Visual Studio 2003.NET. Does ADO come with this IDE, or is ADO something I need to install separately. I found a beginning ADO tutorial in the articles, and attempted to start it, by inserting the following code into a console project:

#import "msado15.dll" \
no_namespace \
rename( "EOF", "adoEOF" )

The tutorial I'm using is here: http://www.codeproject.com/database/simpleado.asp
And attempted to compile, with the following error:

c:\XXX\My Documents\Visual Studio Projects\MS Database\stdafx.h(14) : fatal error C1083: Cannot open type library file: 'msado15.dll': No such file or directory

I'm assuming this means that ADO is either not installed, or configured correctly. I do not know how to check if it is installed. I went to the MS Site on ADO:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/mdconreferencingadolibrariesinvc.asp

And it gave me the same instructions, did not say anything about installing ADO, so I assume it should be installed?
Sorry, like I said this is my first time trying to work with a database, and I've never touched ADO before.

Thanks for bearing with me.
GeneralRe: VC++ 6.0 Database Programming Pin
John M. Drescher22-Sep-05 7:02
John M. Drescher22-Sep-05 7:02 
GeneralRe: VC++ 6.0 Database Programming Pin
budidharma22-Sep-05 7:23
budidharma22-Sep-05 7:23 
QuestionWinforms in C++ .Net Pin
luniyasun22-Sep-05 3:32
luniyasun22-Sep-05 3:32 
Questionopen and close() crash on linux Pin
bonosa21-Sep-05 4:14
bonosa21-Sep-05 4:14 
QuestionRandom number generator Pin
bulgaa20-Sep-05 21:27
bulgaa20-Sep-05 21:27 
AnswerRe: Random number generator Pin
RichardS21-Sep-05 5:58
RichardS21-Sep-05 5:58 
QuestionUsing typedef with an array Pin
vnngoc15620-Sep-05 17:09
vnngoc15620-Sep-05 17:09 
AnswerRe: Using typedef with an array Pin
Christian Graus20-Sep-05 18:48
protectorChristian Graus20-Sep-05 18:48 
AnswerRe: Using typedef with an array Pin
RichardS21-Sep-05 5:55
RichardS21-Sep-05 5:55 
AnswerRe: Using typedef with an array Pin
Prabhu97727-Sep-05 8:10
Prabhu97727-Sep-05 8:10 
QuestionWindows 32 API Perfect Status Bar Pin
Riekistyx20-Sep-05 16:37
Riekistyx20-Sep-05 16:37 
AnswerRe: Windows 32 API Perfect Status Bar Pin
douglasjordan28-Sep-05 5:05
douglasjordan28-Sep-05 5:05 
Questiontraffic light simulation..mfc using vb.net Pin
Aisya Sofea20-Sep-05 16:28
Aisya Sofea20-Sep-05 16:28 
AnswerRe: traffic light simulation..mfc using vb.net Pin
Christian Graus20-Sep-05 18:49
protectorChristian Graus20-Sep-05 18:49 
AnswerRe: traffic light simulation..mfc using vb.net Pin
RichardS21-Sep-05 6:08
RichardS21-Sep-05 6:08 
Questionjumble words.... using mfc vb.net Pin
Aisya Sofea20-Sep-05 16:26
Aisya Sofea20-Sep-05 16:26 
AnswerRe: jumble words.... using mfc vb.net Pin
RichardS21-Sep-05 6:04
RichardS21-Sep-05 6:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.