ddxoft / master

547 stars 173 forks source link

在自己的MFC程序中引入DD.h 和DD.cpp后调用函数没有 反应 #37

Open Singformeasong opened 2 years ago

Singformeasong commented 2 years ago

是不是要收费才能解锁....案例中的mfc调用是正常的

ddxoft commented 2 years ago

不需要。 估计你代码有误。

On Fri, Feb 18, 2022 at 12:06 PM Singformeasong @.***> wrote:

是不是要收费才能解锁....案例中的mfc调用是正常的

— Reply to this email directly, view it on GitHub https://github.com/ddxoft/master/issues/37, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARXPLN4ANLYSGSHUQWBKII3U3XATFANCNFSM5OWVH7DQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

Singformeasong commented 2 years ago

不需要。 估计你代码有误。 On Fri, Feb 18, 2022 at 12:06 PM Singformeasong @.> wrote: 是不是要收费才能解锁....案例中的mfc调用是正常的 — Reply to this email directly, view it on GitHub <#37>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARXPLN4ANLYSGSHUQWBKII3U3XATFANCNFSM5OWVH7DQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you are subscribed to this thread.Message ID: @.>

我新建了一个 vs2019 x64的MFC程序,按照例子里引入了DD.h和DD.cpp,成功加载了dll文件,m_hModule也获取到了地址,但是调用例如DD_mov(100,100)时,还是没有反应。然而我新建一个 vs2019 控制台程序,成功加载dll,函数执行正确....大佬有什么头绪吗?我没辙了...研究了一天了....

ddxoft commented 2 years ago

明天把你的工程打包发过来

On Fri, Feb 18, 2022 at 9:59 PM Singformeasong @.***> wrote:

不需要。 估计你代码有误。 … <#m534901510840115914> On Fri, Feb 18, 2022 at 12:06 PM Singformeasong @.> wrote: 是不是要收费才能解锁....案例中的mfc调用是正常的 — Reply to this email directly, view it on GitHub <#37 https://github.com/ddxoft/master/issues/37>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARXPLN4ANLYSGSHUQWBKII3U3XATFANCNFSM5OWVH7DQ https://github.com/notifications/unsubscribe-auth/ARXPLN4ANLYSGSHUQWBKII3U3XATFANCNFSM5OWVH7DQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you are subscribed to this thread.Message ID: @.>

我新建了一个 vs2019 x64的MFC程序,按照例子里引入了DD.h和DD.cpp,成功加载了dll文件,m_hModule也获取到了地址,但是调用例如DD_mov(100,100)时,还是没有反应。然而我新建一个 vs2019 控制台程序,成功加载dll,函数执行正确....大佬有什么头绪吗?我没辙了...研究了一天了....

— Reply to this email directly, view it on GitHub https://github.com/ddxoft/master/issues/37#issuecomment-1044569477, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARXPLN3I7W5RSO7VIMHKABLU3ZGCRANCNFSM5OWVH7DQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

Singformeasong commented 2 years ago

工程文件,包含 一个vs2019 x64 控制台程序、一个 vs2019 x64 MFC程序 链接:https://pan.baidu.com/s/1XrxViRm0VQULWTUvk4OBdg 提取码:1234 ...阿里云盘没法分享压缩文件...用一下小水管...文件80多mb...见谅....