First  |  Prev |  Next  |  Last
Pages: 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
Difference in isatty() between VC7 and VC8
There is a difference behaviour between VC7 and VC8 (8.0.50727.42). When I run the following program in VC8 in DEBUG, I get a DEBUG ASSERTION in 'isatty.c" at line 45: _VALIDATE_RETURN((fh >= 0 && (unsigned)fh < (unsigned)_nhandle), EBADF, 0); In VC7 everything runs fine !! Here the complete test pr... 15 Dec 2006 03:49
___tmainCRTStartup question
LIBCMTD.lib(crt0.obj) : error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup Hi, I forgot how to fix this. Could anyone please help me refresh my mind? Thanks ... 11 Dec 2006 05:33
CAppModule issues
Hi there, I am currently recieving an assertion failure with my declaration of CAppModule (AFAIK). The assertion failure is... atlbase.h line 2699 Expression: _pAtlModule ==0 My understanding of this is you can only have one instance of this object being declared in an application? ... 7 Dec 2006 13:21
Problem in subclassing of ProgMan->SHELLDLL_DefView->SysListView32
Hi All, I subclassed ProgMan->SHELLDLL_DefView->SysListView32. I want to check the list view item details when LVM_INSETITEM message is sent. But as i noticed in my subclassed WinProc inside case LVM_INSETITEM only the lParam value is changed and all the things remain same. I know that this lParam is pointer to so... 7 Dec 2006 11:42
Bug im mktime() / _mktime64() ?
This code (unmanaged C++, Visual Studio 2005) for( int d = 1; d < 8; ++d ) { cout << endl; tm t; t.tm_year = 70; t.tm_mon = 0; t.tm_mday = d; t.tm_hour = 0; t.tm_min = 0; t.tm_sec = 0; t.tm_isdst = -1; cout << t.tm_year + 1900 << '-' << t.tm_mon + 1 << '-' << t.tm_m... 1 Dec 2006 07:48
error LNK2001
georges <gg(a)gg.com> wrote: When I link a .lib, I get : error LNK2001: unresolved external symbol __imp___wcsicmp error LNK2001: unresolved external symbol __imp__qsort error LNK2001: unresolved external symbol __imp__wcsncpy error LNK2001: unresolved external symbol __imp___snwprintf error LNK2001:... 17 Nov 2006 14:49
error LNK2001
Hello, When I link a .lib, I get : error LNK2001: unresolved external symbol __imp___wcsicmp error LNK2001: unresolved external symbol __imp__qsort error LNK2001: unresolved external symbol __imp__wcsncpy error LNK2001: unresolved external symbol __imp___snwprintf error LNK2001: unresolved external symbol __i... 17 Nov 2006 12:42
how to compile log4cpp properly in visual studio
Hi all, I have just downloaded log4CPP and am intending to use it for logging and debugging purposes in my c++ project. I'm currently using MS Visual Studio 2005. What I gathered from sourceforge.net is that I should use the files present in msvc6 folder. I have opened it in a new project and have only included log... 17 Nov 2006 04:08
unsigned char* to CString - problem
How to convert unsigned char* to CString: I have some data and wrote some function to convertion data to CString and dispay it: e.g. u_char_[0] =10; u_char_[1] =100; u_char_[2] ='A'; u_char_[3] ='\0'; Convert_to_CS(u_char_); **** void Convert_to_CS (unsigned char* u_char){ CString str0; str0.Forma... 14 Nov 2006 06:13
Linker Warning in manifest file
I have recently added the following lines to the manifest file: <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> <security> <requestedPrivileges> <requestedExecutionLevel level='asInvoker' uiAccess='false'/> </requestedPrivileges> </security> </trustInfo> I get the follow... 18 Nov 2006 09:15
First  |  Prev |  Next  |  Last
Pages: 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35