9 years, 7 months ago.

'int32_t' could not be resolved

I exported my program to the lpcxpresso and i'm having errors on all the variables types, any guess?

typedef them yourself in a header file?

typedef long int int32_t;
typedef long unsigned int uint32_t;

etc...

posted by Andy A 07 Oct 2014

project > c/c++ index > Freshed all Files

solved the problem

posted by Andrea Campanella 07 Oct 2014
Be the first to answer this question.

Assigned to Andrea Campanella 9 years, 7 months ago.

This means that the question has been accepted and is being worked on.