|
Naveen wrote: How ever I doubt if we test only IS_TEXT_UNICODE_ASCII16 or IS_TEXT_UNICODE_REVERSE_ASCII16 using this function, it will work fine. isn't it?
It should, but I do not know it for sure. As Kaplan says, we cannot expect something that was built ages ago to work flawlessly with a dynamic standard.
|
|
|
|
|
So what is your suggestion pal. At the time IsTextUnicode is working fine.
I appreciate your help all the time...
CodingLover
|
|
|
|
|
I don't have an alternative suggestion at the moment, my post was merely a hint to make you aware of the downsides of it. I am not sure if any substantial amount of efforts were put in lately to make the discussed API more reliable. I'm glad it worked fine for you.
|
|
|
|
|
Hi,
We are making changes in our application. Instead of writing in ini we writing in a local file. So we wrote a wrapper for GetProfileInt and GetProfileString.
But this piece of code is giving error.
bAllowDeleteSystemVars =
WWGetProfileInt("test",
"test123"
NULL);
where bAllowDeleteSystemVars is a BOOL variable. I am getting the following error
error C2120: 'void' illegal with all types
Regards
|
|
|
|
|
subramanyeswari wrote: error C2120: 'void' illegal with all types
Does WWGetProfileInt() returns a value???
|
|
|
|
|
yes, the prototype is this
UINT wwGetProfileInt(LPCTSTR lpAppName, LPCTSTR lpKeyName, INT nDefault)
|
|
|
|
|
Yet your previous code showed WWGetProfileInt() . Which is it?
"Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
|
|
|
|
|
Because you are missing a comma after "test123"?
|
|
|
|
|
it's a typo. comma is there
|
|
|
|
|
If you remove the bAllowDeleteSystemVars = , does the error persist?
"Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
|
|
|
|
|
HI all,
Please any one can tell me how can create a key in the registry editor.
Thanks in advance.
IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH
|
|
|
|
|
This article should help
Regards,
--Perspx
"When programming in Visual Basic, you can always know whether a given program will become stuck in a loop and never halt. The answer is 'yes'." - Uncyclopedia
|
|
|
|
|
Its really helps me.
Thanks alot.
Please tell me one thing how can add/Modify date in registry.
IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH
|
|
|
|
|
Just double-click the key/value you wish to edit. The registry editor (regedit) is not that difficult.
"Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
|
|
|
|
|
I want to edit it by coding.
IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH
|
|
|
|
|
Use the registry API.
"Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
|
|
|
|
|
|
Hi.
I have the basics of C#. Recently, I've installed a multimedia capture card.
However i need to codes in C++ regarding capturing and previewing the live video.
i need help..
SOS.
Regards,
kel 
|
|
|
|
|
i am completely unknowledged about this.
any guidelines for me to get it starting.
anything.. please... 
|
|
|
|
|
chasoknight wrote: i am completely unknowledged about this.
Does this[^] helps..?
|
|
|
|
|
Thanks.
but does this works with a CCTV camera that is connected to the capture card.
or... can it capture from the capture card?
sorry for the trouble...

|
|
|
|
|
There are many other articles in the code project on capturing video from web cam. Try searching
Gud luck
|
|
|
|
|
See if Taksi[^] might be of help to you.
|
|
|
|
|
hi everyone...
am using monthcalendar.
in calendar i have to set some date in different color.
for example i have to set 23/07/2008 and 28/07/2008 as green color.
what is the procedure?
pls can anyone give me idea?
thanks...
paulraj
|
|
|
|
|
Hi!
i want an article about .net exe files.
i want inject my code in this files (.net). how do i do?
i can inject my code in win32 PE files, but for .net exe file ???
please help me
Zo.Naderi-Iran
|
|
|
|