Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Canon PowerShot Camera API
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Canon PowerShot Camera API
Miscellaneous
Thread ID:
01072275
Message ID:
01072275
Views:
127
Hi all,

I bought a Canon PowerShot A510 Digital Camera. They have a developers API that can be downloaded but they only support C++. I want to try to use the API in a VFP app but I need help changing the Declarations in the .h files to VFP.

These are the first four functions in the .h file.
cdCAPI CDStartSDK( 
	cdVersionInfo*	pVersion,
	cdUInt32		Option
);

cdCAPI CDFinishSDK();

cdCAPI CDGetSDKVersion(
	cdVersionInfo*	pVersion
);

cdCAPI CDGetFunctions (
	cdFunctions *	pFunctions
);
Could someone help me convert these to VFP Declarations? How do you know which dll to point them at?
James Harvey, MCP
Memphis Police Department
225 Channel Three DR
Memphis, TN 38103
901 577-1296
Next
Reply
Map
View

Click here to load this message in the networking platform