|
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):
Downside is that you have be able to use Win32 assembly side... .
That way each product has its own environment and its own version of the components.
The standard drive (in our case w:) to that share and start the required version of Delphi.
|
|
OS: Windows XP
I am using yuicompressor-2.4.2 to compress some css before uploading to my server. But when i run it, the following exception appears:
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/yahoo/platform/yui/compressor/...
Started by Carlos Muñoz on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
It looks like the older Java version is still on the system PATH environment variable%\system32\java -version and see....
You should modify your PATH environment one if present.
Its version of the jre in front of yours in the path.
|
|
So if you have a RIA version (Silverlight or Flash) and a standard HTML version (or AJAX even), should you have the same URL for both, or is it ok to have a different one for the RIA app and just redirect accordingly?
So, for instance, if you have a site...
Started by Bryant on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
While I agree (and accepted....
I guess what I really need here is not a Question/Answer format but some kind of poll .
If 2 users are not seeing the same content why should they be at the same URL .
It's perfectly acceptable to use 2 different link formats.
|
Ask your Facebook Friends
|
Hello, I was searching for the old versions of SuperWaba , but i can't found anyone on internet, because the newer versions of SuperWaba are commercial, but the old versions are free, then if someone have the SuperWaba SDK free version on archive, please...
Started by Nathan Campos on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Best regards.
We made this specially to not have to be tied to old licenses.
Any license we want.
|
|
In a static view, how can I view an old version of a file?
Given an empty file (called empty in this example) I can subvert diff to show me the old version:
% cleartool diff -ser empty File@@/main/28
This feels like a pretty ugly hack. Have I missed a...
Started by Matt Curtis on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
To visualize several old versions of one file, the simplest mean is to display its version tree (ct lsvtree do:
cat File@@/main/28
It can get ugly if you also have to find the right version of a directory run the commands....
|
|
To test compatibility, I need to find old versions of the JRE and JDK. Where can I find download links to these files?
Started by Stefan Kendall on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
JDK, JRE, and even different libraries!
http.
Here you can find all sorts of old download links.
|
|
I am looking for an old version of Mozilla Firefox from before it was called Firefox.
It used to be called Mozilla Phoenix before it was ever called Mozilla Firebird.
I am looking for some of the oldest versions around (for Win32). Where can I find them...
Started by eleven81 on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
Where can I find them?
here is THE oldest version around ((for win32), Phoenix 0.1:
direct download link
For those....
Oldversion.com has older version for Firefox (for Win32).
versions of any browser you can go to browsers.evolt.org .
|
|
I have an old Delphi codebase I have to maintain, lots of DLLs, some older than others. In some of these DLLs there is no version information in the Project Options dialog. The controls for adding a version are greyed out and I can't even add a version...
Started by John Ferguson on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Delphi includes the version system (FinalBuilder) and that is able to add version resources to all my DLLs and EXEs that are all .dpr file so that the IDE doesn't find....
Check if the default .RES file exists in the project source location .
|
|
The downloads page on www.sqlite.org appears to only have links to the current version, and I would like to get a previous version. I cannot see any obvious links to historical versions on the site and (unless I'm missing something obvious) there does...
Started by ConcernedOfTunbridgeWells on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The 2.1 version of the database file implies that it was created with a 2.X.Y version of SQLite....
Hopefully this helps:
Older version of SQLite the links to get the file you need.
I found this in their old message list archives.
|
|
I am making modifications to /grails-app/views/index.gsp.
When I save the file and refresh http://localhost%3A8080/index.gsp in Firefox, I am getting an old version of the file.
Is there a way to prevent Grails from caching and rendering old versions ...
Started by Emmett on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
There doesn't seem to....
If you are in dev mode, try holding the shift key when click the Firefox refresh .
Make sure you are running in dev mode (i.e., grails run-app and not grails test|prod run-app, test and production will enable caching of the pages .
|