 fjs695
		
			fjs695
		
		
		
		
		
		
		
		
	
			07-02-2010 10:22 AM
Hello:
I'm trying to read values from a variant. I have successfully pass it from variant to safearray. But when I use the SafeArrayAccessData (psa, (void **)&lArray); it give me the next error: undefined symbol '_SafeArrayAccessData@8' .
Thank you.
Francisco
 Ryan_T
		
			Ryan_T
		
		
		
		
		
		
		
		
	
			07-07-2010 05:17 PM
Hi fjs695,
In order to remove that error you will need to include the oleaut32 library to your project using this KB, acording to the Availability of Interface to Win32 Application Programmatic Interface (API) Functions.
Thanks