Best way for C# application to access VC application
- From: Ashutosh Bhawasinka <smbs-msdn@xxxxxxxxxxxxx>
- Date: Wed, 30 Apr 2008 21:16:53 +0530
Hi,
I have a C# .Net application which needs to use some feature which can be only developed in Visual C++ (its extended MAPI).
The C# exe will be supplied to users without a setup.
What kind of exe/dll should I develop in Visual C++ so that I can meet these requirements
1) No administrator rights are required
2) C# application can use the feature in the VC dll/exe if the dll is present in the same folder and should run even if its not there.
3) If required the VC exe/dll can be embedded inside the C# exe as a resource and when required the file can created by extracting the resource by application itself.
As per my understanding, dynamic link library is the only solution. If there is any other option please let me know.
Regards,
Ashutosh Bhawasinka
.
- Follow-Ups:
- Re: Best way for C# application to access VC application
- From: Norbert Unterberg
- Re: Best way for C# application to access VC application
- From: Alex Blekhman
- Re: Best way for C# application to access VC application
- Prev by Date: Re: Does VC++ Enforce Pure Abstract?
- Next by Date: Re: WinHttpOpen while using using a Proxy
- Previous by thread: Does VC++ Enforce Pure Abstract?
- Next by thread: Re: Best way for C# application to access VC application
- Index(es):
Relevant Pages
|