|
thank a lot
but that article doesn't work
|
|
|
|
|
Max++ wrote: but that article doesn't work
Which means ?
|
|
|
|
|
Cedric Moonen wrote: Which means ?
It is not giving the expected result.
Nobody can give you wiser advice than yourself. - Cicero
.·´¯`·->Rajesh<-·´¯`·.
Codeproject.com: Visual C++ MVP
|
|
|
|
|
|
Hi all,
I m new in VC++, i m working on MFC-SDI document type application,
in my application i want to use MS-Acess 2007 Database,
but i dont have any knowledge about this.
please anyone can tell me at starting how an i use Access databse in my application.
thanks in advance.
|
|
|
|
|
|
There is number of article please tell me which one is suitable for me.
|
|
|
|
|
|
|
when i run this application then click of read button it gives an error that is::
"DataBase Error::Data source name not found and no default driver specified."
now how can i remove this error
tahnks in advance.
|
|
|
|
|
Did you set path for mdb file?
|
|
|
|
|
this error also occur in codeproject application.
|
|
|
|
|
I tested that program and its working.
|
|
|
|
|
Oh really I used of google for that search .
|
|
|
|
|
Hi Friends,
I want to develop a dll in .Net to send email (using namespace System.Web.Mail),then i want to call it in MFC application.
So i want to know whether is it possible to call .Net dll in MFC App??
If yes,let me know in detail.
Thanx in advance..
Reagards
Shiva
|
|
|
|
|
|
True, But I am using MS Visual Studio 6.0.
How to do it in that? any idea..?
Reagards
Shiva
|
|
|
|
|
Well you cannot create a managed dll in VC++ 6.0 so you have to use at least VC 2002 for that purpose. Once you create a managed dll it can consumed from any COM compatible language. So you can call it from VC++ 6.0.
-Saurabh
|
|
|
|
|
You can do this.
you just need to add a reference to the dll in the Proect\Property window under the COmmon Property\Refernece link.
Click to the add new reference button and browse to the you .net dll.
You can now use your dll in MFC. You should use gcnew insteasd of new for creating an object to a managed class.
Javed A Ansari
Software Developer
Hyderabad, India
|
|
|
|
|
I am using MS Visual Studio 6.0. There is no such options?
Reagards
Shiva
|
|
|
|
|
Shivarudrayya H wrote: So i want to know whether is it possible to call .Net dll in MFC App??
If yes,let me know in detail.
Yes, it is.
See here[^]
Let's think the unthinkable, let's do the undoable, let's prepare to grapple with the ineffable itself, and see if we may not eff it after all. Douglas Adams, "Dirk Gently's Holistic Detective Agency"
|
|
|
|
|
|
I am using Visual Studio VC++ 6.0.
But that artical is specific to Visual Studio 2005..!!
Reagards
Shiva
|
|
|
|
|
I recently got offered a job by this entrepreneur. He basically knew that I was a programmer and wanted to hire me but he had one condition: By tomorrow I am suppose to create a Visual C++ program in Visual Studio 2008 that is able to play movies and through the code chose what position (what time) of the movie to start. He doesn't care how I do it or who I ask, he just want it done.
Since I have no Visual Studio experience, (I program in Java and a little C) I tried looking around at the different options I have. I came up with 4.
1. I can use a command line through C to call window media player but then I would not be able to chose what position of the movie to start playing
2. I can use MCI but when I tried dragging the code in http://msdn2.microsoft.com/en-us/library/ms712870(VS.85).aspx on to my program I got compiling errors.
3. I can try using the Window Media Player 10 SDK but that seems really compilcated and I don't have the time to learn all that in a day.
4. I can try using some other open source programs or thir-party program like VLC and hope it would run.
I basically tried each of those options and I always run into compiling problems, I think I am the closest with MCI but I am not sure. I am jsut very stump right now as I realize if only I have time to learn VIsual Stuido 2008, how easy and fun it would be to make Windows program. Can anyone give me any hints or advice on how to solve this problem? I would be very grateful.
Thanks
PS: I use Windows XP
|
|
|
|
|