I cannot reproduce this problem.
Which version did you install? 5.12, 5.13 ?
Did you install from source or take the binaries?
Rene Brun
Weijun Guo wrote:
> Greetings,
>
> I installed Visual Studio .NET 2003, then I instaled
ROOT (.Net
> version). Added those lib and include diretories in
the environmental
> variables.
>
> Tried to ".L clib.cxx+", it reported the
following warnings:
>
> >
> >Info in <TWinNTSystem::ACLiC>: creating
shared library
> e:\coding\root\clib\clib_cxx.dll
> >22656130_cint.cxx
> >s2eo_.cxx
> >s2eo_.obj : warning LNK4044: unrecognized option
> "alternatename:__imp_??$?6U?$char_traits D std  st
> >d YAAAV?$basic_ostream DU?$char_traits D std  0 AAV10 PBD Z=__imp_??6std YAAAV?$basic_ostream DU
> <mailto:d YAAAV?$basic_ostream DU?$char_traits D std  0 AAV10 PBD Z=__imp_??6std YAAAV?$basic_ostream DU>?
> >$char_traits D std  0 AAV10 PBD Z
> <mailto:$char_traits D std  0 AAV10 PBD Z>"; ignored
> > Creating library
e:\coding\root\clib\clib_cxx.lib and object
> e:\coding\root\clib\clib_cxx.exp
> >s2eo_.obj : warning LNK4044: unrecognized option
> "alternatename:__imp_??$?6U?$char_traits D std  st
> >
> d YAAAV?$basic_ostream DU?$char_traits D std  0 AAV10 PBD Z=__imp_??6std YAAAV?$basic_ostream DU
> <mailto:d YAAAV?$basic_ostream DU?$char_traits D std  0 AAV10 PBD Z=__imp_??6std YAAAV?$basic_ostream DU>?
> >$char_traits D std  0 AAV10 PBD Z
> <mailto:$char_traits D std  0 AAV10 PBD Z>"; ignored
> >
>
> But it seems the clib_cxx.dll can be loaded with no
problem. I
> appreciate your suggestions if this indicates a problem
on my system
> configuration.
>
> Thanks,
>
> Weijun
>
>
>
>
------------------------------------------------------------
------------
>
> #include "clib.h"
>
> void printstr()
> {
> cout << "clib: test for compiling a DLL
with makecint for pure c code..." << endl;
> }
>
>
------------------------------------------------------------
------------
>
> #include <iostream>
>
> void printstr();
>
|