|
BDS를 언인스톨하고 재설치했는데도 안되네요..
엑티브폼을 생성시 Could not add type information from TActiveForm to the type library. 에러가 날때 아래 메시지창에 이런 에러도 찍힙니다..
[Fatal Error] AxSyms.cpp(1): F1009 Unable to open input file 'C:\Documents and Settings\Administrator\My Documents\Borland Studio Projects\AxSyms.cpp'
해당 폴더를 보니까 AxSyms.cpp는 없던데요.. 이거 때문인지...
이거때문에 빌더6 깔기도 그렇고...ㅠㅠ 아시는 분 답변 부탁합니다..
(델파이 모드에서 생성하면 잘되네요...)
DoyongID 님이 쓰신 글 :
: Could not add type information from TActiveForm to the type library. 요 에러가 뜨고요.. 디테일버튼 눌러서 보면 아래와 같은 메시지가.... 뭔가 빌더를 다시 깔던가 해야겠네요.. ㅠㅠ
:
: + $1F[52DF6C27]{comcore100.bpl} AxNew.AxNew.TNewActiveControlBase.AddControlToTypeLibrary (Line 1709, "AxNew.pas" + 8) + $1F
: + $22[52DF6B65]{comcore100.bpl} AxNew.AxNew.TNewActiveControlBase.AddToTypeLibrary (Line 1689, "AxNew.pas" + 1) + $22
: + $4[52DF7456]{comcore100.bpl} AxNew.AxNew.TNewActiveControlBase.StartWizard (Line 1942, "AxNew.pas" + 2) + $4
: + $5[20B6F13B]{coreide100.bpl} Gallery.Gallery.TGalleryExpert.Selected (Line 766, "Gallery.pas" + 1) + $5
: + $4[20B6A6C4]{coreide100.bpl} GalBrow.GalBrow.BrowseNewDialog (Line 189, "GalBrow.pas" + 29) + $4
: + $6[20B6A57E]{coreide100.bpl} GalBrow.GalBrow.BrowseNewDialog (Line 152, "GalBrow.pas" + 0) + $6
: + $3[218BD460]{vclactnband100.bpl} ActnMenus.ActnMenus.TCustomActionMainMenuBar.TrackMenu (Line 3143, "ActnMenus.pas" + 3) + $3
: + $4[218B891D]{vclactnband100.bpl} ActnMenus.ActnMenus.TCustomActionMenuBar.CMItemClicked (Line 883, "ActnMenus.pas" + 3) + $4
: + $6[5205CA19]{vcl100.bpl } Controls.Controls.TWinControl.WndProc (Line 7246, "Controls.pas" + 105) + $6
: + $4[218BA158]{vclactnband100.bpl} ActnMenus.ActnMenus.TCustomActionMenuBar.WndProc (Line 1572, "ActnMenus.pas" + 15) + $4
: + $0[51F60BC0]{rtl100.bpl } Classes.Classes.StdWndProc (Line 11572, "classes.pas" + 8) + $0
: + $6A[77CF8731]{USER32.dll } GetDC + $6A
: + $14A[77CF8811]{USER32.dll } GetDC + $14A
: + $122[77CF89C8]{USER32.dll } GetWindowLongW + $122
: + $A[77CF96C2]{USER32.dll } DispatchMessageA + $A
:
:
: 넘초보 님이 쓰신 글 :
: : 간단히 적습니다.^^
: :
: : File - New - Other - C++ Builder Projects - ActiveX - ActiveX Library - OK
: :
: : Fiel - New - Other - C++ Builder Projects - ActiveX - ActiveX Form - OK
: :
: :
: : DoyongID 님이 쓰신 글 :
: : : 2006은 생성 순서가 6.0이랑은 다르더군요..
: : :
: : : 일단 New메뉴에서 ActiveX Library를 생성했고요..
: : :
: : : 그 다음에 다시 New메뉴에서 Active Form을 생성했습니다.. 그랬더니, 아래의 에러가 뜹니다..
: : :
: : : Could not add type information from TActiveForm to the type library.
: : :
: : : 4.0책도 보고 동영상 강좌도 보고 있는데, 첫단추부터 잘 안되네요.. 답변 부탁드립니다..
|