May 08, 2024, 07:07:06 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Extracting images from a lib file - is it possible?

Started by Andy, December 10, 2017, 03:40:28 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Andy

I've posted a new version of my custom window library here:
http://www.ionicwind.com/forums/index.php?topic=6133.msg45161

If I make a project compile into an exe file with images in a resource file I can extract them if they don't exist in the same folder as the running exe file, and the help file states "an exe" file.

But I can't seem to do this with a lib / include file - can this be done?

Thanks,
Andy.
Day after day, day after day, we struck nor breath nor motion, as idle as a painted ship upon a painted ocean.

LarryMc

Put your images in a dll file and
extract them from there and have the user distribute the dll with the exe they create.
or have your lib have an init program that does a one time extract all the images from the dll to a folder under the bin folder and use them from there.
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library