Tech Support > Microsoft Windows > Development Resources
same dll instance by many process.
Posted on April 12th, 2006 | 3 Comments

* Alex Fedotov: There is an interpretation where that's literally correct. However, to the OP: 1) 32-bit Windows automatically shares as much as possible of a DLL's code between processes -- ...

help! what the crap is this error???
Posted on April 11th, 2006 | 4 Comments

"HonestMath" <HonestMath@adelphia.net> wrote in message news:uPydncbJNNimY6bZRVn-gg@adelphia.com... thank you all for your help. this was the problem right here that i had miscast something. got...

Settings Files?
Posted on April 11th, 2006 | 5 Comments

Charlie Gibbs wrote: Well I did do some research in MSDN for some articles on what I want to do. This article helped me with finding, creating and working with the correct Directories I need to...

Console App w/child graphics "no-callback" window?
Posted on April 11th, 2006 | 2 Comments

scott moore wrote: That depends on what I meant by "proper" :) -- Scott McPhillips

dll instances
Posted on April 11th, 2006 | 0 Comments

hi all, how to create a single instance of dll (LoadLibrary) and use in different main functions in c thanks

dll instances
Posted on April 11th, 2006 | 0 Comments

hi all, how to create a single instance of dll (LoadLibrary) and use in different main functions in c thanks

DoModal Error
Posted on April 11th, 2006 | 0 Comments

Hi , the problem is i have new button in Update dialog window when i click on new button i have to open create dialog window .. so for that i declared CCreateDlg *m_dCreateDlg; member can u plz...

DoModal Error
Posted on April 11th, 2006 | 0 Comments

Hi , the problem is i have new button in Update dialog window when i click on new button i have to open create dialog window .. so for that i declared CCreateDlg *m_dCreateDlg; member can u plz...

DoModal Error
Posted on April 11th, 2006 | 0 Comments

Hi , the problem is i have new button in Update dialog window when i click on new button i have to open create dialog window .. so for that i declared CCreateDlg *m_dCreateDlg; member can u plz...

ExitWindowsEX shutdown v reboot
Posted on April 11th, 2006 | 6 Comments

I meant that Explorer.exe doesn't seem to DLL import NTShutdownSystem (although it could call via LoadLibrary). No I haven't trued to hook NTShutdownSystem yet, I was kinda of hoping I wouldn't have...

DoModel error
Posted on April 11th, 2006 | 0 Comments

Hi , the problem is i have new button in Update dialog window when i click on new button i have to open create dialog window .. so for that i declared CCreateDlg *m_dCreateDlg; member can u plz...

RFC: Ch 2 of An intro to C++ Windows API-level programming
Posted on April 11th, 2006 | 9 Comments

Lucian Wischik <lu.nn@wischik.com> wrote: Actually, in retrospect, that's missing the point. The chief reason I like to put these in compile-time switches rather than source code is because they're...

User name in system service?
Posted on April 11th, 2006 | 0 Comments

Hi. I know this has been asked a lot before, but couldn't find much of help. How would one get the user name of the currently logged in account from a system service, where the service should be...

COM vs. SharedMemory
Posted on April 10th, 2006 | 1 Comments

Hi, In general, shared memory is about as fast as you can get, of course the actual requirements may favor a different mechanism, for example, is the data flow between the two processes one way...

'TrackMouseEvent' : undeclared identifier
Posted on April 10th, 2006 | 1 Comments

Larry Lindstrom wrote: < Snip > Well, Duh... It works when I put the "#define _WIN32_WINNT 0x0400" before the "#include <windows.h>".

C++ StartDoc() EndDoc() Memory Problems
Posted on April 10th, 2006 | 0 Comments

Thank You all in Advance, I using the windows API functions to do print jobs in an application, I am a newbie at C++ and I'm having memory problems, every time i do a print job the print spool eats...

GetProcAddress()
Posted on April 10th, 2006 | 2 Comments

"Thomas Kehl" <t.kehl (at) heeb.com> schrieb im Newsbeitrag news:443a4d5a_3@news.bluewin.ch... Get the process's function name with the DepenencyViewer. Usually this is totally crap you're doing...

C ODBC CODE not working
Posted on April 10th, 2006 | 0 Comments

hi. I have this samlpe C code that uses ODBC calls. It is giving lots of compilation erors like... :\program files\microsoft visual studio 8\vc\platformsdk\include\sqltypes.h(149) : error C2054:...

Shortcut key if application without focus?
Posted on April 10th, 2006 | 0 Comments

I forgot to answer here. I got it working with RegisterHotKey function. Since I only need Win+C or Win+Crsr, I could register these easily. Thank you for your help. Maybe I need these if I want to...

static member variable in a DLL...
Posted on April 10th, 2006 | 0 Comments

Hi! My linker is giving me a LNK2001 error while building a DLL. My program looks somewhat like... I have a DLL project (C1.dll) that contains a sortable list class CMyList that has a static...