Error while run mxmlc - apache-flex

I installed java 1.7 in my machine,
Now I'm getting following error while compiling mxmlc command for adobe air application..
This application has failled to start bcoz MSVCR100.dill was not found.
Please advice me...

Problem solved, here are my steps:
1. Install newest JRE (JRE7 currently) with default install dir(C:\Program Files\Java)
2. Copy C:\Program Files\Java\jre7\bin\msvcr100.dll into system32 directory

Related

Installed Qt5.15 LTS (5.15.7), debug DLLs missing/not installed

I used the online installer to install Qt 5.15.7.
Running my application in Release mode from Qt Creator worked fine.
When I attempted to run it in Debug mode, I get the following System Error dialog:
I searched my bin directory (C:\Qt\5.15.7\mingw81_32\bin) for Qt5Cored.dll, but it's completely missing any and all DLL files:
Does anyone know where/how to install the debug dll files for Qt?
There is a chance that they are not available for non-commercial license, although if you have it just look for debug symbols in Qt installer as they might be distributed separatelly.

Building Alljoyn stack for win 10

Am trying to build alljoyn stack cloned from git in win10 using the procedure mentioned in alljoyn link
https://allseenalliance.org/framework/documentation/develop/building/windows
It starts throwing error for msajtransport.h. I downloaded from git and placed in working directory.
Then it threw error for missing msajapi.lib. I found that too placed in working directory. Still there are more errors.
Can anybody help me in this?
Install windows 10 SDK. Specifically 10.0.1.143930.0 version. I ran into the same problem, after installing that version of SDK, MSAJTransport.h could be found under "C:\Program Files (x86)\Windows Kits\10\Include\10.0.14393.0\um"

Can't Install QtMobility [Windows 64-bit]

I've downloaded and installed the QT SDK and downloaded the QT Mobility source.
Following the provided instructions, I navigated to my QtMobility directory via the Visual Studio Command Prompt (2010)... note, this is the QtMobility dir with the bin, plugins, examples, etc. folders.
D:\
cd D:\Files\Downloads\QtMobility
configure
Regardless of whether I gave configure a -prefix parameter or not, the following output was displayed:
Checking available Qt
4.8.2
Checking make
... Unknown target environment .
Cannot find 'nmake', 'mingw32-make' or 'make' in your PATH
Aborting.
Of course, I then went to see if my computer had nmake in its PATH: the directory is added as follows:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin
I went to CMD and typed in "nmake /?" to receive proper output.
What am I doing wrong? When I try to simply run nmake in the QTMobility directory, it displays:
NMAKE : fatal error U1064: MAKEFILE not found and no target specified
Stop.
Help, please! Thank you. :) I will continue attempting debugs on my own...
I suppose this is late but you could simply run the visual studio command prompt, as it has specific env. variables preset to find nmake, etc.

Windows7 can't find libqjson.dll to run my Qt application

I failed to run an Qt application compiled from QtCreator.
My windows7 notified: Can not find libqjson.dll on your computer to run this application.
What should I do with this problem?
As the error says, Windows cannot find this DLL so you need to put it in the same folder as your executable. More info there - http://qjson.sourceforge.net/get_it/windows.html

Error when executing step 'qmake' on Mac Os

I have just purchased a Macbook (yes I am a complete noob on Mac though I have some considerable experience with Linux) and I'm trying to build my Qt application on it. I have installed XCode and the Qt SDK but when I try to build my project on Qt Creator all I get is the following error during qmake:
Running build steps for project TimeTracker...
Starting: "/usr/bin/qmake" /Users/raphaelcruzeiro/Documents/Projects/Timely/Widget/TimeTracker/TimeTracker.pro -r -spec macx-g++
Failure to open file: /Developer/Applications/Qt/Makefile
Unable to generate makefile for: /Users/raphaelcruzeiro/Documents/Projects/Timely/Widget/TimeTracker/TimeTracker.pro
The process "/usr/bin/qmake" exited with code %2.
Error while building project TimeTracker (target: Desktop)
When executing build step 'qmake'
Any ideas on what is going on? /Developer/Applications/Qt/Makefile indeed does not exist.
EDIT:
Ok, I know what is going on but I don't know how to fix it. When I ran qmake from the terminal everything went just fine. I believe that Qt Creator is trying to build my application on the Qt directory itself and it does nt have permission for it (it shouldn't anyway).
How do I tell Qt Creator where to build my application? I didn't find it anywhere and setting the DESTDIR variable isn't helping.
THE SOLUTION:
Deleting the .pro.user file made Qt Creator build the application to the directory specified in DESTDIR
THE SOLUTION:
Deleting the .pro.user file made Qt Creator build the application to the directory specified in DESTDIR
I was battling with the same thing. What helped eventually was resetting the default build directory here:

Resources