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
Types of DBCombo boxes
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?
How to find size of the file. Which method or function is used to occomplish this?
Is it possible to call oracle database through ADO control or Object?
how a multiple routing works ?
Is visual basic still used?
What are the Differenct Types of Instancing Property in ActiveX Dll and Exe?
What is FireHouse Cursors?
What is ActiveX Control?
How can Visual Basic be used for server-side scripting?
Is it posible to Create Tables Through Querydef?
How do I get a bitmap picture in a field in an Access database?
What is constructors and distructors.
Explain Default cursor Type and LockEdits type in RDO?
Explain the working of templates?