kwailo888 / AxolotlTestApp

9 stars 3 forks source link

myCurve dll problem #21

Closed kunalsmehtajobs closed 8 years ago

kunalsmehtajobs commented 8 years ago

Hi, As youu suggested, I tried to build myCurve.dll in 32/64 bits. It compiles in 32 bit target but, when I tried for 64 bits, it throws build error Severity Code Description Project File Line Suppression State Error C1083 Cannot open include file: 'pch.h': No such file or directory mycurve25519

Any idea?

Kunal

ibeae commented 8 years ago

im getting same error , code works fine on my local where I have VS 2015 installed and the latest c++ runtime is installed, but when I host it to Production environment, and a have installed vc++ runtimes i receive following error like this: eror2 but when change precompiled headers to Use(/Yu), then build getting error : eror1 Please guide me, thanks.... :)

kunalsmehtajobs commented 8 years ago

Hi, Please provide the steps if possible. I tried to build the specific target (x86) and deployed but that doesn't work. It seems like it works when we have Visual studio installed. Some of the dependencies are needed to load along with when we deploy on server(where we don't have visual studio). Please guide which are those.

Regards Kunal

kwailo888 commented 8 years ago

here's zip file containing the compiled versions in both 32bit and 64bit mycurve25519.zip

PriyankaIt commented 8 years ago

i want the dll compiled in .net frame work 4