Q&A

  • 이 에러 메세지 좀.
ShellExecute(handle, 'open', 'http://www.mypage.com', nil, nil, SW_SHOWNORMAL);

// 이코드만 입력하고 컴파일했는데 이런메세지가..

// 혹시 uses부분에 뭘 추가를 해줘야?? 하는건가요?



[Error] Unit1.pas(28): Undeclared identifier: 'ShellExecute'

[Fatal Error] Project1.dpr(5): Could not compile used unit 'Unit1.pas'



1  COMMENTS
  • Profile
    허춘 2000.08.17 11:18
    [델파이] wrote:

    > ShellExecute(handle, 'open', 'http://www.mypage.com', nil, nil, SW_SHOWNORMAL);

    > // 이코드만 입력하고 컴파일했는데 이런메세지가..

    > // 혹시 uses부분에 뭘 추가를 해줘야?? 하는건가요?

    >

    > [Error] Unit1.pas(28): Undeclared identifier: 'ShellExecute'

    > [Fatal Error] Project1.dpr(5): Could not compile used unit 'Unit1.pas'

    >



    unit 란에다 ShellAPI 를 추가해주세요.