Modern version of WinDiff? [closed] - windows

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
VB6 came with WinDiff.
Is there a free modern version of WinDiff available that is able to ignore case?

Along with WinMerge and the WinDiff from the latest SDK, I also have SourceGear's free DiffMerge.
I use WinMerge (which hasn't changed for a while either -- don't ignore blank lines; that exercises bugs) most, especially its ability to open two blank editable pages and you can paste anything, such as from a Remote Desktop to a machine that does not have any visual diff installed, and the differences automatically (or manually if you prefer) update.
DiffMerge's feature I like is its display of differences, which seems to cater for spuriously different line breaks better.
And, to answer your question, the WinDiff from the latest SDK (or at least the one included with Visual Studio 2010), WinMerge, and DiffMerge can all ignore case.

WinDiff is part of the Windows SDK, it still ships with it. But no, the SDK is targeted to programmers that write code in case-sensitive languages, C and C++.
The source code of WinDiff was once part of the SDK samples. You can still get it from this web page, assuming you're into hacking C code and have an old compiler laying around. You'll need to adapt line.c, the line_gethashcode() and line_compare() functions. Lower-casing the line is easiest.
Well, that was the programmer's answer. Plenty of other fish in the sea, Beyond Compare typically gets a lot of nods.

Related

InstallShield 5.5 - Where to find boxed licensed copy [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
A project I worked on 15+ years ago as need additional work. Unfortunately, my build & kit environment has long ago been taken down. I have recreated the build environment but am seeking a boxed, licensed copy of InstallShield 5.5. Does anyone know where I can find one. I have the old .ipr files but updating it to a newer Install Shield has proven very difficult. I just want it to work again and allow me to generate a self extracting .exe. I'm doing this all on an old XP laptop with VS6 and VB6. Everything compiles and links. Just need to create a kit. Thanks for your help
Ideas:
Look on eBay - it typically has lots of obsolete items like this. You can search internationally and also save your search so it will email you when new matches are found. (I don't see any copies on there as of this moment).
Contact the current InstallShield owner - Flexera Software. Maybe they can help you out.
Post on VBForums - possibly someone has a copy they can sell/send/lend you.
Depending on your comfort level, you might find it on a download site / torrent download site. Since you do own a license this seems legit to me, but you need to be careful of malware, etc. (especially since you will presumably distribute the results of this installer build).

Where can I find source code for Windows commands? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I've been messing around with command prompt for a few days now, but I want to have a better understanding of what's actually going on under the hood. Searching the Internet has been of no use so far, as almost all the results there will show, you the syntax of the commands, which is not I want.
Is it possible to retrieve the source code for any of the Windows commands?
Source code for some parts of Windows is open sourced. .NET for example. Other parts of the source code are available via various programs, described here. One program that I've used is Code Center Premium. In this program you are assigned a smart card/PIN and use a specific URL to access the source code for the various versions of Windows. Generally only RTM (release to manufacturing) code is available on CCP (as opposed to patched versions of the code).
If you are an individual you probably won't be able to get access via any of these programs, except possibly the MVP program. But if you were an MVP you probably would already understand "what's going on under the hood" to a large extent.
As an individual I suggest the book Windows Internals, which you can find as a PDF on the web. Note that the book is over 1000 pages, so a huge amount of information is available within. Also, there are various examples in the book in the way of commands that control/monitor various aspects of Windows (no source code, but an explanation of how the command works)
Note that a book will be much more comprehensible than the Windows source code which if I remember correctly is well over 100,000,000 lines currently.
Note that for "vanilla" commands like COPY, DIR, etc., perusing the Win32 API set for file & directory I/O on MSDN will yield the APIs that CMD.EXE uses. Many samples are also available on MSDN and elsewhere.

kcachegrind for windows [duplicate]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Is there any tool, other than KCacheGrind, being able to view callgrind results? Preferably for Windows platform?
I have compiled kcachegrind on windows using QT4.7, here is the binary bundle (including the dot utility to generate call graph):
http://sourceforge.net/projects/precompiledbin/files/kcachegrind.zip/download
Try WebGrind: https://github.com/jokkedk/webgrind
Runs on your local PHP server. Be careful, use XDebug profiling with the XDEBUG_PROFILE flag or otherwise you'll risk overwriting your profiling output when you open WebGrind (Since WebGrind is also a PHP web application). The WebGrind website also details other approaches to work around this. Cheers.
You can try WinCacheGrind.
It seems that WinCacheGrind cannot open output of callgrind. I have not tried opening output of cachegrind, but it should work, I guess.
From the Valkyrie page, (as of date) "Currently, Valkyrie supports Memcheck only, although work is in progress to handle Cachegrind and Massif."
alleyoop and valkyrie (broken link) are alternative front ends.
May have enough suport for what you want, you can use mingw to compile for Windows native if SUA does not work out of the box.
There's a new project called XCallGraph for viewing cachegrind files on Windows.
I have tried these:
QCacheGrind
KCachegrind
WinCacheGrind
XCallGraph
They're very similar but differ in details. I can recommend the QCacheGrind which is the most feature packed and has also a graphical representation, which can help to identify problems much faster.

Any useful CASE tool for Mac OS X? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm a MAC user (not a fan :D) .. and I'm working these days on my graduation project in B.sc degree of Computer Science, and specifically I'm in the design phase. I've looked for CASE tools that should help me on my work, but unfortunately it seems there are no powerful CASE tools available!
could anyone suggest a good tool for me ?
Thanks in advance.
I would look at cross platform tools based on Java, specifically, tools which are based on the Eclipse platform. Eclipse runs really well on OS X, in fact, I believe it works even better than it does on Windows. Not all Eclipse-based tools will run on Mac (for example, Rational will not), but most will.
Look at the Eclipse Marketplace for some popular tools for UML, modeling, etc.
While this is likely to be closed as off-topic, you should see the other closed discussion or Apple's Visio replacement threads.
Summary is:
OmniGraffle for general, commercial diagramming.
Eclipse based tools, as most UML is for writing the bulky Java code.
Web based tools such as GenMyModel and Gliffy.
Any from the long list on Wikipedia.
As always, the exact needs you have will dictate your tool.

Cocoa interface to GEDCOM file [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
The only full-fledged GPL Cocoa editor for GEDCOM 5.5 files (GenerationX) was last released in 2003: http://sourceforge.net/projects/generationx/
It looks unstable under Snow Leopard and would badly need a revamp.
Someone recently posted a proof-of-concept application (unrelated to GenerationX) on Google Code, but it looks like an unmaintained project:
http://code.google.com/p/cocoa-gedcom/
Is there any Cocoa developer interested in genealogy and willing to resurrect any of these projects? Or any other projects with a decent release cycle I am not aware of?
The Mac genealogy software market is dominated by pricy and feature-bloated proprietary solutions. A no-nonsense open source GEDCOM-compliant framework for Mac OS would be a blessing.
Did you check out GRAMPS? (Written in Python, using Gtk. So it doesn't look native on OSX, but works.)
There is MacPAF, but I'm not sure what the status of it is.
If you are still looking into Genealogy-Software, you might want to try the free program "Familienbande".
It's available for Mac and for Windows, free for personal use, supports GedCom and it is well maintained. I only use the German version (the developer is German) but since he has some native speaking US contributors, I assume the English version should also be usable.
The UI needs some getting used to, but for a free program, it is absolutely perfect.
Give it a try under:
http://www.familienbande-genealogie.de/en/index.html
Regards
Thomas

Resources