|
I need to have my Delphi program use a new version of a third party DLL. I'd like to be able to use the new version but revert to the old version if I need to.
Some of the objects are invisible objects on a form in the app. Others I instantiate at runtime...
Started by Dave on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
That way each product has its own environment....
Be able to use Win32 assembly side-by-side sharing (WinSxS) to make the new version of the component the standard drive (in our case w:) to that share and start the required version of Delphi.
|
|
Is there a new version of XML out? If so when was it released and what are the new features?
Started by Goober on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If....
The W3C spec has been updated on 26 November 2008 .
Extensible Markup Language (XML) 1.0 (Fifth Edition) is the latest version.
Is there a new version of XML out?
Ans.
For 1.0 being in Nov 2008 and the last for 1.1 in Aug 2006 .
|
|
At $work, we've recently (as in three or four years ago now) split our development organisation in two (but not half): one group to develop the Next Big Thing (NBT), and the other group to handle customer-reported problems, diagnose them, and check in...
Started by Tanktalus on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
We have Software Development team, who work on the most up to date version of the software, using.
:-)
On the other hand, since we're a small organization, we lose momentum on new.
Of rework to a minimum.
|
Ask your Facebook Friends
|
I am using Bugzilla and SVN. Right now, the project version in Bugzilla is version 1.0. What if I decide to create a tag in SVN, for version 2.0. How can I notify Bugzilla that I would now be working on version 2.0? Do I simply edit the version number...
Started by Jarvis on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You'd need to define some convention for your release tags so that versions aren't in Bugzilla....
This allows a new version.
When you want to work on a new version of your project you can define a new version.
|
|
My downloads constantly stops working because in the new version he says that the disc is to full, where can i download an older version of utorrent?
Answer Snippets (Read the full thread at utorrent):
It says disk....
I am very dissapointed with the new version and i hope it will be corrected as disk full.
Disk Overloaded isn't the same and everything is fine.
For 6 years now and i only have problems now with the new version.
|
|
I have two versions of rails (2.1.0 and 2.2.2) installed in my computer.
When I create a new application, is it possible to specify that I want to use the older (2.1.0) version?
Started by hectorsq on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Rails _2.1.0_ myappYou can generate the skeleton with either version and require the one you want in config/environment.rb :
# Specifies gem version....
An undocumented option to create a new application using an older version of Rails.
|
|
I installed a new version of a software (Toad for SQL Server 4.6 Beta), keeping the old version (4.5 Freeware) too. Now I want to associate .sql files with the new version. I show the path to the new .exe file in the new folder. However, probably because...
Started by ercan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
And then switching it back to the new one?
you could try changing the extension of the old exe.
|
|
If I strong name a class library with a .snk file, do I need to replace this .snk file with a new if I create a new version of the same library?
Started by Wolf5 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
That way, target systems can....
You can use the same SNK file for any and all assemblies you create .
The class library assembly is signed with the public key from the SNK file .
No you don't you can reuse a key file across different files/projects too
No .
|
|
I work in VS2008 Team.
I get the latest version from the team server.
I try to compile the new version, but VS2008 somehow tries to compile the previous version.
Even though I restart my PC, the VS does not compile the latest version, but the previous...
Started by Greg on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You may not be used to the way Version..." and then tell it to get the latest version and check the boxes to force overwriting of your.
Using "get specific version" and check the "Force get" check box.
|
|
Which version of tortoise svn should I be using?
My server version is 1.5.5 My svn commandline client version is also 1.5.5
Started by laurie on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
This has meant that any tools....
The latest)
I've never seen subversion break an existing interface when creating new functionality.
The newest client functions won't work), so you should probably use the 1.6.5 version of TortoiseSVN (i.e.
|