[python-win32] RE: About Embeeding python in C++Builder

Mike Owens mike.owens at allscripts.com
Tue Apr 22 10:31:56 EDT 2003


It sounds like you haven't added the Python library to the project. Add the lib to the project so the linker knows about it.


>> Dear friends!
>> 
>> I tryed to embed python in C++Builder 5
>> I've made converting python22.lib to C++Builder format and then tryed to run simple example
>> but Link errors appeared:
>> " Unresolved external __Py_RefTotal referenced from UNIT1.OBJ "
>> " Unresolved external __Py_Dealloc referenced from UNIT1.OBJ "
>> Please help me! what else i should include in my C++ project?
>> 
>> Thanks
>> Hung




More information about the Python-win32 mailing list