- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We have a small problem with a project being converted from 32 bit to 64
The code fragment below is intended to fill a structure from a memory location passed by a message as an LPARAM
When we try in 64bit we get an invalid variable with the message "unable to read memory"
What are we doing wrong? How do we get it to work?
Any help gratefully received
Thank you
LONG_PTR CNexView::OnFindLink(WPARAM wParam, LPARAM data )
{
CFindLinkData *ld = (CFindLinkData*)data;
CFindLinkData *ld = (CFindLinkData*)data;
}
- Tags:
- CC++
- Development Tools
- Intel® C++ Compiler
- Intel® Parallel Studio XE
- Intel® System Studio
- Optimization
- Parallel Computing
- Vectorization
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page