Recent

Author Topic: [Windows] - adding version info (.res inc) - error compile  (Read 5201 times)

RPoseika

  • New member
  • *
  • Posts: 7
[Windows] - adding version info (.res inc) - error compile
« on: July 22, 2008, 03:05:40 pm »
I can compile a simple application no issue.
When I go to project options-Version info and enable this.
The res include is added to the source, but on compile it says res file not found (not in the project dir anyway). :oops:

Guidance appreciated.
TIA

Leledumbo

  • Hero Member
  • *****
  • Posts: 8798
  • Programming + Glam Metal + Tae Kwon Do = Me
RE: [Windows] - adding version info (.res inc) - error compi
« Reply #1 on: July 23, 2008, 10:02:49 am »
Does Lazarus create the resource file (I've never used it so I don't know)? If yes, try to insert it manually with {$R yourresource.rc} or {$R yourresource.res} directive (FPC will happily link both uncompiled and compiled resource).

 

TinyPortal © 2005-2018