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
07-07-2010
05:17 PM
- last edited on
06-27-2026
06:00 PM
by
Content Cleaner
Hi fjs695,
In order to remove that error you will need to include the oleaut32 library to your project using this KB [broken link removed], acording to the Availability of Interface to Win32 Application Programmatic Interface (API) Functions.
Thanks