1.When you do this, applications using implicit linking do not have to relink with the new import library that contains the new functions.
当您进行此操作时,使用隐式链接的应用程序不必与包含新函数的新导入库重新链接。
2.You also create an executable as you normally would but you do have to change a couple of linker switches and relink the executable.
也要象平常那样创建一个可执行模块,但是必须修改两个链接程序开关,并且重新链接可执行模块。
3.Redeploy the matching RSL or relink your application with the matching library.
重新部署匹配的RSL或与匹配库重新链接您的应用程序。
4.Edit and Continue cannot relink your program if you are debugging it from a location other than the original build location.
如果正在从原始生成位置以外的位置调试,“编辑并继续”不能重新链接程序。
5.Any script that was written using this function changes automatically when you recompile or relink.
而当你重新编译或重新链接时,任何一个用该函数编写的脚本都能自动修改。
6.If you make changes to a static library using Edit and Continue, you need to manually rebuild the library and relink applications using it.
如果使用“编辑并继续”更改静态库,需要使用“编辑并继续”手动重新生成库并重新链接应用程序。
7.What it doesn't do is recompile and relink automatically if it doesn't know anything has changed.
如果它不知道有东西被修改了,它就不会自动重编译和重链接。
8.Relink all files in the project folder now.
马上重新连接项目文件夹中的全部文件。
9.I can simply relink the list after it's loaded (Methods 2 and 3).
我可以简单地在它被加载后进行重链(方法二和方法三)。
10.Relink code changes after debugging
调试后重新链接代码更改