Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with CopyMemory statement

Status
Not open for further replies.

Ken01

Programmer
Aug 8, 2014
54
0
6
GB
I have a legacy VB6 graphics program which achieves realistic scrolling using the CopyMemory feature.

When I move the program from Windows XP to W7 (or higher) the program crashes on attempting to run.

Removing CopyMemory solves that problem but much functionality is lost.

Are there any solutions to this?
 
Seems to me to be a repeat of thread222-1811982 ...


That being said, if we could see the declaration that you are using for CopyMemory, and the line(s) of code where it is used might provide some insight.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top