Hi,

I am using Codewarroir 9.3.
I building an application using "PACE Native Object Stationery" wizard.

The wizard has generated the below code
//////
if (sysFtrNumProcessorIsARM(processor))
{
PnoDescriptor pno;
MemHandle mh = DmGetResource('ARMC', 1);
MemPtr pnoPtr = MemHandleLock(mh);
PnoLoad(&pno, pnoPtr); //application crashes at this  point
UInt32 result = PnoCall(&pno, 0);
PnoUnload(&pno);
MemHandleUnlock(mh);
DmReleaseResource(mh);
}
////////////

My application gets stuck when PnoLoad() is executed.

I have not a written a single line of code in the project that is created by 
wizard.

Waiting for your reply
Regards

-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to