Recent

Author Topic: Fatal Error : Can't find unit CommDlg.  (Read 6843 times)

ZeImp

  • Guest
Fatal Error : Can't find unit CommDlg.
« on: May 23, 2005, 10:31:06 am »
Hello, it's the firts time I try Lazarus. I try to build an old Delphi 6 project with Lazarus and I've a fatal error : Can't find unit CommDlg. What can I do ?

ZeImp

  • Guest
Precisions ...
« Reply #1 on: May 23, 2005, 10:34:03 am »
I use Lazarus for Windows (XP).

ZeImp

  • Newbie
  • Posts: 6
Fatal Error : Can't find unit CommDlg.
« Reply #2 on: May 24, 2005, 11:49:28 am »
Up ! (Nobody knows ?)
The CommDlg unit is required in VfW.pas (a Video For Windows Unit).

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2706
Fatal Error : Can't find unit CommDlg.
« Reply #3 on: May 24, 2005, 04:35:36 pm »
Don't know about CommDlg.
I know SysRec uses VFW without problems
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

Anonymous

  • Guest
Fatal Error : Can't find unit CommDlg.
« Reply #4 on: May 24, 2005, 07:10:07 pm »
Thank you. With the VfW.PAs found in SysRec, no more error with WommDlg.

Code in my old VfW unit :

Code: [Select]

uses
    Windows,
    MMSystem,
    Messages,
    CommDlg,
    ActiveX,
    Dialogs;



Code in the SysRec VfW unit :

Code: [Select]

uses
{$IFNDEF FPC}
    CommDlg,
    ActiveX, {Ole2}
    Dialogs,
{$ENDIF}
    Windows,
    MMSystem,
    Messages;

ZeImp

  • Newbie
  • Posts: 6
Fatal Error : Can't find unit CommDlg.
« Reply #5 on: May 24, 2005, 07:14:13 pm »
Guest was me. Thank you but I have an other error : New post.

 

TinyPortal © 2005-2018