Hi Jerry,
JC> bl = (BINLOG *)malloc(lc_num * sizeof(BINLOG));
This one works fine :)... but...
JC> bl = new BINLOG[lc_num];
JC> delete [] bl;
That doesn't work, the linker reports: -
Error: Undefined symbol operator new[](unsigned int) in module ccc.cpp
Error: Undefined symbol operator delete[](void far*) in module ccc.cpp
I think its because ProBoard's SDK doesn't support them functions. :( Have
you any idea on how to get round this?
Paul.
*** THE READER V4.50 [freeware]
--- FMail/Win32 1.22
---------------
* Origin: T H E S Y N E R G Y S Y S T E M (2:2502/27)
|