0

HI guys,
I am wondering how to link openssl libraries in slickedit. I have tried various options but no joy. If i run program containing openssl code from command prompt it runs fine which shows libraries are okay but I dont know how to link in slickedit.

samprat
  • 2,150
  • 8
  • 39
  • 73

1 Answers1

0

link? what's your meaning of link? When build a program? Maybe, you need set the "Project Properties dialog" correctly when you setup a slickedit managed project, or setup your own makefile and add it into slickedit.

BTW, your will get a better answer, when you throw the question to slickedit community. It is a real sense of community, your will love it when you have slickedit problems.

HaveF
  • 2,995
  • 2
  • 26
  • 36
  • Thats done. I have copied crypto.a and ssl.a into lib folder of project and added -lcrypto -lssl in make file and its done. – samprat Apr 08 '11 at 14:02