* 사용환경 : 델파이4 / Windows 2000
* 에러 메시지 :
==========================================================================
프로젝트를 오픈하면 Error Reading Form이란 제목으로
아래와 같은 에러가 생성됩니다.
Error reading client.ssl Enabled: property does not exist.
Ignore the error and continue? NOTE:Ignoring the error
may cause components to be deleted or property values to
be lost.
===========================================================================
그래도 혹시나해서 컴파일 시키면 아래와 같은 에러메시지가 뜨고요..
정말 팔자에도 없는 프로그램 배우기가 이렇게 힘든건지 몰랐습니다.
답장 꼭 부탁드리겠습니다.
[Error] lprwin_main.pas(66): Undeclared identifier: 'WriteFromBuffer'
[Fatal Error] lprwin.dpr(11): Could not compile used unit 'lprwin_main.pas'
= =====================================================
'lprwin_main.pas'을 포함하는 컴포넌트가 있을 거에요
델파이에서 기본으로 지원하는 컴포넌트가 아니라.
다른 외부 컴포는트를 사용해서 나는 에라 같습니다.
>송원철 wrote:
> * 사용환경 : 델파이4 / Windows 2000
> * 에러 메시지 :
> ==========================================================================
> 프로젝트를 오픈하면 Error Reading Form이란 제목으로
> 아래와 같은 에러가 생성됩니다.
>
> Error reading client.ssl Enabled: property does not exist.
> Ignore the error and continue? NOTE:Ignoring the error
> may cause components to be deleted or property values to
> be lost.
>
> ===========================================================================
> 그래도 혹시나해서 컴파일 시키면 아래와 같은 에러메시지가 뜨고요..
> 정말 팔자에도 없는 프로그램 배우기가 이렇게 힘든건지 몰랐습니다.
> 답장 꼭 부탁드리겠습니다.
>
> [Error] lprwin_main.pas(66): Undeclared identifier: 'WriteFromBuffer'
> [Fatal Error] lprwin.dpr(11): Could not compile used unit 'lprwin_main.pas'
>
> = =====================================================
>
>