Author Topic: Building a network using C++  (Read 14062 times)

Offline noel

  • Newbie
  • *
  • Posts: 10
    • View Profile
Building a network using C++
« on: February 14, 2011, 16:29:27 »

I am trying to build a BBN from C++; I am encountering the error below;


first defined here:  line 138, external location: src/OONexample.o:/home/iradukun/Documents/HAPI/HUGINAPI/src/OONexample.cpp   C/C++ Problem



Any help, please

Noel

Offline Frank Jensen

  • HUGIN Expert
  • Hero Member
  • *****
  • Posts: 576
    • View Profile
Re: Building a network using C++
« Reply #1 on: February 15, 2011, 18:59:04 »
Since I don't have the "OONexample.cpp" file, I can't say what the problem is.  Is this the complete output from the compiler concerning the error (I feel that there must be something more)?

Offline noel

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Building a network using C++
« Reply #2 on: February 15, 2011, 19:30:52 »
I have solved the problem, it was to do with the running configurations;

Thanks

Noel