Welcome, Guest
Username: Password: Remember me
Discussions for CodeTyphon Studio Installation and Setup.
  • Page:
  • 1

TOPIC:

Linker Error 13 years 10 months ago #176

  • David
  • David's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 24
  • Thank you received: 0
Hello everyone,
my problem is the linker when compiling a program for WinCE platform-arm and use a pair of
components does not give me no problem, but if used as components ExControls receive this error:

project1.lpr(21) Fatal: Executable image size is too big for wince target.

The program's size is about 29mb..

thank's in advance

Please Log in or Create an account to join the conversation.

Re: Linker Error 13 years 10 months ago #177

  • David
  • David's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 24
  • Thank you received: 0
resolved with :

- optimization 3
- variable in the register
- smaller rather than faster
- smart link

upx + strip and go

Please Log in or Create an account to join the conversation.

  • Page:
  • 1