You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following program is crashing when I am trying to access invoke std::string t = config.Test("test"); in the callback cb. The reason looks to because config is not able to access the memory (?). Can some please explain why this is happening even though I have already passed this to the callback? And how can i fix this issue? TIA!
The text was updated successfully, but these errors were encountered:
Tanuj22
changed the title
How to access member in a class during callback function ?
How to access member of a class during inside callback function ?
Oct 21, 2024
The code looks fine. I'm able to run the example and it works.
Are you running the process as admin? What version of VS are you using?
IMAGE LOAD Event 5 ProcessID 24456 imageName \Device\HarddiskVolume3\Windows\System32\dsreg.dll
im here
Test :test
test-string
IMAGE LOAD Event 5 ProcessID 24456 imageName \Device\HarddiskVolume3\Windows\System32\crypt32.dll
im here
Test :test
test-string
IMAGE LOAD Event 5 ProcessID 24456 imageName \Device\HarddiskVolume3\Windows\System32\msasn1.dll
im here
Test :test
test-string
IMAGE LOAD Event 5 ProcessID 24456 imageName \Device\HarddiskVolume3\Windows\System32\msctf.dll
im here
Test :test
test-string
IMAGE LOAD Event 5 ProcessID 24456 imageName \Device\HarddiskVolume3\Windows\System32\powrprof...
The following program is crashing when I am trying to access invoke
std::string t = config.Test("test");
in the callbackcb
. The reason looks to because config is not able to access the memory (?). Can some please explain why this is happening even though I have already passedthis
to the callback? And how can i fix this issue? TIA!The text was updated successfully, but these errors were encountered: