Program ICOSHOW. I can't remember whence I ftp-ed it, but you could
contact the author, Harald Pitro, at 10002...@compuserve.com.
--
Stan Brown, Oak Road Systems br...@Ncoast.ORG
Can't find FAQ lists? ftp to 'rtfm.mit.edu' and look in /pub/usenet
(or email me >>> with valid reply-to address <<< for instructions).
I can also send "newbie" information on Usenet--just ask if you want it.
Create a resource (.RES) file. Then put all the .ico files into the .RES
file. Then link the .RES file into your source code, and compile. The
resulting binary (EXE or DLL) will contain all the icons. You don't need to
export anything. Any of the icons can be retrieved by a call to LoadIcon().
I don't use C++ myself so I can't tell you how to do it in C++. However,
this is what you would do in Borland Pascal.
{//// sample Borland Pascal code ///}
Library IcoLib; { we are compiling a DLL}
{$R icons.res} { link the resources from icons.res}
Begin
End.
{////// sample code ends ////}
That's it! Don't you just love Pascal :)
--
The Chief
---------
Dr. Abimbola A. Olowofoyeku (The African Chief)
Email: la...@keele.ac.uk
Author of: ** FTP **
Chief's Installer Pro (Win): oak.oakland.edu /pub/win3/install/cinstp11.zip
Windows Command Line (WCL) : oak.oakland.edu /pub/win3/shell/wincmd77.zip