Compiling photon app with Codewarrior

I am trying to compile a Photon app with Codewarrior.
During linking, it find the manifest names as “undefined reference”.

What must be included in the project for it to properly include the manifest
names
and assocaited pointers?

mk

Why you would like to do that ?
The purpose of an Application Builder is to build an application
using ‘drag and drop’, in a convenient and productive way.

Would-it be an option to split your application into 2 parts,
one part handling the UI and built with PhAB, and the other
without any UI reference, this part built using CodeWarrior.

Anyway, FYI, nothing prevents to generate a Photon application
from CodeWarrior (and I have done that). You just have to copy
all relevant Photon headers and librarie on the windows machine.
And please note that this will be totally unssuported from QSSL.


Olivier

“Mike Konstan” <mk@telecast.dk> wrote in message
news:9db1fv$ih2$2@inn.qnx.com

I am trying to compile a Photon app with Codewarrior.
During linking, it find the manifest names as “undefined reference”.

What must be included in the project for it to properly include the
manifest
names
and assocaited pointers?

mk