| View previous topic :: View next topic |
| Author |
Message |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
Posted: Tue Oct 28, 2003 4:29 pm Post subject: Including * 9 ?! |
|
|
I just compiled a little project with a dialog with some bitmaps. When I looked at the Compiler Messages window, I saw every bitmap is compiled 9 times! If I remove the # in front of the names, it just doesn't compile them with it, and it saves me about 500 kb... Does anybody know the reason for this? _________________ [ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial! |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Mon Dec 22, 2003 11:19 pm Post subject: |
|
|
Maybe you should use #RESOURCE ADD and then call it from your specified
resource.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Tue Dec 23, 2003 9:40 am Post subject: |
|
|
May be the name dsu.ico is causing problems - Renaming might help, These problems might have been fixed in vds 5.1 if it gets released . _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
GeoTrail Valued Contributor


Joined: 18 Feb 2003 Posts: 572 Location: Bergen, Norway
|
Posted: Tue Dec 23, 2003 1:28 pm Post subject: |
|
|
| I have found out that when it says an icon is added several times is because the icon contains more then one format. So if you have an icon with the formats 16x16, 32x32 and 48x48 the icon will be added three times. |
|
| Back to top |
|
 |
|