>>First, sorry for my english, i am argentinian
Your English is great -- no need to apologise for anything.
Did you define HAVE_STDINT_H somewhere ?
#include <stdio.h>
#include <stdlib.h>
#ifndef HAVE_STDINT_H // if not already defined, then we'll define the symbol here
#define HAVE_STDINT_H
#endif
#include <odbx.h>
int main(void) {
puts("Hello World!!");
return EXIT_SUCCESS;
}
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343