-
Sorry, here's the link http://msdn.microsoft.com/en-us/library/dd183565(VS.85).aspx.
2009-08-25 19:11:55 UTC in MinGW - Minimalist GNU for Windows
-
The DEVMODE structure in WinGDI.h doesn't parallel Microsoft's definition. The definition from MSDN is
union {
struct {
short dmOrientation;
short dmPaperSize;
short dmPaperLength;
short dmPaperWidth;
short dmScale;
short dmCopies;
short dmDefaultSource;
short dmPrintQuality;
} ;
struct {
POINTL dmPosition;...
2009-08-25 17:22:32 UTC in MinGW - Minimalist GNU for Windows
-
I've not found the way to apply an unpacker when I already am comparing files. I've filed this bug under usability because the feature doesn't exist or it's very hard to find. Please point out if I missed the the obvious route and I'll crawl back into my hole.
My use case is as follows: I'm using tortoiseSVN integration. When I launch WinMerge from tortoise, I don't get the open dialog to...
2008-10-07 12:41:29 UTC in WinMerge
-
Unfortunately, I don't know how to reproduce it either. It happened to me a second time, but even knowing the exact position in the document, I couldn't make it fail a third time. If I succeed, I'll let you know.
2007-07-14 03:28:46 UTC in GnoCHM
-
I was just selecting text when it crashed. I attach the file gnome created.
2007-07-13 16:11:54 UTC in GnoCHM
-
It's great that UIMA has a new home. I hope that little by little all UIMA info moves to the new place. It's a little confusing having Apache, SourceForge, AlphaWorks and research.ibm sites.
2006-12-19 20:29:08 UTC in UIMA Framework
-
Every time I run the Document Analyzer the character
encoding is set to UTF-8, but I use win-1252. I
looked at the source of
com.ibm.uima.reference_impl.application.docanalyzer.DocumentAnalyzer
and UTF-8 es hardcoded.
2006-11-10 17:15:04 UTC in UIMA Framework