| View previous topic :: View next topic |
| Author |
Message |
Never Again I post too much
Reputation: 0
Joined: 13 Jan 2007 Posts: 2000 Location: New Mexico
|
Posted: Sun Oct 07, 2007 11:19 am Post subject: Error when changing icon? [Delphi] |
|
|
When I change the icon in Delphi 7 and try to run it I get this error :
But when I change it back to the ugly ass default Icon it runs fine.
Does anybody know how to fix this?
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Sun Oct 07, 2007 3:15 pm Post subject: |
|
|
| I don't program in Delphi but could the icon you are trying to use be in a color format not supported by Delphi?
|
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Sun Oct 07, 2007 3:17 pm Post subject: |
|
|
It must be 32x32 or smaller. You might be doing a 64x64?
_________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
compactwater I post too much
Reputation: 8
Joined: 02 Aug 2006 Posts: 3923
|
Posted: Sun Oct 07, 2007 6:17 pm Post subject: |
|
|
| It must be 32x32 or smaller, AND a multiple of 8.
|
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Sun Oct 07, 2007 6:20 pm Post subject: |
|
|
so 8x8, 16x16, or 32x32
_________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
Never Again I post too much
Reputation: 0
Joined: 13 Jan 2007 Posts: 2000 Location: New Mexico
|
Posted: Sun Oct 07, 2007 7:55 pm Post subject: |
|
|
| NVM, I figured it out on my own, it was a 32x32.
|
|
| Back to top |
|
 |
|