Re:Re: TGifImage install help
Larry,
Having the source files is the best scenario!
- In the IDE create a new package (File | New | Other | Package).
- Save the package wherever you would like it to be.
- In the package editor window click the 'Add' button.
- Click the browse button.
- You will have to change the file type to look for PAS files.
- Find and multi select GIFImage.pas, GIFReg.pas, and TimerEx.pas.
- Click Open
- Save all
- Compile the package
At this point the BPL, BPI, and LIB files for your package will be created.
You can install the package if you'd like. I'm not sure if it has any
components to be installed in it. IF it does then you may consider
splitting the units up and making separate design-time and run-time
packages. The reasons for this and examples of how to do this can be found
by searching google groups.
To avoid frustration I have one more thing to note. If you ever have this
new package open and you edit one of the pas files (or it opens for some
reason) -- do not save the package. You can save any changes you make to
the pas but the BPK will be messed up since the IDE will add a link to every
installed package into the project. You should always close all PAS files,
close the package, reopen the package, and then compile.
- Clayton