Welcome to MSDN Blogs Sign in | Join | Help

November 2004 - Posts

MSN Web Messenger Beta

From http://webmessenger.msn.com/ : " MSN Web Messenger lets you talk online and in real-time with friends and family using just a web browser! Use it on any shared computer - at school, at work, at a friend's house or anywhere you can't install the MSN
Posted by yvesdolc | 9 Comments
Filed under:

__FILE__ macro under VC++ 6.0, 7.x and 8.0

Under VC++ 6.0, the __FILE__ macro always gets the full file path returned; under VC++ 7.x it typically does not. To get the VC++ 6.0 behaviour under VC++ 7.x and 8.0, use the /FC (Full Path of Source Code File in Diagnostics) compiler command line option.
Posted by yvesdolc | 0 Comments

New Encode[System]Pointer and Decode[System]Pointer APIs

If you are concerned about exploits and are ready to write code that behaves differently when ran on XP SP2 or Windows Server 2003, check: - EncodePointer and DecodePointer - EncodeSystemPointer and DecodeSystemPointer
Posted by yvesdolc | 0 Comments

Efficiently bulk-load a SQL Server table with data from a collection using SqlBulkCopy

I did not want to create and then fill a Data[Set|Table] if the information I wanted to insert in SQL was already present in memory, in a collection! The documentation about SqlBulCopy is on http://msdn2.microsoft.com/library/30c3y597.aspx (as of 11/8/04).
Posted by yvesdolc | 2 Comments
 
Page view tracker