Open
Conversation
Owner
|
具体是什么错误?编译上的错误还是运行上的错误? |
Author
|
哦 是这样的, 既然你的项目里面用了detours, 那么挂钩子的事情就全部让detours来做吧, 所以我改了一下. |
Author
|
我的系统是win7 64 sp1, 错误原因是loaderdll.dll并没有导出函数, 导致Insight3.exe运行失败, 所以我加了一个空的按序号导出的函数. |
Owner
|
我的系统也是win7 x64 sp1,没遇到你说的因为loaderdll没导出函数导致运行失败的情况,有错误截图吗? |
Author
Author
Owner
|
错误看上去像内存或者运行库的问题,印象中如果是因为没有导出函数会报一个没有导出函数的错误. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


No description provided.