Steve

2,756
Reputation
188 views

Registered User

Name Steve
Member for 1 year
Seen 4 hours ago
Website
Location France
Age 40
Born a Developer, will die a developer!
Nov
26
answered Database versioning in installed applications using Delphi.
Nov
26
comment How to get the current logged on user, including domain in Delphi 2009?
It was in fact an STA COM object. So it all makes sense, and the answer is perfect. Thanks
Nov
26
comment How to get the current logged on user, including domain in Delphi 2009?
That worked, although our com object is an MTA COM object and not an STA com object, but obviously something else must be going on. We'll see how that goes. thanks
Nov
26
comment How to get the current logged on user, including domain in Delphi 2009?
The Delphi application is a simple COM object. I create a reference to it, then create an instance of the object, and call the method. But I can only pass standard COM types as parameters unless I get into custom marshaling.
Nov
26
comment How to get the current logged on user, including domain in Delphi 2009?
I'm not sure what my Delphi application can or would do with the identity context once it get's it. Remember Delphi is Win32
Nov
26
comment How to get the current logged on user, including domain in Delphi 2009?
I have tried that as well. Same problem.
Nov
26
comment How to get the current logged on user, including domain in Delphi 2009?
The asp.net application returns the impersonated credentials. So I know that is setup correctly.
Nov
26
asked How to get the current logged on user, including domain in Delphi 2009?
Nov
25
revised Windows Authentication in a COM object called from ASP.NET
tab reshuffle
Nov
25
revised Windows Authentication in a COM object called from ASP.NET
clarification
Nov
25
asked Windows Authentication in a COM object called from ASP.NET
Nov
24
answered Fluid Form Layout in Delphi
Nov
18
comment Why does Delphi 2009 sometimes (more often that not) insist I build?
I haven't actually found the problem yet, but I'm 99.9% sure you are correct, so I'm accepting the answer, and will go look for those paths
Nov
17
comment Why does Delphi 2009 sometimes (more often that not) insist I build?
I don't have any modified delphi units, but your second and third suggestion may be going in the right direction..
Nov
17
comment Why does Delphi 2009 sometimes (more often that not) insist I build?
all updates have been installed.
Nov
16
asked Why does Delphi 2009 sometimes (more often that not) insist I build?
Nov
16
answered Help with strange Delphi 5 IDE problems
Nov
6
answered more memory for TMemo / TRichEdit
Oct
23
comment Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007?
Rad Studio 5.0 is D2007 and Rad Studio 6.0 is D2009. Just leave both in the path. The only problem you may have is if you run the command line compiler DCC, in which case, you should specify which path you want in your script.
Oct
14
awarded  Popular Question
Oct
7
accepted What is the accepted way to use frames in Delphi?
Sep
30
answered EOutOfMemory Creating Large XML Using Delphi
Sep
30
answered What is the accepted way to use frames in Delphi?
Sep
27
comment Online Code Beautifier And Formatter for Delphi or Pascal
Somehow I missed the online bit...although I guess if you have d2010 you don;t need any other tool online or not.
Sep
27
answered Online Code Beautifier And Formatter for Delphi or Pascal
Sep
27
awarded  Yearling
Sep
25
comment what does underscore mean in Delphi4
I wouldn't say it's common practice to start variable names in Delphi with an underscore. c and c++ maybe
Sep
25
revised Optional parameters in Active X libraries
typo
Sep
25
accepted Optional parameters in Active X libraries
Sep
25
revised Optional parameters in Active X libraries
added tag
Sep
25
answered Optional parameters in Active X libraries
Sep
11
asked Creating a singleton in Delphi using the new features of D2009 and D2010
Sep
11
answered Get list of object’s methods, properties and events?
Sep
5
answered Does building a Delphi project with MSBuild create .Net dependencies?
Aug
29
revised “ERROR MSB4040 There is no target in the project” when using msbuild+Delphi2009
typo
Aug
28
accepted “ERROR MSB4040 There is no target in the project” when using msbuild+Delphi2009
Aug
27
answered “ERROR MSB4040 There is no target in the project” when using msbuild+Delphi2009
Aug
13
asked How do I setup Multiple Triggers for Cruisecontrol.NET?
Aug
8
comment C# standards/style for a Delphi developer?
Just what I was looking for. I guess I could have googled it! Thanks any way.
Aug
8
asked C# standards/style for a Delphi developer?
Jul
29
comment Testing D2009 application with Test Complete 7.0
We went from Test Complete 5.0 to 7.0 because Automated told us only Test Complete 7.0 fully supports D2009
Jul
29
accepted Testing D2009 application with Test Complete 7.0
Jul
29
answered Testing D2009 application with Test Complete 7.0
Jul
24
answered Delphi 2006 always stops working when closed on Vista
Jul
21
awarded  Popular Question
Jul
12
revised Why Do You Use Delphi?
edited body
Jul
12
answered Why Do You Use Delphi?
Jul
6
comment Testing D2009 application with Test Complete 7.0
We previously used Test Complete 5, but the way things were done were different. You had to add some units to make an application 'open'. We're currently working with AQ, but they don't seem to know what the problem is.
Jul
4
answered Creating Compressed (Zipped) Folder using Delphi
Jul
3
comment Testing D2009 application with Test Complete 7.0
All good suggestions, but all have been thought of. Nothing is touching the executable, and while we do have third party components, we have tried to incorporate these in the test app, but can't figure out why they'd make any difference anyway. They are simple components..