当前位置:首页
开发技术指南» 文章正文
    引言:
 

 

    摘要: 请大家帮忙哟。 ......
    摘要: 开发工具是pb,如何实现程序中调用word宏来实现这些功能呢,部分可以实现了,但是替换还是不可以,有没有完整点的方案? 那位做过类似的开发可以给点经验吗?谢谢了。。。 ......


在DLL中怎样得到一个类的地址用TestClass *ClassAddress = (TestClass *)GetProcAddress(handle,"TestClass::ClassMessageBox");好象

要在不加.LIB的显示链接的情况下得到类的地址

NO.1   作者: zdhe

of   course.   if   you   know   compiler(now   it   named   functin   in   c   and   c++),   you   will   never   ask   this   question.  
   
  a   easy   way:  
   
  to   use   TestClass::ClassMessageBox   which   build   in   dll  
   
  1.   use   depens   view   your   dll.  
  2.   find   your   dll   name,   then   copy   it   name,   like   ?TestClass@??ClassMessage?@dkfjdk  
  3.   in   you   host   exe  
  loadlibrary   and   GetProcAddress(handle,"?TestClass@??ClassMessage?@dkfjdk")  
   
   
 


    摘要: 各位大虾: 请问在word文档(office xp)中的自创图形中(“插入”菜单-〉图片-〉绘制新图形)怎样画一个黑色的实心圆点? ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE