vbc command line

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If I use the vbc command line to
compile the vb program with external dll library!

vbc /verbose /debug- /optimize+ /target:winexe /out:HelloWorld.exe HelloWorld.vb /r:System.Dll /r:System.Windows.Forms.Dll /r:../dir/connection.dll

The Problem is that
I need to place the connection.dll in the same dir of the exe file
how to solve this problem?

I want to run the exe without any dll!
Thank You
 
* "=?Utf-8?B?RmF0Ym95Q2FudGVlbg==?= said:
Just want to know other any method can run the exe without external dll..

Did you have a look at the links I included in my previous post?

Remember that the app will stipp need the .NET Framework for execution.
 
Back
Top