Intel Atom Developer Program

Windows specific forum
jamirokwai
Enthusiast
Enthusiast
Posts: 798
Joined: Tue May 20, 2008 2:12 am
Location: Cologne, Germany
Contact:

Intel Atom Developer Program

Post 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 :)
Regards,
JamiroKwai
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Re: Intel Atom Developer Program

Post 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
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Re: Intel Atom Developer Program

Post by Trond »

Seems like you need to link with the standard C++ library.
jamirokwai
Enthusiast
Enthusiast
Posts: 798
Joined: Tue May 20, 2008 2:12 am
Location: Cologne, Germany
Contact:

Re: Intel Atom Developer Program

Post 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.
Regards,
JamiroKwai
jamirokwai
Enthusiast
Enthusiast
Posts: 798
Joined: Tue May 20, 2008 2:12 am
Location: Cologne, Germany
Contact:

Re: Intel Atom Developer Program

Post 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?!?
Regards,
JamiroKwai
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: Intel Atom Developer Program

Post by DoubleDutch »

I wouldn't mind getting this working too. Anything that help me sell my apps is good.
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Re: Intel Atom Developer Program

Post 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.
wahaneebelly
New User
New User
Posts: 2
Joined: Tue May 04, 2010 8:25 am

Re: Intel Atom Developer Program

Post 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.
Post Reply