G
Guest
I have serveral library files , eg a.dll, b.dl
and main program hello.v
I compile by using vb
vbc /verbose /debug- /optimize+ /target:winexe /out:hello.exe Hello.vb /r:System.Dll /r:b.dll /r:a.dl
It generated the hello.exe file and work fin
but I move the exe file to other directory, it fail and ask for the location of library
The question is that
How can I generate the exe file without placing the library file to same directory
Thank Yo
and main program hello.v
I compile by using vb
vbc /verbose /debug- /optimize+ /target:winexe /out:hello.exe Hello.vb /r:System.Dll /r:b.dll /r:a.dl
It generated the hello.exe file and work fin
but I move the exe file to other directory, it fail and ask for the location of library
The question is that
How can I generate the exe file without placing the library file to same directory
Thank Yo