Hi Paul!
You wrote:
RB> bl = new BINLOG[lc_num];
RB> delete[] bl;
PE> But that doesnt, the linker reports the following error message: -
PE> Error: Undefined symbol operator new[](unsigned int) in module ccc.cpp
PE> Error: Undefined symbol operator delete[](void far*) in module ccc.cpp
PE> I think its because ProBoard's SDK doesn't support these
PE> functions, do you know of any way around it?
These operators are part of "standard" C++. It sounds as if there is a C++
runtime library that you're not including when you link. Which
compiler/linker are you using? Which libraries are you linking in?
-Ron (ron-bass@ti.com)
--- EZPoint V2.2
---------------
* Origin: There's a point here, somewhere... (1:128/13.3)
|