摘要:
The base URL:http://www.google.com/ig/api? This is the base URL which can be extended with the following parameters: The Weather parameter:weather=location Where location can be either a zip code (wea... 阅读全文
posted @ 2010-02-16 17:41
Peter Zhang
阅读(717)
评论(0)
推荐(0)
摘要:
问题描述:编译是在resource.h文件出现“fatal error RC1004: unexpected end of file found”错误 问题原因:resource文件最后一行需要一个回车,可能是因为通过拷贝粘贴时将回车换行去掉了 解决方法:添加一个回车换行符 阅读全文
posted @ 2010-02-16 09:48
Peter Zhang
阅读(1586)
评论(0)
推荐(0)
摘要:
这个函数可以获得当前程序实例的句柄: HINSTANCE hInstance = GetModuleHandle(0); 阅读全文
posted @ 2010-02-16 08:32
Peter Zhang
阅读(3068)
评论(0)
推荐(0)