... This is exactly what I did when installing the march preview. I even had the files burnt on dvd, but still under vpc, it was complaining about files it...
Hi all, For a .NET project we're working on, my project leader has this grand vision of a fully dynamic object model, that the customer can extend to fit his...
Dale, You could use: SELECT * FROM SIMCards WHERE NOT EXISTS(SELECT * FROM CallLog WHERE CallLog.PhoneNumber = SIMCards.PhoneNumber) EXISTS/NOT EXISTS is...
... Customer specific extensions. ... I do it with code generation. (Don't use the CodeDOM to do code generation! It's an enormously slow way to try and write...
WARNING: rushed rant. I thought I'd just add a few thoughts to my quick comments below. Firstly, this 'dynamic entity model' that you are talking about is a ...
Is there any way to get Visual Studio 2003 to install to a directory other than Program Files\Microsoft Visua........ I can't seem to redirect anything other...
Did you by any change try to install from a network-share? IIRC you can choose the directory only if you run the installation program from the CD's. Don't know...
Thanks John, In your second reply ("The Rant") you pretty much sum up how I feel about what it is that would be required to do what my project leader has ...
Too often I see people attempt to implement these dynamic, meta-driven, data driven applications. I believe the unstated goal is to resolve the problem that...
Wow, you're group seems to taking on a huge challenge. The single most useful thing I can suggest: Hire a good coach who knows .NET and Agile methodologies...
Hi, What size is your target customer? How big they are in many cases defines their level of internal software development expertise. Until you get to a ...
Marion, I just had the same problem - 30 mins ago... I cancelled it, and the next time I launched it, I could click on the ellipse to select a destination... I...
I also installed from a net share. Tried canceling and restarting about 3 times, still could only change the location of 3 of the multiple targets. -M- _____ ...
Is there a way to determine the size of the resulting VTable for a class that contains 200+ entries? I know that there is 1 VTable for each class, and that...
Eric Strain
eric_strain2@...
Jun 1, 2004 10:57 pm
29811
Remember that the vtable is per *class*, not per *object*. All objects of a particular type share that type's vtable. The vtable itself is generally stored as...
Got my Dell FP2001 today. Totally ROCKS. However, I do have one gripe, a semi-minor one that I will live with if I have to. I get no picture until Window...
... I think it's your video card. I get display even at bootup, and I'm using DVI as well. I'm using a Xtasy 9200. Oh...and I had to disable my on-board...
... 9200, must be ATI-based, yeah? On my prior DVI-I based monitor, I had video during bootup. No built-in video on this PC (home brew monster). Thanks, Brad ...
... That's my exact card, too (the BFG Asylum 5900). Figures. Well, I was planning on looking for a dual DVI card anyway. I guess this just accelerates my...
Hi Darrel, The target customer can be anywhere between 1-1000+ employees in size. I don't know the English word for them, in Dutch we call them "branche ...
Why does it (MFTM) get such a shockingly slow speed (compared to normal downloads). And why, oh why, does it get interrupted and then suspend itself and only...
Adam Straughan
AdamS@...
Jun 2, 2004 8:11 am
29821
Take a look at http://www.codeproject.com/cpp/FastDelegate.asp Cheers, Stoyan...