Python论坛  - 讨论区

标题:[python-chinese] 关于嵌入的C版本问题

2005年05月17日 星期二 14:47

long1l9-python at yahoo.com.cn long1l9-python at yahoo.com.cn
Tue May 17 14:47:44 HKT 2005

我用的是TC2.0,编译总是有问题??是不时得用TC3.0才行啊?????



---------------------------------
Do You Yahoo!?
150万曲MP3疯狂搜,带您闯入音乐殿堂
美女明星应有尽有,搜遍美图、艳图和酷图
1G就是1000兆,雅虎电邮自助扩容!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050517/f1b85019/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年05月17日 星期二 15:24

Neo Chan neo.chen at achievo.com
Tue May 17 15:24:32 HKT 2005

我倒,不行吧。。得用GUN C

 

  _____  

发件人: python-chinese-bounces at lists.python.cn
[mailto:python-chinese-bounces at lists.python.cn] 代表
long1l9-python at yahoo.com.cn
发送时间: Tuesday, May 17, 2005 2:48 PM
收件人: Python
主题: [python-chinese] 关于嵌入的C版本问题

 

我用的是TC2.0,编译总是有问题??是不时得用TC3.0才行啊?????

 

  _____  

Do You Yahoo!?
150 <http://cn.rd.yahoo.com/mail_cn/tag/yisou/music/*http:/music.yisou.com>
万曲MP3疯狂搜,带您闯入音乐殿堂
 <http://cn.rd.yahoo.com/mail_cn/tag/yisou/image/*http:/image.yisou.com> 美
女明星应有尽有,搜遍美图、艳图和酷图
1G
<http://cn.rd.yahoo.com/mail_cn/tag/1g/*http:/cn.mail.yahoo.com/event/mail_1
g/> 就是1000兆,雅虎电邮自助扩容!

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050517/0d84e297/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年05月17日 星期二 15:33

limodou limodou at gmail.com
Tue May 17 15:33:24 HKT 2005

建议使用VC6.0或mingw GCC

在05-5-17,long1l9-python at yahoo.com.cn<long1l9-python at yahoo.com.cn> 写道:
> 我用的是TC2.0,编译总是有问题??是不时得用TC3.0才行啊?????
> 
> 
> ________________________________
> Do You Yahoo!?
>  150万曲MP3疯狂搜,带您闯入音乐殿堂
> 美女明星应有尽有,搜遍美图、艳图和酷图
>  1G就是1000兆,雅虎电邮自助扩容! 
> 
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
I like python! 
My Donews Blog: http://www.donews.net/limodou
New Google Maillist: http://groups-beta.google.com/group/python-cn

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年05月17日 星期二 16:05

大熊 bearsprite at gmail.com
Tue May 17 16:05:45 HKT 2005

TC?如果你用的是VC以外的编译器,那应该转换一下lib的格式,windows下的python是用VC编译的

VC的lib格式为coff,而borland中的lib格式为omf,两者不兼容的,borland开发环境有个工具coff2omf(BCB中是有的,不知早期的TC中是否有),可以做此转换

如果你在windows下使用gcc,也需要类似的转换工作

这个在python的文档中都有相关说明


在05-5-17,limodou <limodou at gmail.com> 写道:
> 
> 建议使用VC6.0或mingw GCC
> 
> 在05-5-17,long1l9-python at yahoo.com.cn<long1l9-python at yahoo.com.cn> 写道:
> > 我用的是TC2.0,编译总是有问题??是不时得用TC3.0才行啊?????
> >
> >
> > ________________________________
> > Do You Yahoo!?
> > 150万曲MP3疯狂搜,带您闯入音乐殿堂
> > 美女明星应有尽有,搜遍美图、艳图和酷图
> > 1G就是1000兆,雅虎电邮自助扩容!
> >
> >
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
> >
> 
> 
> --
> I like python!
> My Donews Blog: http://www.donews.net/limodou
> New Google Maillist: http://groups-beta.google.com/group/python-cn
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
茫茫人海,你是我的最爱
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050517/92291e50/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年05月18日 星期三 08:53

Jason Liu telecomliu at gmail.com
Wed May 18 08:53:02 HKT 2005

coff2omf能把BCB生成的.obj .lib文件转成MSVC的coff格式的吗?
不行吧。
我最近也在找这方面的工具,各位谁有线索麻烦指点一二。
谢谢!

在05-5-17,大熊<bearsprite at gmail.com> 写道:
> TC?如果你用的是VC以外的编译器,那应该转换一下lib的格式,windows下的python是用VC编译的
> 
> VC的lib格式为coff,而borland中的lib格式为omf,两者不兼容的,borland开发环境有个工具coff2omf(BCB中是有的,不知早期的TC中是否有),可以做此转换
> 
> 如果你在windows下使用gcc,也需要类似的转换工作
> 
> 这个在python的文档中都有相关说明
> 
> 
> 在05-5-17,limodou <limodou at gmail.com> 写道:
> > 建议使用VC6.0或mingw GCC
> > 
> > 在05-5-17,long1l9-python at yahoo.com.cn<long1l9-python at yahoo.com.cn> 写道:
> > > 我用的是TC2.0,编译总是有问题??是不时得用TC3.0才行啊????? 
> > >
> > >
> > > ________________________________
> > > Do You Yahoo!?
> > >  150万曲MP3疯狂搜,带您闯入音乐殿堂
> > > 美女明星应有尽有,搜遍美图、艳图和酷图
> > >  1G就是1000兆,雅虎电邮自助扩容!
> > >
> > >
> > > _______________________________________________ 
> > > python-chinese list
> > > python-chinese at lists.python.cn
> > > http://python.cn/mailman/listinfo/python-chinese 
> > >
> > >
> > >
> > 
> > 
> > --
> > I like python!
> > My Donews Blog: http://www.donews.net/limodou
> > New Google Maillist:
> http://groups-beta.google.com/group/python-cn
> > 
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> > 
> > 
> > 
> 
> 
> 
> -- 
> 茫茫人海,你是我的最爱 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号