下载:配置文档

一、新增头文件路径

**********************Include Files*********************
Tools->Options->Projects and Solutions->VC++ Directories->Include files
[ProE Path]\protoolkit\includes
[ProE Path]\prodevelop\includes
[ProE Path]\protoolkit\protk_appls\includes

ProE二次开发之VS2005+ProE Wildfire 4.0开发环境配置

二、新增库文件路径

**********************Library files*********************
Tools->Options->Projects and Solutions->VC++ Directories->Library files
[ProE Path]\protoolkit\i486_nt\obj
[ProE Path]\prodevelop\i486_nt\obj

ProE二次开发之VS2005+ProE Wildfire 4.0开发环境配置

三、对应同步模式开发之Dll程式

1、增加静态库文件

      [Linker->Input]   Additional:
      ------------------

  mpr.lib
  wsock32.lib
  psapi.lib
  protk_dllmd.lib
  prodev_dllmd.lib

ProE二次开发之VS2005+ProE Wildfire 4.0开发环境配置

四、对应异步模式之Exe程式

首先设置环境变量:PRO_COMM_MSG_EXE  = <ProE Path>\i486_nt\obj\pro_comm_msg.exe

如本人的电脑上设置的PRO_COMM_MSG_EXE = F:\PTC\Wildfire4\i486_nt\obj\pro_comm_msg.exe

1、增加静态库文件

      [Linker->Input]   Additional:
      ------------------

  wsock32.lib
  mpr.lib
  psapi.lib
  protkmt.lib
  ptasyncmt.lib  

ProE二次开发之VS2005+ProE Wildfire 4.0开发环境配置

2、忽略静态库文件

     Release版本Ignore:
     -----------------
     msvcrt.lib

     Debug版本Ignore:
     -----------------
     msvcrtd.lib

相关文章:

  • 2021-11-02
  • 2022-01-25
  • 2021-12-18
  • 2022-12-23
  • 2021-10-27
  • 2021-11-27
  • 2021-09-02
  • 2021-12-15
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-10
  • 2022-12-23
  • 2021-12-18
  • 2022-12-23
  • 2021-12-26
相关资源
相似解决方案