List Info

Thread: Ixxx.lib vs xxx.lib




Ixxx.lib vs xxx.lib
user name
2007-09-07 11:10:14
HI
I was need do make some changes in OO  bootstrap
functionality. 
So adding new function to bootstrap.cxx/hxx, I discover,
that I have to link
to cpphelper.lib, which is in solver/slb/ directory, instead
of
iccpuhelper.lib to make my application linked. 
What the difference between those to libraries:
icppuhelper.lib and
cppuhelper.lib ? Or more general
between ixxx.lib and xxx.lib from slb directory in OO?



Karen



-- 
View this message in context: http://www.nabble.com/Ixxx.lib-vs-xxx.lib-tf44
02154.html#a12558351
Sent from the openoffice - api dev mailing list archive at
Nabble.com.

------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribeapi.openoffice.org
For additional commands, e-mail: dev-helpapi.openoffice.org


Re: Ixxx.lib vs xxx.lib
user name
2007-09-11 04:29:35
As far as I understand, icppuhelper.lib does not contain
bootstrap
functionality, when which lib does contain it? 

Stephan Bergmann wrote:
> 
> Karena wrote:
>> HI
>> I was need do make some changes in OO  bootstrap
functionality. 
>> So adding new function to bootstrap.cxx/hxx, I
discover, that I have to
>> link
>> to cpphelper.lib, which is in solver/slb/
directory, instead of
>> iccpuhelper.lib to make my application linked. 
>> What the difference between those to libraries:
icppuhelper.lib and
>> cppuhelper.lib ? Or more general
>> between ixxx.lib and xxx.lib from slb directory in
OO?
> 
> There is no consistent naming scheme.  Which lib to
link against is 
> controlled by macros like CPPUHELPERLIB in
solenv/inc/libs.mk.
> 
> -Stephan
> 
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: dev-unsubscribeapi.openoffice.org
> For additional commands, e-mail: dev-helpapi.openoffice.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Ixxx.lib-vs-xxx.lib-tf44
02154.html#a12611021
Sent from the openoffice - api dev mailing list archive at
Nabble.com.

------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribeapi.openoffice.org
For additional commands, e-mail: dev-helpapi.openoffice.org


Re: Ixxx.lib vs xxx.lib
user name
2007-09-11 08:33:08
Karena wrote:
> As far as I understand, icppuhelper.lib does not
contain bootstrap
> functionality, when which lib does contain it? 

Sorry, I do not know what "bootstrap
functionality" you mean.  Which 
"bootstrap.cxx/hxx" exactly are you talking
about?

-Stephan

> Stephan Bergmann wrote:
>> Karena wrote:
>>> HI
>>> I was need do make some changes in OO 
bootstrap functionality. 
>>> So adding new function to bootstrap.cxx/hxx, I
discover, that I have to
>>> link
>>> to cpphelper.lib, which is in solver/slb/
directory, instead of
>>> iccpuhelper.lib to make my application linked.

>>> What the difference between those to libraries:
icppuhelper.lib and
>>> cppuhelper.lib ? Or more general
>>> between ixxx.lib and xxx.lib from slb directory
in OO?
>> There is no consistent naming scheme.  Which lib to
link against is 
>> controlled by macros like CPPUHELPERLIB in
solenv/inc/libs.mk.
>>
>> -Stephan

------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribeapi.openoffice.org
For additional commands, e-mail: dev-helpapi.openoffice.org


Re: Ixxx.lib vs xxx.lib
user name
2007-09-11 09:23:46
I talk about cppuhelper/source/bootstrap.cxx , which is
contain main code for
the OO initialization.

Stephan Bergmann wrote:
> 
> Karena wrote:
>> As far as I understand, icppuhelper.lib does not
contain bootstrap
>> functionality, when which lib does contain it? 
> 
> Sorry, I do not know what "bootstrap
functionality" you mean.  Which 
> "bootstrap.cxx/hxx" exactly are you talking
about?
> 
> -Stephan
> 
>> Stephan Bergmann wrote:
>>> Karena wrote:
>>>> HI
>>>> I was need do make some changes in OO 
bootstrap functionality. 
>>>> So adding new function to
bootstrap.cxx/hxx, I discover, that I have to
>>>> link
>>>> to cpphelper.lib, which is in solver/slb/
directory, instead of
>>>> iccpuhelper.lib to make my application
linked. 
>>>> What the difference between those to
libraries: icppuhelper.lib and
>>>> cppuhelper.lib ? Or more general
>>>> between ixxx.lib and xxx.lib from slb
directory in OO?
>>> There is no consistent naming scheme.  Which
lib to link against is 
>>> controlled by macros like CPPUHELPERLIB in
solenv/inc/libs.mk.
>>>
>>> -Stephan
> 
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: dev-unsubscribeapi.openoffice.org
> For additional commands, e-mail: dev-helpapi.openoffice.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Ixxx.lib-vs-xxx.lib-tf44
02154.html#a12615960
Sent from the openoffice - api dev mailing list archive at
Nabble.com.

------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribeapi.openoffice.org
For additional commands, e-mail: dev-helpapi.openoffice.org


Re: Ixxx.lib vs xxx.lib
user name
2007-09-11 09:33:36
Karena wrote:
> I talk about cppuhelper/source/bootstrap.cxx , which is
contain main code for
> the OO initialization.

And which symbols are missing from 
cppuhelper/source/msvc_win32_intel.map:1.18?

Confused,
-Stephan

> Stephan Bergmann wrote:
>> Karena wrote:
>>> As far as I understand, icppuhelper.lib does
not contain bootstrap
>>> functionality, when which lib does contain it?

