Ok. Clear, thanks.
2015-02-02 16:56 GMT+03:00 Christian Kandeler <
christian.kande...@theqtcompany.com>:
> On 02/01/2015 08:35 PM, Denis Shienkov wrote:
> > Ahhh... Seems, it works with "dynamiclibrary_copy" instead of
> > "dynamiclibrary_import ",
> > but I'm not sure that it is correctly..
>
>
On 02/01/2015 08:35 PM, Denis Shienkov wrote:
> Ahhh... Seems, it works with "dynamiclibrary_copy" instead of
> "dynamiclibrary_import ",
> but I'm not sure that it is correctly..
Yes, that's what we link against for gcc-like toolchains. It's a bit of
an implementation detail, though.
Christian
Ahhh... Seems, it works with "dynamiclibrary_copy" instead of
"dynamiclibrary_import ",
but I'm not sure that it is correctly..
01.02.2015 22:22, Denis Shienkov пишет:
Hi all.
I want to create a wrapper around of existing 3rd DLL on windows as a
separate product.
This solution works only wit
Hi all.
I want to create a wrapper around of existing 3rd DLL on windows as a
separate product.
This solution works only with the MSVC compiler, as says in here (in
previous thread):
http://lists.qt-project.org/pipermail/qbs/2014-May/000807.html
My current snippet:
= dllwrap.qbs =
importqb
Christian, many thanks for your help. :)
This code works:
DynamicLibrary {
name: "hasp_windows_88149"
Transformer {
Artifact {
fileName: product.targetName + ".dll"
fileTags: "dynamiclibrary"
}
Artifact {
fileName: pro
On 05/28/2014 11:59 AM, Denis Shienkov wrote:
> Christian,
>
> >So you want a kind of pseudo-product (or module, perhaps?) that acts as
> a wrapper around some existing binary?
>
> Yes, exactly.
>
> > In that case, couldn't you just
> create a Transformer that does nothing except specifying the a
Christian,
>So you want a kind of pseudo-product (or module, perhaps?) that acts as
a wrapper around some existing binary?
Yes, exactly.
> In that case, couldn't you just
create a Transformer that does nothing except specifying the artifact?
Does not work, a linker do not receive a name of libr
On 05/27/2014 07:49 PM, Denis Shienkov wrote:
> Christian,
>
> > Sorry, this is so weird I don't even know where to start.
>
> A problem is in that I too don't know where to start. :)
>
> > Perhaps you want cpp.dynamicLibraries?
>
> Yes, something like..
>
> I want to create a some Product1, whic
Christian,
> Sorry, this is so weird I don't even know where to start.
A problem is in that I too don't know where to start. :)
> Perhaps you want cpp.dynamicLibraries?
Yes, something like..
I want to create a some Product1, which can export a ready (source) of
linking (*.lib) and runtime (
On 05/27/2014 12:03 PM, Denis Shienkov wrote:
> Guys, can someone help me, please? :)
Sorry, this is so weird I don't even know where to start. The fact that
you add DLLs as source files takes me right out, for instance. Perhaps
you want cpp.dynamicLibraries? I can only guess.
Christian
__
Guys, can someone help me, please? :)
BR,
Denis
2014-05-26 12:48 GMT+04:00 Denis Shienkov :
> Hi guys..
>
> In my project I want linking with an third-party HASP libraries (as
> example).
>
> E.g. from the HASP I have an only one linking library (*.lib) and one
> runtime library (*.dll).
> How
Hi guys..
In my project I want linking with an third-party HASP libraries (as
example).
E.g. from the HASP I have an only one linking library (*.lib) and one
runtime library (*.dll).
How I can use those libraries to linking with them?
I tried to create for them a separate product:
import qbs.ba
12 matches
Mail list logo