Link to home
Start Free TrialLog in
Avatar of manish_prajapati
manish_prajapati

asked on

How to Use VB.NET .dll(components) in vc++ .net

Hi All,
   I have designed a application in vb.net , but when time came to deliver it to customer , i have to install .net framework on client machine.
  I don't want to make my application too bulky with .net framework..

Applications designed in vc++ with gui doesn't require .net framework to be install.

so .. I want to convert my vb.net application forms to .dll( components) and use them in vc++ application..it will remove the .net framwork necessity..

How can i do it ...please explain me with a simple example...(.dll build with vb.net and then use it with vc++ ..

Regards
Manish
ASKER CERTIFIED SOLUTION
Avatar of AlexFM
AlexFM

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of vippx
vippx

Hi..

I agree with AlexFM that there are no straightforward ways to work with this cross platform issues. However I think a similar question has been asked before. There is a way to selectively link required framework files and make a mini deployment unit, using a third party tool you can get here

http://www.remotesoft.com/linker/

hope this helps