Hi Dane,

Are you using the Crypto++ namespace? (the errors are usally a bit different).

The first think I would do is physically remove any of the old
library. (Burn it to a CD if it makes you feel better).

Then, I would rebuild CryptLib Test only, and get a little starter
project going - something that is trivial.

It definetly sounds like a path problem to me. Have you verified the
path to the Lib and Header files in VC8?

Jeff

On 12/12/06, Dane <[EMAIL PROTECTED]> wrote:
>
>
> Jeffrey Walton wrote:
> > Hi Dane,
> >
> > Are you using  the static version of the library, or linking to the DLL?
> >
> > > Is there some tool, that you can suggest, to "dump" the symbols in the
> > > library so I can see what is actually IN it
> > dumpbin /EXPORTS. It comes with Visual C++6.0 (and I imagine later).
> >
> > Did you rebuild the Library with VC8? (I ask because I am curious if
> > the name decoration algorithm changed).
> >
> > Jeff
>
> I am trying to link to the static version (cryptopp.lib), mostly
> because I am
> trying to build an app that is a DLL (a COM DLL at that). Everything
> I've
> seen seems to indicate that VC8 DOESN'T like linking a DLL into a DLL.
>
> Yes. I built the library wqith VC8. There has to be some compile option
> for
> the library, or link option for the application that I don't have,
> because I am
> ignorant of it being needed. The problem is, being ignorant of it, I
> have little
> possiblity just stumbling onto it.
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To post to this group, send email to [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cryptopp-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to