Click here to Skip to main content
15,881,838 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Connection of MS-Access 2007 to VC++2005 Pin
Le@rner16-Apr-08 2:51
Le@rner16-Apr-08 2:51 
GeneralRe: Connection of MS-Access 2007 to VC++2005 Pin
Hamid_RT16-Apr-08 19:58
Hamid_RT16-Apr-08 19:58 
GeneralRe: Connection of MS-Access 2007 to VC++2005 Pin
Hamid_RT16-Apr-08 2:39
Hamid_RT16-Apr-08 2:39 
GeneralCalling .NET DLL from MFC App Pin
Shivarudrayya H15-Apr-08 19:55
Shivarudrayya H15-Apr-08 19:55 
GeneralRe: Calling .NET DLL from MFC App Pin
Saurabh.Garg15-Apr-08 22:54
Saurabh.Garg15-Apr-08 22:54 
GeneralRe: Calling .NET DLL from MFC App Pin
Shivarudrayya H15-Apr-08 23:02
Shivarudrayya H15-Apr-08 23:02 
GeneralRe: Calling .NET DLL from MFC App Pin
Saurabh.Garg15-Apr-08 23:10
Saurabh.Garg15-Apr-08 23:10 
GeneralRe: Calling .NET DLL from MFC App Pin
Javed Akhtar Ansari15-Apr-08 23:10
Javed Akhtar Ansari15-Apr-08 23:10 
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

GeneralRe: Calling .NET DLL from MFC App Pin
Shivarudrayya H15-Apr-08 23:18
Shivarudrayya H15-Apr-08 23:18 
GeneralRe: Calling .NET DLL from MFC App Pin
jhwurmbach15-Apr-08 23:58
jhwurmbach15-Apr-08 23:58 
GeneralRe: Calling .NET DLL from MFC App Pin
Hamid_RT16-Apr-08 0:47
Hamid_RT16-Apr-08 0:47 
GeneralRe: Calling .NET DLL from MFC App Pin
Shivarudrayya H16-Apr-08 1:07
Shivarudrayya H16-Apr-08 1:07 
GeneralJob Interview Question: How can I play a movie using Visual Studio Pin
kanekcwu15-Apr-08 19:37
kanekcwu15-Apr-08 19:37 
GeneralRe: Job Interview Question: How can I play a movie using Visual Studio Pin
Mukesh Kumar15-Apr-08 19:55
Mukesh Kumar15-Apr-08 19:55 
GeneralRe: Job Interview Question: How can I play a movie using Visual Studio Pin
rjkg15-Apr-08 23:05
rjkg15-Apr-08 23:05 
GeneralRe: Job Interview Question: How can I play a movie using Visual Studio Pin
Hamid_RT16-Apr-08 0:36
Hamid_RT16-Apr-08 0:36 
Questiondll problem Pin
trioum15-Apr-08 19:12
trioum15-Apr-08 19:12 
GeneralRe: dll problem Pin
Hamid_RT15-Apr-08 19:45
Hamid_RT15-Apr-08 19:45 
GeneralRe: dll problem Pin
trioum15-Apr-08 19:55
trioum15-Apr-08 19:55 
GeneralRe: dll problem Pin
Stephen Hewitt15-Apr-08 20:17
Stephen Hewitt15-Apr-08 20:17 
GeneralRe: dll problem Pin
GDavy15-Apr-08 21:03
GDavy15-Apr-08 21:03 
GeneralWaitForSingleObject problem [modified] Pin
followait15-Apr-08 19:07
followait15-Apr-08 19:07 
GeneralRe: WaitForSingleObject problem Pin
Stephen Hewitt15-Apr-08 19:16
Stephen Hewitt15-Apr-08 19:16 
GeneralRe: WaitForSingleObject problem Pin
Rajkumar R15-Apr-08 19:36
Rajkumar R15-Apr-08 19:36 
GeneralRe: WaitForSingleObject problem Pin
followait15-Apr-08 19:56
followait15-Apr-08 19:56 

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.