Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VB6, Fakes and Easyhook #4516

Closed
bclothier opened this issue Nov 14, 2018 · 0 comments
Closed

VB6, Fakes and Easyhook #4516

bclothier opened this issue Nov 14, 2018 · 0 comments
Assignees
Labels
bug Identifies work items for known bugs difficulty-02-ducky Resolving these involves the internal API, but with relatively easy problems to solve. vb6-support
Milestone

Comments

@bclothier
Copy link
Contributor

In testing it seems that VB6 will not necessarily load vbe6.dll, but rather msvmvb6.dll which is very similar library.

The present logic switches based on the VBE's Version property. This is no longer sufficient to handle VB6 support. For that reason, fakes will not work in VB6. We need a way of detecting whether we are loaded inside a VB6 host vs VBA host and thus switch the DLL name accordingly.

@bclothier bclothier added bug Identifies work items for known bugs difficulty-02-ducky Resolving these involves the internal API, but with relatively easy problems to solve. vb6-support labels Nov 14, 2018
@bclothier bclothier added this to the 2.3.0 Release milestone Nov 14, 2018
@bclothier bclothier added this to ToDo in Semi-automatic bug tracker via automation Nov 14, 2018
@bclothier bclothier added this to TODO in Release 2.3.0 via automation Nov 14, 2018
@comintern comintern self-assigned this Nov 14, 2018
Semi-automatic bug tracker automation moved this from ToDo to Done Nov 16, 2018
Release 2.3.0 automation moved this from TODO to Done Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Identifies work items for known bugs difficulty-02-ducky Resolving these involves the internal API, but with relatively easy problems to solve. vb6-support
Projects
Release 2.3.0
  
Done
Development

No branches or pull requests

2 participants