Please look into attached image, and you'll know immediately.
The path in green is where the build picks up the source code. We don't want this information embeded inside the dll. It's a release version, somehow got debug information inside? How can we get rid of it?
Below is the code we run...
Hi
I am a build engineer of some VB6 and MSVS VB applications. I notice the directory path (the location of source code, e.g. c:\build_views\v70r3\ ....) information is stored in the generated dll, exe.
This gives us a lot trouble, because I can't use another path to build the dlls, otherwise...
Can anyone explain to me in details how the above work?
The objective I guess is to get the lines start with >> from the following output.
Thanks
Jirong
------------------- output -----
Comparing the following:
V70R2_TxNR_081219_030506_B159_GP1_429.741@\hppc_pvob...
Hi
I can't run any VBScript on the server. When I run it from command line, it gets displayed in Wordpad.
In addition, when I got an error "Invalid procedure call or argument" when I do a
Set MyShell = CreateObject("WScript.Shell"). The wield thing is a subsequent call to MyShell.Run...
New question: now if I want to pass in one of parameter a variable, what's the format? I tried the following but got a "parameter" as the value, not "headline".
Jirong
Dim parameter
parameter = "headline"
Log (parameter)
scmd="C:\Temp\get_parameters.bat -a ""USD_WS"" -ref parameter -sf...
Hi
I need to call a remote batch file from VBScript. I try to use this:
Set MyShell = CreateObject("WScript.Shell")
MyShell.Run(???)
The program I need to call is
Program.bat -a "USD_WS" -ref "42" -sf "xxx" -sfns "yyyy" -u "id" -desc "description zzz"
How should I write this line? I don't...
Then how to transfer from
C:\ClearCase\ss_view\Prod\jihu_WebLinks_Mainline\Playground_apps_sub\WebLinks_docs
to
C:\\ClearCase\\ss_view\\Prod\\jihu_WebLinks_Mainline\\Playground_apps_sub\\WebLinks_docs
Really not a programmer, thanks a lot.
Jirong
Hi All
Not a Perl programmer but have to write something. How to take out the last word "WebLinks_docs" from the following string? Thanks a lot.
Jirong
C:\ClearCase\ss_view\Prod\jihu_WebLinks_Mainline\Playground_apps_sub\WebLinks_docs
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.