Hey, I'm trying to port a rather large and cumbersome app over to Qt4 from Qt 3.3.3, and the qt3to4 tool (it's a VStudio project, so no .pro files) complains about how it can't find the header files that my project is using. Is that a problem?
Said missing files include stdio.h, windows.h, time.h, math.h, BCMM.h or something else.
qt3to4 -missingFileWarnings -I "C:\Programme\Microsoft Visual Studio .NET 2003\Vc7\include\" CochlearImplantExperiment_amt.cpp
So anybody got any examples as to how they use this thing? Are the header files really needed?
Said missing files include stdio.h, windows.h, time.h, math.h, BCMM.h or something else.
Of these I know some of them are inside the provided path:Warning: Unexpected end of source
Warning: Unexpected end of source
Warning: Could not find file string.h
Warning: Could not find file limits.h
Warning: Could not find file string
Warning: Could not find file stdio.h
Warning: Could not find file iterator
Warning: Could not find file list
Warning: Could not find file iterator
Warning: Could not find file map
Warning: Unexpected end of source
Warning: Could not find file string
Warning: Could not find file vector
Warning: Could not find file BCMM.h
Warning: Could not find file set
Warning: Could not find file windows.h
Warning: Could not find file windows.h
Warning: Could not find file MMSystem.
Warning: Could not find file BCMM.h
Warning: Unexpected end of source
Warning: Could not find file string
Warning: Could not find file assert.h
Warning: Could not find file stdio.h
Warning: Unexpected end of source
Warning: Could not find file BCMM.h
Warning: Unexpected end of source
Warning: Could not find file BCMM.h
Warning: Unexpected end of source
Warning: Could not find file BCMM.h
Warning: Unexpected end of source
Warning: Unexpected end of source
Warning: Could not find file windows.h
Warning: Could not find file MMSystem.
Warning: Could not find file BCMM.h
Warning: Could not find file BCMM.h
Warning: Unexpected end of source
Warning: Unexpected end of source
Warning: Could not find file windows.h
Warning: Unexpected end of source
Warning: Could not find file windows.h
Warning: Unexpected end of source
Warning: Could not find file windows.h
Warning: Unexpected end of source
Warning: Could not find file windows.h
Warning: Unexpected end of source
Warning: Could not find file windows.h
Warning: Unexpected end of source
Warning: Could not find file BCMM.h
Warning: Could not find file BCMM.h
Warning: Could not find file BCMM.h
Warning: Unexpected end of source
Warning: Could not find file BCMM.h
Warning: Could not find file vector
Warning: Could not find file BCMM.h
Warning: Could not find file vector
Warning: Could not find file BCMM.h
Warning: Could not find file BCMM.h
Warning: Unexpected end of source
Warning: Could not find file BCMM.h
Warning: Unexpected end of source
Warning: Could not find file BCMM.h
Warning: Could not find file BCMM.h
Warning: Could not find file assert.h
Warning: Could not find file stdlib.h
Warning: Could not find file time.h
Warning: Could not find file math.h
qt3to4 -missingFileWarnings -I "C:\Programme\Microsoft Visual Studio .NET 2003\Vc7\include\" CochlearImplantExperiment_amt.cpp
So anybody got any examples as to how they use this thing? Are the header files really needed?
Last edited: