本帖最后由 李营长 于 2011-06-22 14:48 编辑 :mrgreen: :outu: :mrgreen: 出来一堆warning,最后编绎失败了。 vs2010编的wxwidgets, debug static lib :outu: :outu:[code]1>Linking... 1>wxmsw28d_aui.lib(auibar.obj) : warning LNK4229: invalid directive '/FAILIFMISMATCH:_MSC_VER=1600' encountered; ignored 1>wxmsw28d_aui.lib(auibar.obj) : warning LNK4229: invalid directive '/FAILIFMISMATCH:_ITERATOR_DEBUG...
by 李营长 - C/C++ - 2011-06-22 14:46:49 阅读(2952) 回复(0)
//xy001.cpp
#include
我想知道在linux下能不能用。exe格式程序啊 如果可以要怎么做啊 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/13226/showart_69370.html
我用python写了个发送邮件的功能 # emailTask ={"from":"zp@163.com", # "to":"zp@163.com", # "cc":"zp@163.com", # "smtpServer":"smtp.163.com", # "subject":"无标题", # "content":"", # "contentType":"plain"} def main(): Email.sendEmail(emailTask) 我想是想的效果是把这个功能生成为sendEmail.exe 使用方法send...
What exactly is Pbupdate.exe, How you can Resolve Pbupdate.exe Errors and How you can Get rid of Pbupdate.exe Virus
Have you been obtaining Pbupdate.exe update error message? Do you know what exactly is Pbupdate.exe? This post will let you know what exactly is Pbupdate.exe and the way to repair the widespread Pbupdate.exe error inside a step-by-step style.
What exactly is Pbupdate.ex...
小弟在用python处理*.txt文本后,想改变文本的位置或者重命名,但是这些操作无法执行,提示该文本在pythonw中打开。这时我的python交互窗口已经关闭,一定要结束pythonw.exe进程后,才能对文件夹执行改变位置或者命名。 请问这时为什么??? :emn23: 我怎么能在关闭交互窗口后,就能对文件进行一些改变位置或者命名操作呢?