Author Topic: How to copule Dysnomia Project  (Read 3169 times)

benoit345

  • Guest
How to copule Dysnomia Project
« on: March 05, 2008, 09:55:04 am »
Hi,

If I'am not on the right board, could you move my message.

I'm on Windows XP.

I try to compile Dysnomia Project : http://dysnomia-project.org/
Dysnomia need vxWidgets and curl (but it's only 4 files)

It works wxDEV-C++, but I can't use a gui debugger with wxDEV-C++.

So I try to compile with CodeBlocks
I have an exe, but when I execute, I have directly this message in a Windows Window:

"The entry point of function EVP_Cipher can't be find in the DLL libeay32.dll"  (Something like that, but in french)

So I don't know why it's work with wxDEV_C++, but not with CodeBlocks ?

Could you help me to find an issue ?

Thanks in advance.
B. 

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: How to copule Dysnomia Project
« Reply #1 on: March 05, 2008, 04:14:59 pm »
Could you help me to find an issue ?
One of the following options will work:
1.) place the DLL in a directory that is in the PATH (e.g. Windows\system32)
2.) add the path where the DLL is to the PATH
3.) place the DLL in the application folder (where your compiled exe is) and run the applciation from there.
4.) place the DLL in the folder you are running the application from (that's the folder that is *the active one* when you run your app)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