Page 1 of 1

Intel Atom Developer Program

Posted: Tue Feb 02, 2010 6:24 pm
by jamirokwai
Hi board,

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()
The PB-Linker throws about 5 Mio. error-messages at me about unresolved things... Looks like this:

Image

I have absolutely no idea how to persuade PB to use this lib. Any ideas? I'd appreciate any hint :)

Re: Intel Atom Developer Program

Posted: Wed Feb 03, 2010 7:38 pm
by Rook Zimbabwe
My POS software works on an ATOM based mini itx board with no magic library needed??? I am confused... this chip can run windows so why need a lib? :D

Re: Intel Atom Developer Program

Posted: Wed Feb 03, 2010 9:07 pm
by Trond
Seems like you need to link with the standard C++ library.

Re: Intel Atom Developer Program

Posted: Wed Feb 03, 2010 11:51 pm
by jamirokwai
Rook Zimbabwe wrote:My POS software works on an ATOM based mini itx board with no magic library needed??? I am confused... this chip can run windows so why need a lib? :D
Intel offers a SDK for your software to be sold in their to-be-opened-App-store. Basically it's a me-too-thing regarding iPhone-App-Store... but for Atoms. The reason is: get access to millions of potential customers by granting Intel 30% of the revenue. Until October is for free, so I'd like to test it.

Re: Intel Atom Developer Program

Posted: Wed Feb 03, 2010 11:54 pm
by jamirokwai
Trond wrote:Seems like you need to link with the standard C++ library.
That is, a std.lib or something? Where may I find this? Is it possible to do in PB, or do I need other Software?

---

My problem is: what should I do?
I am coding PB on Mac and recompiling under Windows.
So I've got absolutely no idea about C++ on Windows... :cry:

If someone could help me here, I will give the whole story back to the forum (when it's working...)
Maybe some other people like to sell via the Atom-App-Store?!?

Re: Intel Atom Developer Program

Posted: Mon Feb 15, 2010 5:44 pm
by DoubleDutch
I wouldn't mind getting this working too. Anything that help me sell my apps is good.

Re: Intel Atom Developer Program

Posted: Thu Feb 25, 2010 8:46 pm
by Trond
It would really depend on the compiler used. You need to link with the standard library from the same compiler (and same version) that created the lib file. Btw if it's really a dll you don't actually need the lib file.

Re: Intel Atom Developer Program

Posted: Tue May 04, 2010 8:43 am
by wahaneebelly
I am trying to integrate Intel atom developer SDK with my sample Mobile project.The program offers a streamlined and transparent process that will take the developer from application creation through testing and, finally, to the go-to-market stage.