[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ns] Problem-Making a new application



Hi,
I wrote a new application to run on top of UDP agent. have written the cc
and .h files, but when i do a make i get the following error

---------------------------------------------------------------

timeapp.o: In function `TimeAppClass::create(int, char const *const *)':
timeapp.o(.TimeAppClass::gnu.linkonce.t.create(int, char const *const
*)+0x14): undefined reference to `TimeApp::TimeApp(void)'
collect2: ld returned 1 exit status
make: *** [ns] Error 1
---------------------------------------------------------------

Where TimeApp is the name of the application class.

Help anyone.

Thanx
Rohan