First  |  Prev |  Next  |  Last
Pages: 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
Disable Compiler Waring
Hi, I want to disable compiler warning C4482 (nonstandard extension used: enum 'enum' used in qualified name) I can disable the warning using this, #pragma warning(push) #pragma warning(disable : 4482) //My code here #pragma warning(pop) But this is just for a single file. How can I disable this er... 27 May 2008 07:05
CEdit::LineLength
"Giovanni Dicanio" <giovanni.dicanio(a)invalid.com> ha scritto nel messaggio news:uPXD%2313vIHA.2188(a)TK2MSFTNGP04.phx.gbl... Today I was searching information for CEdit::LineLength, [...] I sent this message to this group by mistake. Please ignore that. My apologies. Giovanni ... 26 May 2008 18:33
[MSDN documentation error] CEdit::LineLength
Today I was searching information for CEdit::LineLength, and I found what IMHO is a documentation error: CEdit::LineLength http://msdn.microsoft.com/en-us/library/b9a98xd4.aspx In fact, the official documentation says that the return value is the length in *bytes*, but stepping into MFC code implementation... 26 May 2008 18:33
hash_map : what is wrong?
Hi, The code below sometimes results access violation at hash_map::erase : char * popItem (int nKey) { char * item = NULL; stdext::hash_map <int, char * >::iterator hmIterator = m_hmItemMap.find (nKey); if (hmIterator != m_hmItemMap.end()) { item = hmIterator->secon... 27 May 2008 10:26
Undefined behaviour?
I assume that: i += ++i; is undefined behaviour? ... 27 May 2008 13:35
Create a COM Object Using VB Dll.
Hi All, Can any body suggest me how to create a COM dll using VB dll. i am having good understanding on COM but i had never worked on a COM. So can any body expalin me how to create a COM object using VB dll. if any body expalin with sample snippets it will be very great help. regards Rasheed. ... 26 May 2008 16:12
How not to export symbols from 3rd party static library?
Hello, I have DLL project that links with 3rd party static library. Apparently, this static library is compiled with __declspec(dllexport) specifier applied to its functions. As a result of this my DLL exports everything from the static library in addition to its own functions. How to prevent the export o... 26 May 2008 13:51
optimization in VC++ Express Edition 2005
Hello, I needed to switch from g++ to VC++ and I have started with Express Edition 2005. However I see that when I compile my codes with loops, the code that VC++ Express Edition 2005 makes the code three times slower than g++ 3.3. See http://groups.google.com/group/sci.math.num-analysis/browse_frm/thread/0b30... 28 May 2008 17:24
Using 3rd part library
Hello, i'm trying to use a 3rd-part DLL in my vc6 project. Beginning with the DLL i decoded all the signatures of the internal functions (some classes) and I wrote the include file. Now, the problem is how to show to the linker that functions, since I don't have lib or whatever info file. How can i do it? Do i... 25 May 2008 07:41
Lost Language bar in toolbar list
I'm having the same problem as JC. I ran the command and checked to make sure that I have the folder (I do) and I still have no language bar. What do I have to do to fix this? "Alex Blekhman" wrote: "JC" wrote: I don't know what to do with this. I am just frustrated with my IME disappeared... 27 Jun 2008 10:05
First  |  Prev |  Next  |  Last
Pages: 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93