Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hello World!
I develop a sychroneapplication for Wildfire 3.0.
Now I have structured my complete project with namespaces!
That works really fine with 32-bit! But now I compile and link my projekt with
Microsoft Platform SDK for Windows Server 2003 R2 to create a 64bit dll and nothing works.
Is there a compiler-switch or anything else that i can use the namespaces on 64bit?
Why doesn't that work?
Thanks, Lars
Hello,
@MARK: thanks for your answer!
My dll compiles successful. I do not have any errors or warnings!!!
Now I analysed my dll with the dependency walker.
I'm using the SAP library for Unicode librfc32u.lib (its a 64 bit library, but named with 32)
That lib uses the msvcr80.dll an it seems, that on is not 64bit.
The log of the Dependency Walker:
Hello,
I have solved the problem! It was a missing library!!
Including libsapucum.lib solved the problem!
Maybe this thread can help others.
Thanks!