在C++ buider 6中,请帮忙看看这是什么误会,怎么出理

来源:百度知道 编辑:UC知道 时间:2024/06/25 03:31:31
[C++ Warning] Rectangle.cpp(19): W8018 Assigning unsigned long to TColor
[C++ Warning] Rectangle.cpp(23): W8018 Assigning int to TPenMode
[C++ Warning] Rectangle.cpp(25): W8018 Assigning int to TPenStyle
[C++ Warning] Rectangle.cpp(27): W8018 Assigning unsigned long to TColor
[C++ Warning] Rectangle.cpp(29): W8018 Assigning int to TBrushStyle
[Linker Error] Unresolved external '__fastcall TForm1::FormCreate(System::TObject *)' referenced from D:\C++ FILE\LINE\LINE2.OBJ
[Linker Warning] Public symbol '_Form3' defined in both module D:\C++ FILE\LINE\LINE2.OBJ and D:\C++ FILE\LINE\ELLIPSE.OBJ
[Linker Warning] Public symbol '_Start' defined in both module D:\C++ FILE\LINE\LINE2.OBJ and D:\C++ FILE\LINE\LINE.OBJ
[Linker Warning] Public symbol '_Start' defined in both module D:\C++ FILE\LINE\LINE2.OBJ and D:\C++ FILE\LINE\ELLIPSE.OBJ

可能是你把这个事件删除后,从其他地方又重新拷贝了这个函数。

或者是你没有通过在这个控件的events里来添加这个函数,而是手写或者从别的地方拷贝来的。

我不清楚