![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Is there any way to generate an standalone executable with its embedded
(included) data ressource-base file ? for example in a "zipper" tool project, or some resident "on picture" action tool project. Is there any way to personalise the compiled application icon and the shortcut one ? Thanks for help. |
|
|||
|
You could do this by writing to your exe file in binary.
Find the length of your exe file, then store your resources at the end. You will have to have certain byte positions that store the filename and resource size but it can be done. The first routine in your exe needs to extract the resource. once loaded, delete the resource. I will try to find my old basic code which did this but it would need converting to basic4ppc. I forgot to say, the code to write the resource to your exe has to be separate program |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to add a image/icon to the Setup file ? | mozaharul | Questions & Help Needed | 1 | 09-16-2008 05:33 PM |
| Quarter of an icon in File Explorer | badkarma | Questions & Help Needed | 9 | 06-09-2008 09:17 PM |
| Embed and retrieve images in a data file | Erel | Code Samples & Tips | 10 | 02-18-2008 08:23 AM |
| Struggling with the Icon File format. | RandomCoder | Questions & Help Needed | 2 | 08-04-2007 08:05 PM |
| Large Txt or data file | tcgoh | Questions & Help Needed | 4 | 05-29-2007 02:37 AM |