Release Directory Modules

参考资料来自MSDN:http://msdn.microsoft.com/zh-cn/gg154272


      兜了一圈,俺还是决定使用Visual Studio 提供的这个功能,我的工作环境是windows ce 7.0 哦。

Release Directory Modules的作用是决定你可以加载release 目录下的哪些模块,在Vistual Studio2008中选择->target->Release Directory Modules,然后add你想要的模块,比如一个应用程序。

     然后,很重要,要重新make run-time image一下。

   好处:Loading modules from the release directory can assist with run-time image development because you can build and load specific modules for debugging purposes instead of building an entire run-time image.

  设置完之后,就可以在debug机的c:\windows下运行应用程序了


你可能感兴趣的:(c,windows,工作,image,Build,debugging)