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
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