Groups | Blog | Home
all groups > visual c > may 2005 >

visual c : Passing information between Visual C++ .net & Visual FoxPro


Ioannis Vranos
5/28/2005 12:00:00 AM
[quoted text, click to view]


Does Visual Foxpro 7 support .NET? If yes, a managed dll is a different thing than an MFC dll.


To use a managed dll written in any language inside VC++ 2002/2003, we use the statement:


Rachel
5/28/2005 1:33:05 AM

I am developing an application on Visual Foxpro 7. I would like to inculde
some .NET functions in it.
For this purpose I have created a dll in VC++ .net using managed c++. I have
written all the code in the .h file. What should I write in the .cpp file to
enable me to use the file like the mfc dll??
--
Rgds,
Christian Ehlscheid
5/29/2005 3:09:32 PM
Hello,

FoxPro doesn't integrate with Net directly ..
you'll have to use COM interop

there is tool shipped with VS Net called "tlbexp.exe" which can create a COM
typelibrary out of an assembly ..

see:
http://winfx.msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_fxinterop/html/3a37eefb-a76c-4000-9080-7dbbf66a4896.asp

Regards
Christian

"Rachel" <Rachel@discussions.microsoft.com> schrieb im Newsbeitrag
news:57D21473-1CF9-4AEA-B0A5-BDAD2FE58261@microsoft.com...
[quoted text, click to view]

AddThis Social Bookmark Button