Just wondering if others are seeing this when building for windows desktop(win32) in RhoMobile 5.0. I had Visual Basic 2008 SP1 installed, but installed 2012 trial for now with SP 4, along with QT 5.1.1 for MSVC 2012 after I was unsuccessful getting QT 5.1.1 to build for 2008 to use with that version.
When I go to build an existing project for win32 after updating the build.yml or create a new project from scratch and build, I am getting this error each time.
Tasks: TOP => device:win32:production => build:win32
(See full trace by running task with --trace)
**** WARNING ******************************************************************
*******************************
The following extensions do not have JavaScript API:
zlib
Use RMS 4.0 extensions to provide JavaScript API
*******************************************************************************
*******************************
I tried different versions of QT to see if that would help, but uncertain at this point. My QTDir path is set properly. Is there something else I need to do with QT to get this to work properly?
Thank you.
1 Replies
That's not an error. It's a warning that you can ignore. It's just saying that zlib does't have a Javascript interface.
If it did not build, then you have some real error that you are not showing us.