Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getcursor, getsyscolor problems
Message
From
05/02/2007 07:16:25
Michael Gass
Instructional Software, Inc.
Kirkland, Washington, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Getcursor, getsyscolor problems
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01192338
Message ID:
01192338
Views:
118
After building an application I get the following errors:

File getsyscolor.prg does not exist.
Setmousecursor.prg does not exist.
Getmousecursor.prg does not exist.

They do not occur in development mode. I’m using Codemine 7.5 and VFP 8.0.

I’ve included each of the following lines of code in the cmapplicationmanager.init method where it says frequently used Windows API functions should be placed.

DECLARE INTEGER GetSysColor IN user32.dll INTEGER nColorValue
DECLARE INTEGER GetCursor IN user32.dll AS GetMouseCursor
DECLARE INTEGER SetCursor IN user32.dll AS SetMouseCursor INTEGER

Any ideas on what I’m doing wrong would be greatly appreciated.
Reply
Map
View

Click here to load this message in the networking platform