What is the difference between ANSI and UNICODE strings
when passed as arguments to a DLL?

Answer Posted / kaan

ANSI support 256 different characters
so it will take 8 bit to store single character

but

UNICODE support 65536 different character,so it will take
16 bit to store single character and it is more complex

This differences should consider while u interact with
unmanaged code(win32 api),export functions etc.,

Is This Answer Correct ?    22 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

___ is a property to resize a label control according to your caption.

1318


What is DBSqlPassThrough?

2974


what are the Differences between ActiveX Control and Standard Control?

3377


How would you create properties by using class Builder Wizard?

2298


what are the Types of Resultsets?

1957


How can Visual Basic be used for server-side scripting?

718


What is recordset in visual basic?

772


How can you Navigate from the DHTML application to another DHTML application? .

1930


What is ado data control in vb?

736


How can you force new objects to be created on new threads?

2087


What is the-use of property page Wizard in ActiveX Control?

1761


How would you add elements and pictures to listitems in listview control?

1811


Can you create a tabletype of recordset in Jet - connected ODBC dbengine?

1808


what is the Difference between Recordset and Querydef?

2062


Timer control contains ________ no. of events.

1984