Hi Ozkan,
> What is your command line?
Thanks to your question, i just checked the command line,
and i figured that -lmpr wasn't here...
#pragma comment(lib, "mpr.lib") was instead in the C++
code itself...
Now, i'm reading that those #pragma comment lib are more
MSVC oriented. So i added -lmpr
On 5/15/12, MARTIN Pierre wrote:
> Dear list,
>
> i'm trying to make a set of patches for the Qt Installer Framework.
> i have corrected most of the errors i have found (But will request
> a few advices later about the win32 API offering functionA and
> functionW based on the charset). Right now,
Dear list,
i'm trying to make a set of patches for the Qt Installer Framework.
i have corrected most of the errors i have found (But will request
a few advices later about the win32 API offering functionA and
functionW based on the charset). Right now, the only thing i'm
working on is linking.
i