|
I want to write a simple batch script that loads the Visual Studio build environment using vcvars32.bat and then continue with the build, using vcbuild . However, my script won't execute past the invocation of vcvars32.bat . The last output I get is:
...
Started by Jared Oberhaus on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Therefore your script should be:
@echo off call "C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat" vcbuild You'll also... .
You have to use call in your batch script, or the termination of vcvars32.bat will terminate your own batch script .
|
|
Sometimes I work with bad smelling code. Yes, there's bad code out there :) I'm not talking about design problem but about much more simple things like:
messy indentation non consistent use of empty lines a big banners introducing functions, which just...
Answer Snippets (Read the full thread at stackoverflow):
I'm not at all advocating poor code, but I am saying that as developers, we must acknowledge that sometimes it is more cost effective (and therefore better for our jobs), to leave... .
Like it or not, refactoring code smells can introduce faults in your code .
|
|
A user came to me with a CD containing 24 PDFs, complaining that he couldn't read the disk on his computer. I was able to read the disk with no problem on my PC. I went to his desk, put the CD in his Dell Latitude D610, fired up Windows (XP) Explorer,...
Started by TravisL on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Just a thought, but is there a virus scanner intsalled that might be grabbing the disk when you put it in?
You might use process explorer to watch the stack in windows explorer to see what function the system is trying to accomplish when this happens... .
|
Ask your Facebook Friends
|
Good afternoon,
I'm working on a project for my company to run an update on the employees workstations. The file is located on a webserver on our domain. The user will click on a link and start up the script.
I made two functions one to download the file...
Started by Illure on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Installation ....
If that's the case there's nothing you can do except maybe write a "wrapper" executable that waits for both processes to terminate, and invoking that instead .
It sounds like your setup file is spawning another process, and then exiting .
|
|
You've seen this - on an ajax-heavy page, like meebo.com, the browser never stops 'spinning', it never indicates that it's finished loading. What causes this, and is there any way to consistently tell the browser (whatever browser it may be), that loading...
Started by Corey Maass on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
This way the content....
This is usually done through a "long polling" request, were the client makes a request and the server doesn't answer until it has an answer .
This usually happens when the web application implements (or tries to) a server push mechanism .
|
|
I add a firstView in the AppDelegate :
#import "TestViewAppDelegate.h" #import "MainViewController.h" @implementation TestViewAppDelegate @synthesize window; @synthesize mainViewController; - (void)applicationDidFinishLaunching:(UIApplication *)application...
Started by MAGE on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
MainViewController.view removeFromSuperview]; [self.view addSubview:secondViewController.view];
What is "self" here? And why does the MainViewController class have a property named mainViewController? Exploring those questions will likely lead you to... .
|
|
I recently asked a question about a site that was hacked. I've checked my code, but the following code is automatically added to the index.php file. Please let me know how this has happened.
code removed
Please help me.
Answer Snippets (Read the full thread at stackoverflow):
Run a ....
You might have a worm.
Take the site down, immediately and completely, until you can secure it .
When you say "automatically added" do you mean that you have removed that line of code and it comes back?
If so, there are a couple of things to do .
|
|
Is Lebron better than Michael? The dabate continues...?
Started by Eric on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at yahoo):
Let the Clown break it down,
Are you talking about better or talking about greater or are you talking about a better resume!
If you take away personal accomplishment like mvps or rings then Lebron will go down as one of the best ever because Lebron can... .
|
|
The Indiscriminate Banning Continues
Started by Ensiluokkainen on
, 20 posts
by 4 people.
Answer Snippets (Read the full thread at not606):
I joined this forum to debate....
Say goodbye to your Nazi balls
Formerly known as TheHolding Originally Posted by Hugo Stiglitz This is all getting a bit childish... .
I joined this forum to debate about football and F1 .
This is all getting a bit childish....
|
|
Aint it cute that Howard continues to utilize Pat Cooper as "BEST OF" material ? What a man of conviction!
Started by Ruffypup on
, 12 posts
by 8 people.
Answer Snippets (Read the full thread at dawgsaloon):
Originally Posted by rilagent As cute as Howard utilizing Stuttering John, Jackie Martling, Medicated Pete, Artie Lange, Bob Levy...on... .
As cute as Howard utilizing Stuttering John, Jackie Martling, Medicated Pete, Artie Lange, Bob Levy...on...and...on. .
|