DCCoolBreeze
Programmer
I am new to ProC and rusty with C++ and so I have run into a problem. I am writing a program that uses c++, ProC and c modules. First, is this possible? I am getting the following error:
Undefined first referenced
symbol in file
bingo(...)
testapp.o
The ProC source is compiled to c++ and the source that holds the bingo code is c. Do I have to write bingo in c++...or is there a way to call c functions from cpp????
Undefined first referenced
symbol in file
bingo(...)
testapp.o
The ProC source is compiled to c++ and the source that holds the bingo code is c. Do I have to write bingo in c++...or is there a way to call c functions from cpp????