程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> C語言 >> C++ >> 關於C++ >> 如何在BCB中調試Active Form

如何在BCB中調試Active Form

編輯:關於C++

1. Project-->Options-->Compiler-->點擊Full Debug

2. Project-->Build All Projects

3. 在需要調試的代碼處加斷點。

4. Project-->Web Deployment Options-->Directories and URLs

(1)Target dir(Full path of the deployed OCX)

填寫你的OCX發布的地址,如C:\ccrun\www\

(2)Target URL (Virtual path of the deployed OCX)

填寫目標地址,也就是OCX的虛擬路徑,如 http://192.168.0.1

(3)HTML dir(Full path of the deployed HTML file)

填寫HTML頁面的地址,如C:\ccrun\www\  

5. Projcet-->Web Deoloy,生成html頁面和Ocx。

6. Run-->Parameters-->Host Application-->點擊Browser找到IE

7. Run-->Parameters-->Parameters-->填入你的Web Deploy以後產生的頁面地址,如C:\ccrun\www\myocx.htm。

8. Run-->Register ActiveX Server

9. ok了,Run吧。

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved