本文介绍了如何在C ++中调试vs2008创建的dll的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我为MetaTrader 4创建了一个dll(Forex Treader软件,其中包含类似C的程序语言).我知道如何导入自己创建的dll.但是我不知道调试vs2008创建的dll的最佳方法.我只是在MetaTrader中创建一个脚本来测试dll(每次更新dll时,都必须将更新的dll复制到脚本可以将其导入的正确位置.非常繁琐).
有没有更简单的方法来做这些事情?
I create a dll for the MetaTrader 4(an Forex Treader Software which has a C-like program language in it). I know how to import dll create by myself. But I don''t know the best way to debug the dll created by vs2008. I just create a Script in MetaTrader to test the dll (every time I update the dll, I must copy the updated dll to the right place where the Script can import it.very tedious).
Is there a simpler way to do that things? Please tell me if there is, thanks.
推荐答案
这篇关于如何在C ++中调试vs2008创建的dll的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!