Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Nov : problem with old code
| Subject: | problem with old code |
| Posted by: | "Robert Pointon" (rpoint..@phosyn.com) |
| Date: | Wed, 9 Nov 2005 12:49:49 |
I have an email reader that pulls out attachment for proceeding. the old exe compiled 6 month ago with indy as supplied with D7 works fine. I have been asked to add to it. Since I compiled it I have installed 2005 with indy 10 then downloaded indy 10 for D7. When I tried to recompile this app I received error messages. So I have uninstalled indy 10 deleted the directory and three files from windows\system32. Uninstalled 2005 reinstalled with indy 9 . Down loaded indy 9 for D7 and installed it.
now when I find an email that I know has an attachment count is showing zero.
Any body any ideas, I am stuck!
count := POP.CheckMessage
FOR intIndex := 1 to Count do BEGIN
bob pointon