Tagged Questions
4
votes
2answers
519 views
Incorrect “Unable to start debugging…Unable to attach to ASP.NET worker process” message in Delphi 2007 for .NET
I have seen this for a long time, and finally decided to put the question up here. I have some applications that I need to maintain that were written in Delphi 2007 for .NET (ASP.NET 2.0). Normally, ...
3
votes
1answer
133 views
Delphi for .NET does not find shared files in the .NET library search directories ("[DCC Error] F1026 File not found)
I have been trying to track down a problem with an installation of RAD Studio 2007 for some time. When compiling an ASP.NET application build with the .NET personability, I get an "[DCC Error] F1026 ...
3
votes
3answers
527 views
Detect if my application is running under the IDE “Delphi 2007 .Net”
How can I detect if my application is running under the IDE "Delphi 2007 .Net", there is something like DebugHook?
Bye.
1
vote
2answers
163 views
How Unicode strings can be passed from a managed to an unmanaged function
I will really appreciate anybody's help about how a Unicode string can be passed (marshaled) from a managed (Delphi .NET) to an unmanaged (Delphi's Win32 DLL) function.
The managed environment ...