today a guy from Intel called me to tell me about the Intel Atom Developer Program for which I registered.
I downloaded the libs, but can't figure out how to include them in PB. They say it's a cpp-DLL. The posting speaking of is here:
http://appdeveloper.intel.com/en-us/blo ... -app-store
My attempt was :
Code: Select all
ImportC "adpcore.lib"
ADP_Initialize()
EndImport
Debug ADP_Initialize()
I have absolutely no idea how to persuade PB to use this lib. Any ideas? I'd appreciate any hint




