Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 3866)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#18 Wont Fix Test ticket Valik
Description

Ignore me, I'm a test.

#1241 Fixed Invalid MsgBox flag cause exit without warning scriptonize
Description

Hi,

I recently discovered this strange behavior of the MsgBox() function. When I enter a wrong/unknown flag number the app will exit, without any warning (The exit code on the console = 0).

I've attached a zip file with sample code, console output and debug info. If you need more info please do contact me through this email address: u.mail2@…

Cheers, Scriptonize

#1242 Fixed GDIPlus Encoder stuff doesn't work. Valik
Description

The GDIPlus Encoder stuff doesn't work because a pointer is passed to _WinAPI_WideCharToMultiByte() which treats it wrong and ends up doing the wrong thing.

Simple example that reproduces the problem is the _GDIPlus_Encoders() example which displays hex strings instead of text for things like DLL name, file extension, et cetera.

This should probably be fixed in _WinAPI_WideCharToMultiByte() by testing if the input IsPtr() and doing the right thing. I imagine GDIPlus isn't the only place calling the function in this manner which means there are possibly other broken things.

_WinAPI_MultiByteToWideChar() is probably broken, too.

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.