• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

qt3to4 examples?

ritchan

Weaksauce
Joined
Nov 29, 2010
Messages
84
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.
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
Of these I know some of them are inside the provided path:

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:
Back
Top