Hi,
someone of you known incompatibility between .Net and Delphi ?
Let me describe:
A web page activate an Applet to manage a billreader and it write to a text file the value of bill inserted. A Vb.Net program (Framework 4.0) read the file using a timer. This scenario works from more than one year.
Recently we developed a Delphi application doing the same thing of the Vb.Net one. We test it and it works well.
Then we develop an interface to coinacceptor, in Delphi. It work well with the Delphi program, but it fails with .Net with “I/O error 32”.
I suppose the file management of .Net and Delphi doesn’t match …
Any suggestions ?
Michele