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

What is the use of Hyperlink control for DHTML applications?

2022


___ Property is used to count no. of items in a combobox.

1048


What are the types of line styles available in Treeview Control?

1547


What are the types of Error? In which areas the Error occurs?

1726


Explain the working of templates?

653






To.set the command button for ESC ___ Property has to be changed.

1096


What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.

1171


Write the Steps in Creating an ActiveX Control?

2059


How would you create properties by using class Builder Wizard?

2190


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

1564


What is Seek Method which type of record set is available this?

1573


How do you make a TEXTBOX read only? Or, how do I prevent the user from changing the text in a TEXTBOX?

1033


What is file in vb?

579


How would you map properties to controls by using ActiveX Control Interface Wizard?

1517


When should we use recursive programming?

646