I have Turbo delphi for .net, and every time that I try to compile a vcl forms application I receive a send/close error message. It has nothing to do with with the applications, because they compile fine in other machines. The error message accuses ntdll.dll. I can compile Windows Forms Application with no problems.
Asked
Active
Viewed 323 times
0
-
2So what is the difference between these other machines and this particular machine? – Jeroen Wiert Pluimers Apr 03 '10 at 19:46
-
1What is the /exact/ text of the message? – Nick Hodges Apr 04 '10 at 00:50
-
1The exact text is in Portuguese, thats why I did not mention it. It's a send/close window. The point is that theres no difference between these other machines, thats why it looks weird. – Victor Apr 04 '10 at 01:43
-
1Try posting the Portugese error message. BTW: This is exactly the reason I dislike development on 'local' systems. With non-English error messages, it makes your chances of finding the cause of the actual error much slimmer than when developing on English systems. For server environments this is even more important. I'm not alone on this, I had an interesting discussion about this with Maciej Pilecki (long time SQL Server Guru from Poland) on one of the BASTA! conferences. See my blog here: http://wiert.wordpress.com/2010/03/17/non-english-error-messages/ – Jeroen Wiert Pluimers Apr 04 '10 at 06:39
-
The error message would be something like this: Project1.exe has encountered a problem and needs to close. If you were executing some operation, the information you were working might be lost. To know more about this error click here. Options are debug and close. – Victor Apr 04 '10 at 18:57
-
@Victor, please provide as much information as you have, else we are not able to help you. – Toon Krijthe Oct 26 '10 at 07:15
2 Answers
0
You installed the .NET 1.1. framework?

Marco van de Voort
- 25,628
- 5
- 56
- 89
-
I meant reinstall, in case one of the prerequisites have gotten corrupted – Marco van de Voort Oct 29 '10 at 07:07
0
The only way to solve this problem is probably reinstall Windows and everything.

Victor
- 1,655
- 9
- 26
- 38