Archive for July, 2004
Open Source Myths
A post in our local Linux user group pointed me to an article about Common Open Source Myths. I especially like the All Software should be Free paragraph; Software should never be treated as something that must be free. Even as in beer. Because at a very macro level, the small company is going to [...]
Posted by Deepak Shenoy on July 26th, 2004 under Uncategorized | 4 Comments »India Delphi User Group (INDUG)
We started INDUG a few years back, and boy has it grown! 776 members and counting…what’s surprising is that in the last few days the activity has started to heat up. Turns out there were 48 members in the last two months!
Delphi is growing up, at least in India. I don’t know what the [...]
MSBuild - the build tool of the future?
I just found out that Microsoft is planning to ship MSBuild as part of the CLR. Now I can’t find the link to MSBuild itself - anyone know? - but I found the blog of the MSBuild dev team. You can also download the bits that will work with version 1.2 and 2.0.
Very interesting [...]
Set Next Statement in Delphi?
I am a huge fan of Matt Pietrek. I also just found his home page. And guess what, he even worked for Borland!!! Oh and you should read his material - Under the Hood on MSDN, the Windows Internals, System Programming Secrets and Undocumented Windows books, and this (the last one isnt his, but hey [...]
Posted by Deepak Shenoy on July 16th, 2004 under Uncategorized | Comment now »WFML : A DFM equivalent for .NET?
Check out http://windowsforms.net/articles/wfml.aspx. This is a component that can use XML markup to "design" forms - so you can have your form design separate from your code! Very much like Delphi DFMs - and the event model also expects handlers inside of the .CS class. No designer for it, of course - and probably [...]
Posted by Deepak Shenoy on July 13th, 2004 under Uncategorized | 3 Comments »PInvoke - Win32 declarations again
I found a GotDotNet Sample that looks like it has some of the Windows.H declarations. No #defines converted, though. So why am I harping about all this PInvoke stuff? i just don’t believe that .NET’s going to be the only platform for years to come, and there’s tons of things in Win32 that are [...]
Posted by Deepak Shenoy on July 12th, 2004 under Uncategorized | Comment now »ListView - Groups?
I was wondering how the groups and "tiles" worked in XP. For groups we have some code here. Useful, definitely - still need to figure out the "tile" thing.
Share This | Email this page to a friend
Tracker. Free.
I’ve always been a fan of bug tracking apps - have at least 10 of them on my machine! But this one just plain blew me away. Check out Tracker at:
Posted by Deepak Shenoy on July 8th, 2004 under Uncategorized | 1 Comment »Unloading an ISAPI dll from IIS
I got this snippet from the borland.public.delphi.internet.isapi-webbroker newsgroup - a simple way to unload an ISAPI dll programmatically:
var
WSite, WServer, WRoot: Variant;
begin
WSite := CreateOleObject(’IISNamespace’);
WSite := WSite.GetObject(’IIsWebService’, ‘localhost/w3svc’);
WServer := WSite.GetObject(’IIsWebServer’, ‘1′);
WRoot := WServer.GetObject(’IIsWebVirtualDir’, [...]
Server Response from: BLOGS1

RSS Feed