On Tue, May 09, 2006 at 10:19:39AM -0500, Bo Peng wrote:
> >> The .C and .c problem has been handled.
> >
> >So, is the problem with "undefined reference to vtable" solved?
> 
> Yes. scons scans .cpp (and .cxx etc) and included .h files for
> Q_OBJECT, and moc them if needed. It failed to moc .C files because it
> is .c under windows.  I have corrected the problem by manually moc the
> necessary files.

.C is _not_ .c under Windows. Although FAT and NTFS are case
insensitive, they are case preserving.

So unless you use VB 6 nothing will change file name case behind
your back.

Andre'

Reply via email to