>> Sorry, I do not know what "bootstrap
functionality" you mean.  Which 
>> "bootstrap.cxx/hxx" exactly are you
talking about?
>>
>> -Stephan
>>
>>> Stephan Bergmann wrote:
>>>> Karena wrote:
>>>>> HI
>>>>> I was need do make some changes in OO 
bootstrap functionality. 
>>>>> So adding new function to
bootstrap.cxx/hxx, I discover, that I have to
>>>>> link
>>>>> to cpphelper.lib, which is in
solver/slb/ directory, instead of
>>>>> iccpuhelper.lib to make my application
linked. 
>>>>> What the difference between those to
libraries: icppuhelper.lib and
>>>>> cppuhelper.lib ? Or more general
>>>>> between ixxx.lib and xxx.lib from slb
directory in OO?
>>>> There is no consistent naming scheme. 
Which lib to link against is 
>>>> controlled by macros like CPPUHELPERLIB in
solenv/inc/libs.mk.
>>>>
>>>> -Stephan

------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribeapi.openoffice.org
For additional commands, e-mail: dev-helpapi.openoffice.org


Re: Ixxx.lib vs xxx.lib
user name
2007-09-11 09:42:00
The newly added function.
I have add deboostrap stuff, which kill soffice project,
when it is not
neccesary, and that new function missed from both from
icppuhelpe.lib and
cppuhelper/source/msvc_win32_intel.map:1.18 files.
Karen

Stephan Bergmann wrote:
> 
> Karena wrote:
>> I talk about cppuhelper/source/bootstrap.cxx ,
which is contain main code
>> for
>> the OO initialization.
> 
> And which symbols are missing from 
> cppuhelper/source/msvc_win32_intel.map:1.18?
> 
> Confused,
> -Stephan
> 
>> Stephan Bergmann wrote:
>>> Karena wrote:
>>>> As far as I understand, icppuhelper.lib
does not contain bootstrap
>>>> functionality, when which lib does contain
it? 
>>> Sorry, I do not know what "bootstrap
functionality" you mean.  Which 
>>> "bootstrap.cxx/hxx" exactly are you
talking about?
>>>
>>> -Stephan
>>>
>>>> Stephan Bergmann wrote:
>>>>> Karena wrote:
>>>>>> HI
>>>>>> I was need do make some changes in
OO  bootstrap functionality. 
>>>>>> So adding new function to
bootstrap.cxx/hxx, I discover, that I have
>>>>>> to
>>>>>> link
>>>>>> to cpphelper.lib, which is in
solver/slb/ directory, instead of
>>>>>> iccpuhelper.lib to make my
application linked. 
>>>>>> What the difference between those
to libraries: icppuhelper.lib and
>>>>>> cppuhelper.lib ? Or more general
>>>>>> between ixxx.lib and xxx.lib from
slb directory in OO?
>>>>> There is no consistent naming scheme. 
Which lib to link against is 
>>>>> controlled by macros like CPPUHELPERLIB
in solenv/inc/libs.mk.
>>>>>
>>>>> -Stephan
> 
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: dev-unsubscribeapi.openoffice.org
> For additional commands, e-mail: dev-helpapi.openoffice.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Ixxx.lib-vs-xxx.lib-tf44
02154.html#a12616343
Sent from the openoffice - api dev mailing list archive at
Nabble.com.

------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribeapi.openoffice.org
For additional commands, e-mail: dev-helpapi.openoffice.org


Re: Ixxx.lib vs xxx.lib
user name
2007-09-11 09:51:44
Karena wrote:
> The newly added function.
> I have add deboostrap stuff, which kill soffice
project, when it is not
> neccesary, and that new function missed from both from
icppuhelpe.lib and
> cppuhelper/source/msvc_win32_intel.map:1.18 files.
> Karen

Yes, sure.  The various cppuhelper/source/*.map files define
what 
symbols are exported from cppuhelper.  See 
<http://udk.openoffice.org/common/man/libraryversi
oning.html> and 
<http://udk.openoffice.org/common/man/apicppclasses.h
tml>.

-Stephan

------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribeapi.openoffice.org
For additional commands, e-mail: dev-helpapi.openoffice.org


Re: Ixxx.lib vs xxx.lib
user name
2007-09-11 10:06:09
Greate thanks, it working now.

Just copied link symbols from cppuhelper.lib (nm
cppuhelper.lib | grep <name
of function>) to cppuhelper/source/msvc_win32_intel.map
and rebuild all.



Stephan Bergmann wrote:
> 
> Karena wrote:
>> The newly added function.
>> I have add deboostrap stuff, which kill soffice
project, when it is not
>> neccesary, and that new function missed from both
from icppuhelpe.lib and
>> cppuhelper/source/msvc_win32_intel.map:1.18 files.
>> Karen
> 
> Yes, sure.  The various cppuhelper/source/*.map files
define what 
> symbols are exported from cppuhelper.  See 
> <http://udk.openoffice.org/common/man/libraryversi
oning.html> and 
> <http://udk.openoffice.org/common/man/apicppclasses.h
tml>.
> 
> -Stephan
> 
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: dev-unsubscribeapi.openoffice.org
> For additional commands, e-mail: dev-helpapi.openoffice.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Ixxx.lib-vs-xxx.lib-tf44
02154.html#a12616874
Sent from the openoffice - api dev mailing list archive at
Nabble.com.

------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribeapi.openoffice.org
For additional commands, e-mail: dev-helpapi.openoffice.org


[1-8]

about | contact  Other archives ( Real Estate discussion Medical topics )