Any one knows how to obtain a list of exported functions from a DLL programmatically (is the source code of dumpbin or dependency viewer available ?) Cheers. ...
Hi there, I would like to automate Word and have used the #import syntax. However, I found that the lines needed to automate word are version-dependant. That ...
For the last three years, I've been in management. Oh, it started innocently enough. When the team was small, I was only managing a little bit. However, as the...
Hi, I've got a wizard that creates a thread to perform a lengthy operation. The problem comes when the user wants to exit before the thread terminates: when...
I've listed all of articles, along with the first couple of paragraphs of each and a link to where they can be read online, over here [1]. I've also added one...
Three new items in the spout: My Favorite Books: http://www.sellsbrothers.com/spout/#favbooks My Favorite Software: http://www.sellsbrothers.com/spout/#favsw ...
If I wanted to store various types of information, where the types could be created by users, what is the best way for me to store and search on that data? For...
I would like to the know the opinion of people on this. I have noticed during the current slow down that the requirement for COM developers using C++ has come...
After reading a book and a half and spending a few hours futzing, I realized that there's a darn good reason why my web site looks like it does. Anyone got a...
I was thinking I could make myself a few bucks in case DevelopMentor has a paid referral program... Check out my plug over at the Apache Xerces-C development...
I wasn't sure if this question was relevant enough to ask in the ATL mailing list, so here goes: I have a class called GSDCanvas that I want to pass a hWnd of...
Hi, Is there an equivalent of IDispEventSimpleImpl and BEGIN_SINK_MAP, SINK_ENTRY_INFO artillery for use within MFC programs ? Cheers. -- if (!good()) break; ...
CE's SSL is different than NT (learn something new every day). http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnce21/html /crypto21.asp Chris...
Hi, Anyone know of a good mailing list for network programming questions (mainly winsock) ? or has anyone got / seen an example of using the SSL support that's...
The Sells Brothers mailing list [1] is for news and support of the various bits and pieces on the sellsbrothers.com site, including tools, the spout, etc. I'll...
I've inherited a server-based system that automates Word for the purposes of document conversion. Yes, it makes my head hurt. I'm trying to fix it, so please...
IMHO XML is absolutely not for storing data. XML is a common data format for heterogeneous systems, the universal data language if you will. Stick with the...
Hi, I've been seeing these off and on when using VB as a COM client. Every once in a while they pop up in the debug output window, only when debugging, never...
I'm glad this started up! I'll throw out a question, a buddy has a question wether to keep his EPoX board 8KT3A+ or move to a similar 1.4gig Iwill board. ...
Chris: (I love being offtopic, hehe... *ever so slightly warps topic*.) Well, you could have the applications actually run on the remote computer (which pretty...
So, what I've determined that I most love about the web is that I can be *running* an app, aka web site, w/o having to *install* it first. Because every...
What is the general feeling (it is an OT list after all :) on using namespace aliases? For instance I like "using WinForms = System.Windows.Forms;". The...
Prakash: Entry points to functions use standard calling convention and the C naming convention. This is specified by the WINAPI or PASCAL macros you specify ...
I Have been wanting to ask this ques for a while but ... I guess i can ask now. I read something along this line WinMainCRTStartup is the entry point to the...