|
First
|
Prev |
Next
|
Last
Pages: 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146
!!!!!!! new a.r rahman albems !!!!!!!!! http://www.winnersdifferce.blogspot.com ... 2 May 2008 05:23
migration VC6 studio 2008 Bonjour, ma question est dans l'obet. Y a t il des pr�cautions particulieres en passant de visual C++ 6.0 (un peu ancien mais encore assez l�ger) vers visual studio 2008. Y a t il un interet pour moi de migrer, sachant que je travaille plutot en C++. Je fais aussi du PHP, je crois que l'�diteur VS 2008... 2 May 2008 15:46
remplacer recordset Bonjour, je travaille habituellement en VC++ 6.0 et j'utilise CRecordset pour me connecter � des base de donn�es mysql via le connecteur odbc. Je trouve les Crecordset un peu contraignants. - lorsque que l'on ouvre une table, j'ai l'impression qu'il charge toute la table. - pour r�cup�rer uniquement un champ... 2 May 2008 04:36
Displaying a monochrome bitmap I'm trying to display a transparent monochrome bitmap but having real difficulty with it. I've got a 256+ color bitmaps displaying transparently. Unfortunately I can't use TransparentBlt as we need to support pre NT4 machines still. The code that works for the non-mono bitmaps perfectly only displays the bitm... 2 May 2008 10:17
How to call DLL file from Visual C++ 4.2? How to call DLL file from Visual C++ 4.2? Thank you very much. ... 2 May 2008 15:46
a globally shared variable among dlls? Hi, I know it sounds against the object oriented concept. Is it possible to share a global variable among dlls? I am a OO faithful guy. However, in some very rare situations, a globally shared variable among dlls is a good solution to reduce complexity, if it's possible. Thanks. JD ... 1 May 2008 23:09
Port MFC CCriticalSection::CSingleLock to ACE or ??? (NEWBIE ALERT) I am porting a very simple Windows MFC (VisualStudio) C++ project (single screen GUI tool to generate socket traffic to a proprietary system) to Linux. It makes CRAZY use of MFC CSingleLock like this:n CCriticalSection m_MyLockHandle; MyClass::MyCriticalFunc() { CSingleLock singleLock(&m_MyLockHandle); ... 1 May 2008 16:53
MDAC memory leak Hi, My application (developed in VC++) is running fine on most of the machines(without any memory leak). But, it is showing memory leaks on production machine. Even on development side it is showing memory leaks on few machine. Why it is so? Hardware configuration of these machines are different. But, I thi... 12 May 2008 21:50
No Spam !!!! test 4 microsoft-news.for-um.de Only a test for http://microsoft-news.for-um.de/ thanks for your understanding admin microsoft-news.for-um.de -- admin ------------------------------------------------------------------------ admin's Profile: http://microsoft-news.for-um.de/member.php?userid=1 View this thread: http://microsoft-news.for-um.de/sh... 1 May 2008 06:30
VS2009 IDE greying out text when it shouldn't... Hi, in my StdAfx.h file I have a simple #define to include certain files, (depending on certain functions I want to add to the application). One of the new feature of VS2009, (and earlier I think), is to grey out undefined text #ifdef SOMETHING #include "somefile1.h" #else #include "somefile2.h" #endif... 1 May 2008 11:24 |