I am using openwengo classic source code brunch 1.0 compiled with visual studio .NET 2003, QT 3.3.5 commercial and scons 0.96.1. I also got missing 'qaxcontainer.lib' and edit accordingly as discusss inthis link:

http://www.mail-archive.com/[email protected]/msg01652.html

The following is the source of gui\Sconscript of what I edited near line 310:

    wengophone_env.WengoLibAdd("qtmain")
    wengophone_env.WengoLibPathAdd("plugins/wenbox")
    wengophone_env.WengoLibAddMultiple(["vfw32", "YLTELBOX", "user32",
                "gdi32", "shell32", "advapi32", "winmm", "ws2_32",
                "wininet", "urlmon", "shlwapi", "ole32",
                "oleaut32", "qtmain"])

Did some compilation and got this error instead:

uic_HomePageWidgetForm.obj : error LNK2019: unresolved external symbol
uic_SearchPageWidgetForm.obj : error LNK2019: unresolved external symbol
HomePageWidget.obj : error LNK2019: unresolved external symbol

More detail version can be found here:
http://www.deadbeefbabe.org/paste/1392

Am I doing something wrong here? Or should I be looking for 'qaxcontainer.lib' to add in my QT directory? Hopefully, someone could give me some guidiance.

PS: I can't compile openwengo classic with the opensource version of QT due to missing of serveral QT files during compilation. Which version of opensource QT download from which website is able to compile openwengo classic brunch 1.0?
_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to