Board index » cppbuilder » Re: Indy 9 Register

Re: Indy 9 Register


2007-05-18 05:49:37 AM
cppbuilder46
"Jeff" < XXXX@XXXXX.COM >wrote in message
Quote
I'm having an issue with compiling:

BDS says, "Cannot create instance of abstract class
'TIdAttachement'"
TIdAttachment is now an abstract base class in Indy 10. It can't be
instantiated directly anymore. You have to use one of the new
descendant classes instead, such as TIdAttachmentFile.
Gambit
 
 

Re:Re: Indy 9 Register

Quote
Did you go into the Project Options for each package and enable the
"Generate all C++ files" setting?
Thanks, that was the issue with generating the headers.
Now I get an error with IdBuffer.pas, "Unit IdSysWin32 was compiled with a
different version of IdResourceStrings.RSFailedTimeZoneInfo"
 

Re:Re: Indy 9 Register

"Jeff" < XXXX@XXXXX.COM >wrote in message
Quote
Now I get an error with IdBuffer.pas, "Unit IdSysWin32 was compiled
with a different version of IdResourceStrings.RSFailedTimeZoneInfo"
You still have old files on your machine.
Gambit
 

{smallsort}