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
How would you convert a form into document?
Are there any examples of commercial applications built using Visual Basic?
Difference between DDE and OLE.
what is the Property used to add a menus at runtime?
How many File System Controls are there ? Explain.
What is instantiating?
Difference between Tabletype and Snapshot?
Give brief description about class?
How do I remove/change the picture property of a control at design time?
What is the Windows API?
What do you know about chaining views.
In which areas the Error occurs?
Write the steps in Creating ActiveX Dll and Active Exe?
To find the current recordposition in data control.
Differentiate between DAO,ADO and Adodc as in data access objects?