Andrew Eikum wrote:
Nikolay Sivov wrote:
Exactly, you should patch code too, not only tests. In this
particular case it's better to check count first and return
InvalidParameter and check
for GdipAlloc result and return OutOfMemory if it's NULL.
Okay, excellent. I'll make the patch for GdipDr
Nikolay Sivov wrote:
Andrew Eikum wrote:
Nikolay Sivov wrote:
Paul Vriens wrote:
Andrew Eikum wrote:
This patch was submitted back on Tuesday and I haven't received a
response one way or the other about it. Does anyone see anything
immediately wrong with it?
I more-or-less copied the func
Andrew Eikum wrote:
Nikolay Sivov wrote:
Paul Vriens wrote:
Andrew Eikum wrote:
This patch was submitted back on Tuesday and I haven't received a
response one way or the other about it. Does anyone see anything
immediately wrong with it?
I more-or-less copied the functionality of test_Gdip
Nikolay Sivov wrote:
Paul Vriens wrote:
Andrew Eikum wrote:
This patch was submitted back on Tuesday and I haven't received a
response one way or the other about it. Does anyone see anything
immediately wrong with it?
I more-or-less copied the functionality of test_GdipDrawBezier right
abo
Paul Vriens wrote:
Andrew Eikum wrote:
This patch was submitted back on Tuesday and I haven't received a
response one way or the other about it. Does anyone see anything
immediately wrong with it?
I more-or-less copied the functionality of test_GdipDrawBezier right
above, testing each of th
Andrew Eikum wrote:
This patch was submitted back on Tuesday and I haven't received a
response one way or the other about it. Does anyone see anything
immediately wrong with it?
I more-or-less copied the functionality of test_GdipDrawBezier right
above, testing each of the different input po
This patch was submitted back on Tuesday and I haven't received a
response one way or the other about it. Does anyone see anything
immediately wrong with it?
I more-or-less copied the functionality of test_GdipDrawBezier right
above, testing each of the different input possibilities for
corr
Andrew Eikum wrote:
Vincent Povirk wrote:
+/* make a graphics object and pen object */
+status = GdipCreateFromHDC(hdc, &graphics);
+expect(Ok, status);
+ok(hdc != NULL, "Expected HDC to be initialized\n");
+
+status = GdipCreateFromHDC(hdc, &graphics);
+expect(Ok,
Vincent Povirk wrote:
+/* make a graphics object and pen object */
+status = GdipCreateFromHDC(hdc, &graphics);
+expect(Ok, status);
+ok(hdc != NULL, "Expected HDC to be initialized\n");
+
+status = GdipCreateFromHDC(hdc, &graphics);
+expect(Ok, status);
+ok(gra
+/* make a graphics object and pen object */
+status = GdipCreateFromHDC(hdc, &graphics);
+expect(Ok, status);
+ok(hdc != NULL, "Expected HDC to be initialized\n");
+
+status = GdipCreateFromHDC(hdc, &graphics);
+expect(Ok, status);
+ok(graphics != NULL, "Expected
10 matches
Mail list logo