dev-cpp-users Mailing List for Dev-C++
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(15) |
Oct
(115) |
Nov
(154) |
Dec
(258) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(377) |
Feb
(260) |
Mar
(249) |
Apr
(188) |
May
(152) |
Jun
(150) |
Jul
(195) |
Aug
(202) |
Sep
(200) |
Oct
(286) |
Nov
(242) |
Dec
(165) |
2002 |
Jan
(245) |
Feb
(241) |
Mar
(239) |
Apr
(346) |
May
(406) |
Jun
(369) |
Jul
(418) |
Aug
(357) |
Sep
(362) |
Oct
(597) |
Nov
(455) |
Dec
(344) |
2003 |
Jan
(446) |
Feb
(397) |
Mar
(515) |
Apr
(524) |
May
(377) |
Jun
(387) |
Jul
(532) |
Aug
(364) |
Sep
(294) |
Oct
(352) |
Nov
(295) |
Dec
(327) |
2004 |
Jan
(416) |
Feb
(318) |
Mar
(324) |
Apr
(249) |
May
(259) |
Jun
(218) |
Jul
(212) |
Aug
(259) |
Sep
(158) |
Oct
(162) |
Nov
(214) |
Dec
(169) |
2005 |
Jan
(111) |
Feb
(165) |
Mar
(199) |
Apr
(147) |
May
(131) |
Jun
(163) |
Jul
(235) |
Aug
(136) |
Sep
(84) |
Oct
(88) |
Nov
(113) |
Dec
(100) |
2006 |
Jan
(85) |
Feb
(119) |
Mar
(33) |
Apr
(31) |
May
(56) |
Jun
(68) |
Jul
(18) |
Aug
(62) |
Sep
(33) |
Oct
(55) |
Nov
(19) |
Dec
(40) |
2007 |
Jan
(22) |
Feb
(49) |
Mar
(34) |
Apr
(51) |
May
(66) |
Jun
(43) |
Jul
(116) |
Aug
(57) |
Sep
(70) |
Oct
(69) |
Nov
(97) |
Dec
(86) |
2008 |
Jan
(32) |
Feb
(47) |
Mar
(106) |
Apr
(67) |
May
(28) |
Jun
(39) |
Jul
(31) |
Aug
(25) |
Sep
(18) |
Oct
(25) |
Nov
(5) |
Dec
(21) |
2009 |
Jan
(33) |
Feb
(27) |
Mar
(27) |
Apr
(22) |
May
(22) |
Jun
(10) |
Jul
(17) |
Aug
(9) |
Sep
(21) |
Oct
(13) |
Nov
(4) |
Dec
(11) |
2010 |
Jan
(10) |
Feb
(8) |
Mar
(4) |
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(8) |
Oct
(26) |
Nov
(9) |
Dec
(1) |
2011 |
Jan
(21) |
Feb
(16) |
Mar
(4) |
Apr
(19) |
May
(26) |
Jun
(9) |
Jul
(6) |
Aug
|
Sep
(4) |
Oct
(3) |
Nov
(2) |
Dec
(1) |
2012 |
Jan
(4) |
Feb
(7) |
Mar
(4) |
Apr
|
May
(1) |
Jun
(10) |
Jul
(1) |
Aug
(1) |
Sep
(18) |
Oct
(3) |
Nov
(1) |
Dec
(1) |
2013 |
Jan
(4) |
Feb
(2) |
Mar
(15) |
Apr
(6) |
May
(1) |
Jun
(3) |
Jul
(1) |
Aug
(2) |
Sep
(4) |
Oct
|
Nov
(9) |
Dec
|
2014 |
Jan
(4) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
(4) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
(4) |
2015 |
Jan
(2) |
Feb
(3) |
Mar
(1) |
Apr
(2) |
May
(1) |
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(2) |
Oct
(9) |
Nov
(35) |
Dec
(6) |
2016 |
Jan
(7) |
Feb
(10) |
Mar
(10) |
Apr
(9) |
May
(13) |
Jun
(9) |
Jul
(1) |
Aug
(3) |
Sep
(3) |
Oct
(1) |
Nov
(1) |
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
(1) |
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
|
2
|
3
|
4
(1) |
5
(1) |
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
(1) |
24
(1) |
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
From: Frederico M. <the...@ho...> - 2010-03-24 15:10:44
|
Hello All : Long time since I posted anything, but here I am again, hoping that You'll help me out :$ So, I am trying to develop some form of instrumentation for my projects. Since all my projects are win32 oriented, these daysm i turned to the Windows API. I found that Windows has a way to export the symbols contained in a executable, to a .dbg file, by the API "SplitSymbols" ( http://msdn.microsoft.com/en-us/library/ms680644%28VS.85%29.aspx ). As I use mingw as a main compiler suite, I do not have all the necessary header files, or lib files, so I load the DLLs at run-time. ( I do not have the patience to track down the headers and adjust them to mingw. ) So, the problem is : When I do use the "SplitSymbols" Api, the returned value is FALSE, with error set to 0xc0000005 ( Access error, if i am not mistaken. ) Here is how i use the api. // ImageHlp.dll typedef BOOL (*pSplitSymbols)( PSTR, PSTR, PSTR, DWORD ); //... bool Debug::LoadImageHlpMod() { if ( NULL == ( hImagehlpDLL = LoadLibrary("Imagehlp.dll") ) ) return false; if ( NULL == ( SplitSymbols = ( pSplitSymbols ) GetProcAddress( hImagehlpDLL, "SplitSymbols" ) ) ) return false; return true; } // ... char *DebugFile = NULL; DebugFile =(char *) HeapAlloc( hHeapHandle, HEAP_ZERO_MEMORY, MAX_PATH ); if ( NULL == DebugFile ) { std::cerr << "Debug::StartupSymbolSystem - HeapAlloc falhou. Impossivel reservar memoria no heap. Erro : " << GetLastError() << std::endl; return false; } if ( FALSE == SplitSymbols( (PSTR)&("compression++1.exe"), NULL, (PSTR)DebugFile, 0 ) ) { std::cerr << "Debug::StartupSymbolSystem - SplitSymbol falhou. Nao foi criado o ficheiro " << std::hex << DebugFile << ". Erro : " << GetLastError() << std::endl; return false; } ( note : I do know that (PSTR)&("") and std:: are not necessary. I do use them as a mnemonic to fixup later. ) The function returns false, and GetLastError() reports 0xc0000005. I am using Windows Vista x32 Basic. The compiler is Mingw fully patched. The DLL version I do not know, but I may look it up later. Please advise. Thank you all in advance for the help you always provide. _________________________________________________________________ Navegue sem medo: O Internet Explorer 8 te deixa mais protegido. Baixe gratuitamente. http://go.microsoft.com/?linkid=9707132 |
From: Patricio A. <do...@ho...> - 2010-03-23 03:20:02
|
My e-mail is Do...@ho... Thanks. _________________________________________________________________ ¿Cuánto espacio necesitas para guardar tus emails? Con Hotmail tienes 5GB y puede ampliarse a más. http://www.descubrewindowslive.com/hotmail/almacenamiento.asp |
From: Roland C. S. <he...@bi...> - 2010-03-05 17:34:50
|
; semicolons don't work when set in Hungarian mode Windows XP Pro. |
From: Philip B. <ph...@bl...> - 2010-03-04 15:02:35
|
Hi folks, I am having a bit of an issue with a multiline edit control that I am making with the CreateWindow function. I'm basically creating a dialog box with a large multiline edit field and a few buttons, and I want the user to be able to tab between these. If I make it a single line edit field it works fine (e.g. the tabbing behavior is just like in any standard dialog box which is what I want), but as soon as I change it to multiline then it captures the keyboard focus and then won't let go of it. In short, if I set default focus to one of the buttons then I can tab around, but as soon as the edit field gets the keyboard focus then it keeps it exclusively. This, of course, is what one would expect in an application such as notepad where the idea is to be able to do text processing, but this is not what I want in this case; I want standard dialog box tabbing functionality but with the multiline edit field. Any advice would be highly appreciated. Thanks! Kind regards, Philip Bennefall |