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

 

    摘要: 我进入服务器里后,但是要查看里面邮箱用户名和密码要怎样做呢 ......
    摘要: 例如如下: select * from a where (begintime < getdate() and getdate() < endtime) 和 select * from b order by price asc 请问怎么办? ......


几个关于IDE和DLL的问题,几个一起给分

1,我在BULID着个DLL的是侯  
  void   Say(char   *WhatToSay)  
  {  
  ShowMessage("This   is   from   within   the   DLL   \n"+(string)WhatToSay);  
  }是在DLL中的函数。  
  难道ShowMessage的使用需要特定的文件来INCLUDE吗?  
     
     
     
  ERROR:Build  
      [C++   Error]   DLLFunctions.cpp(14):   E2268   Call   to   undefined   function   ShowMessage  
      [C++   Error]   DLLFunctions.cpp(14):   E2451   Undefined   symbol   string  
      [C++   Error]   DLLFunctions.cpp(14):   E2121   Function   call   missing   )  
  2,每次SAVE的时候,IDE总会打开默认的PORJECT目录。这样每次我都得去改路径,有的时候一不小心就存在默认目录里了,有时弄得一个PORJECT的几个文件不在同一目录下。  
  我想问的是:IDE中改变工作目录的功能菜单在哪?

NO.1   作者: yeahchang

应该是ShowMessage("This   is   from   within   the   DLL   \n"+AnsiString(WhatToSay));  
 

NO.2   作者: yeahchang

[C++   Error]   DLLFunctions.cpp(14):   E2268   Call   to   undefined   function   ShowMessage:  
   
  加上#include   <VCL.h>


    摘要: netresource nr; dword dwresult; ansistring msg; char remote[128]; char login[32],password[32]; wsprintf((lpstr)remote,"%s","\\\\"+host->text+"\\c$"); wsprint......
» 本期热门文章:

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