We have a COM component which was built with VC++ 6.0 and we are using it for more than 10 years. But, now we creating some client interfaces using c# and we are using this COM component...
I am in a phase of implementing SMTP protocol in my application. All is good until after a sequence of messages are exchanged successfully, at the same particular message,...
Does anyone knows about any open source SMTP library? I want to send an email from my application as I could not find any of it. I looked into CDO and MAPI, they all required outlook or an...
I wrote some lines of code in order to send email via CDO. But it always return an error but if send the email through outlook it works without any problem. Both are using the same...
I ran into a problem. I am creating a memory device context and a compatible bitmap object. It seems to be when I try to draw anything on it, it turns out to be black or white. I...
> In the example you've given, there is a difference, since the internal string (which I can "see" by printing it out) has changed, so the const is a lie.
Hi all,
I have a question regarding security descriptor. When we open a file using CreateFile, what is the purpose of passing security descriptor? I could not understand.
Hi all,
I want to pass two dimensional array in a function. The function is publicly exposed, so array length cannot be static. I want to check if the function signature is correct.
Hi all,
I was thinking about what segments are currently supported in Visual C++ compiler. I am currently working on drivers and driver documentation says that DriverEntry routine should be...