由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - question: retrieving function pointers to VC API entry points
相关主题
关于Function Pointer的简单问题,望指教is smart_ptr really that good?
学search engine哪种语言最有用?[合集] pointer in C
[合集] 大家看看我这个C++ STL Functor那里写错了pointer overflow
Question about type conversion (转载)about STL functor and function pointers
Why do I need to use "plain" pointer?what's the purpose of pointer to pointers?
一个简单的小问题C++ Q05: pointer to constant variable
请问可以这样定义struct吗?find start point of loop from linked list
how to do it ?=======Problem – coding in c++C++ Q93 - Q95 (转载)
相关话题的讨论汇总
话题: vc话题: api话题: retrieving话题: pointers话题: entry
进入Programming版参与讨论
1 (共1页)
p****r
发帖数: 165
1
when "Implement inline functions for retrieving function pointers to VC API
entry points",
the compiler complain:
" error C2664: 'GetProcAddress' : cannot convert parameter 2 from 'const
wchar_t [23]' to 'LPCSTR'"
it is 3rd party code suppose to work, anything I might miss? or any resource
I could take a look to help this issue? Thanks.
G*****7
发帖数: 1759
2
google
cannot convert parameter 2 from 'const wchar_t [23]' to 'LPCSTR'
1 (共1页)
进入Programming版参与讨论
相关主题
C++ Q93 - Q95 (转载)Why do I need to use "plain" pointer?
c++ pointers are iterators, why?一个简单的小问题
int F::*x = &F::x是什么意思?请问可以这样定义struct吗?
c++ 里用到pointer 的地方我们尽可能用smart pointer吗? how to do it ?=======Problem – coding in c++
关于Function Pointer的简单问题,望指教is smart_ptr really that good?
学search engine哪种语言最有用?[合集] pointer in C
[合集] 大家看看我这个C++ STL Functor那里写错了pointer overflow
Question about type conversion (转载)about STL functor and function pointers
相关话题的讨论汇总
话题: vc话题: api话题: retrieving话题: pointers话题: entry