Hi!

I found a nice c++ GUI library - sword. It is from 1996 and seems to be like Turbo Vision (TUI).

It is for Turbo C (real mode) and DJGPP. I want to update the library, so that is is compatible with the latest DJGPP (gcc/g++) version.

After many hours searching, i can compile the library now. But if i want to use it in some sample programs, i get errors. One type of them are (2 types seems to be), because of the new GRX library, but other ... i don't know, what it could be:

Sample:

../../lib/djgpp.v2/libSWORD.a(spy.o):spy.cc:(.text+0x120): undefined reference t
o `operator new[](unsigned long)'
../../lib/djgpp.v2/libSWORD.a(spy.o):spy.cc:(.text+0x18c): undefined reference t
o `operator delete(void*)'
../../lib/djgpp.v2/libSWORD.a(spy.o):spy.cc:(.text+0x2f6): undefined reference t
o `operator new[](unsigned long)'
../../lib/djgpp.v2/libSWORD.a(spy.o):spy.cc:(.text+0x432): undefined reference t
o `operator delete(void*)'


Maybe someone has an idea? If yes, please contact me privat.

Thanks, Flo
--
Unofficial Dr-DOS page  <http://www.drdos.org>


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to