Tech Support > Microsoft Windows > Development Resources
DLL with static runtime library linkage
Posted on April 3rd, 2007 | 1 Comments

Um, to asnswer my own question, no. In this case, the dll is an xpcom component and links with the mozilla gecko sdk which would seem to have dll linkage with the runtime library specified.

disable window display for automation server
Posted on April 3rd, 2007 | 3 Comments

"extrnh" <extrnh@yahoo.com> wrote in message news:1175517866.655122.98750@q75g2000hsh.googlegroups.com... If it was me, I would use VC++ .net 2003 and make a window program. Then delete the code...

Height of Word Wrapped Text?
Posted on April 2nd, 2007 | 0 Comments

Eugene Mayevski wrote: Thanks Eugene: Sorry about taking so long to get back to you. I had a bunch of coding, and a bad cold, to deal with before I could apply your suggestion. That DrawText...

Simple print text won't run in Win98, runs well in others
Posted on April 2nd, 2007 | 0 Comments

Below is full source (taken from msdn WIN32 example). It work OK in windows 2000 as compiled either 16 or 32 bit. It works OK in Win98 as compiled in 16 bit (various computers & printers tested) It...

LB_GETITEMDATA fails?
Posted on April 2nd, 2007 | 2 Comments

Norman Bullen <norm@BlackKittenAssociates.com.INVALID> wrote: Thanks!

redraw shaking problem !
Posted on April 1st, 2007 | 9 Comments

i changed if (PeekMessage(&msg, NULL, 0, 0, PM_REMOVE)) into this while (PeekMessage(&msg, NULL, 0, 0, PM_REMOVE)) and the game refused to display anything after that. any other solution ?

Getting Excel cell values using automation in C++?
Posted on April 1st, 2007 | 0 Comments

I am considering using DDE for this because I am having a very hard time figuring out how to connect to Excel from a C++ app (using automation) and then register or somehow get notified of changes to...

memory mapped files - limit of no of files ?
Posted on March 31st, 2007 | 1 Comments

On Sat, 17 Mar 2007 13:29:53 +0100, "Niel Darren" <nods@pszzxasm.co.uk> wrote: There is no limit to the actual count of memory mapped files you can have in a single process, but the limit is...

Learn to program strings by example.
Posted on March 30th, 2007 | 0 Comments

#include <iostream> #include <string> #include <vector> #include <algorithm> using namespace std; // (c) 2007 Steven Pigeon // released under GPL 2.0

Problem in Socket Programming
Posted on March 30th, 2007 | 3 Comments

On Mar 29, 6:43 am, liniu <r...@liniu.cn> wrote: Thanks liniu, problem is solved. Now my code is working.

(( صــــور )) إيراني يفعل الفاحشة بالأطفال .. أنظـرو ما كان جزاء فعلته
Posted on March 30th, 2007 | 0 Comments

(( صــــور )) إيراني يفعل الفاحشة بالأطفال .. أنظـرو ما كان جزاء فعلته http://www.hammss.com/vb/showthread.php?p=197221#post197221 محاكمة الفاسقات مع زبائنهن أمام الجمهور (صور...

How to change the text of a menuentry programatically?
Posted on March 30th, 2007 | 2 Comments

On 29 Mar 2007 22:34:26 -0700, "Gerd" <GerdM.O@t-online.de> wrote: Here's (most of) the code I use. I think it won't work unless run in response to a WM_INITMENU or WM_INITMENUPOPUP message. //...

Why do I get a ? in front of text when open Unicode text file
Posted on March 30th, 2007 | 2 Comments

Angus wrote: This will in fact save it not as Unicode, which is not a file format, but in UTF-16, which is a fileformat capable of holding the whole Unicode range of characters. File size in bytes.

fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
Posted on March 30th, 2007 | 3 Comments

On Mar 29, 6:41 pm, "Thomas J. Gritzan" <Phygon_ANTIS...@gmx.de> wrote: My God - You are a genius! This is exactly what I was missing. Thank you, Thank you, Thank you! Of course I was using...

Dynamically Determining Attribute Numeric Equivalents
Posted on March 29th, 2007 | 3 Comments

Reply to Scott Seligman Thanks -- your elaboration on the nature of the compiler switch of numeric values for coded constants provides a description of the mechanism. Because of how this switch...

MS Batch file
Posted on March 29th, 2007 | 0 Comments

TreatmentPlant skrev: tskill myapp should do the trick, if you are running WinXP Notice that this is not the NG for questions about batch scripts, they should be asked in alt.msdos.batch or...

Dynamically Determining Attribute Numeric Equivalents
Posted on March 29th, 2007 | 0 Comments

sas04.nospam@marktab.com wrote: If you include the correct headers, those _are_ numeric constants, so I don't understand what you mean. Do you perhaps want a mapping between a textual representation...

DLL and shared datasegment problem
Posted on March 29th, 2007 | 0 Comments

I have a program with a dll which has system wide hook function. No matter what I do my statics loose their values. My my exe loads it sets a couple of statics by...

How to get access to blocked files
Posted on March 28th, 2007 | 0 Comments

Some applications advice Windows to block the files on the disk they are using against any foreign read access. How can I write a program which nevertheless is able to read those files? (I know,...

Limiting users to a single application
Posted on March 28th, 2007 | 3 Comments

Norman Bullen wrote: Kiosk mode refers to a server that can run only a single application and allows it' users no access to file systems, control panels, etc., unless unlocked with a password. I...