0
votes
1answer
34 views
Visual Studio 2005 build problem
Cheers,
I have Microsoft VS 2005 installed (full version). And when I'm trying to build or debug my solution (with 10 projects) a windows installer window opens and says:
The fea …
0
votes
4answers
68 views
Using an external tool for C# builds in Visual Studio
When using Visual Stdio 2008, you can make a C++ project build with an internal tool rather than having the IDE invoke MSVC directly. This improves the consistency of builds across …
3
votes
1answer
22 views
Can .local files be used during VB6 compile to avoid registering COM ocx and dll files
In an attempt to keep my build machine clean can .local files be used during the compile of an application or is there a better way to keep the bloat off the machine.
0
votes
1answer
23 views
If I registered a TLB do I still need to register the ocx in order to compile?
I am trying to compile a vb6 application and I can't register the ocx files. In order to attempt to compile I have replaced the Object= lines in the .vbp file with Reference= lines …
0
votes
1answer
19 views
Elegant way building url request with parameters
There must me a more elegant way to build a URL with parameters in .NET then for example
Response.Write("<a href=HeadOfMarketView.aspx"+Session["HOM"] != null ? Session["HOM"]+ …
1
vote
3answers
116 views
Why does Delphi 2009 sometimes (more often that not) insist I build?
I have noticed that with Delphi 2009, I often get strange errors when compiling, such as recursive unit use, and sometimes just (seemingly) random errors which point to white space …
4
votes
2answers
67 views
Getting started with autotools
Anyone recommend how a person could get started with autotools in building a C project?
1
vote
5answers
50 views
VB.NET app works in IDE but throws an error when compiled and run on another machine
I have created an application using VB.NET in VS2008. When I run the app in the IDE on my development machine it works fine. It also works fine when I build it and run it as an e …
0
votes
1answer
121 views
error: ISO C++ forbids declaration of ‘iterator’ with no type
Hi, I am trying to build/run an old C++ system. I've already been able to built it in Ubuntu 9.10 with g++4.4
Now I'm trying to build in Ubuntu 8.04 with g++4.2. And I am getting …
0
votes
2answers
67 views
Keyboard shortcut to build only startup project?
Hi,
I've tried to find a keyboard shortcut to build only the startup project In VS2008.
I only found a configurable shortcut to build the project which is currently viewed, which …
2
votes
5answers
60 views
How can I use exit codes to run shell scripts sequentially?
Since cruise control is full of bugs that have wasted my entire week, I have decided the existing shell scripts I have are simpler and thus better.
Here is what I have so far
sv …
0
votes
0answers
14 views
buildforge problem
when i tried to run the job i am getting the error saying that
No server could be found matching all conditions
please any one help me on this
0
votes
1answer
14 views
Shark was unable to find symbol information for this address range - iPhone
I'm trying to use Shark to determine which method(s) are taking the most time in my iPhone app. After sampling, I get this:
Clicking the "!" button yields:
Shark was unable t …
2
votes
5answers
85 views
How do I get notification that the local Visual Studio build is complete?
There doesn't seem to be a post-build solution task. One could presumably hack it by creating a dummy project that is the last one to build and put a beep in the post-build projec …
1
vote
3answers
74 views
Is there such a thing as an automatic build in any IDE for .NET?
I'm not talking about a continuous build process, but the excellent feature in Eclipse whereby any java code changes are automatically built in a background thread. With this enabl …
