Which language to use to writ a dll?

 

I would like to write part of my program(ea or indicator) in a dll for security reasons

Which language to use?

 

Thanks 

 
thalassi:

I would like to write part of my program(ea or indicator) in a dll for security reasons

Which language to use?

Any language you like . . .  which compiler do you have ?
 
RaptorUK:
Any language you like . . .  which compiler do you have ?

I don't have any.

Can I dwnload it?

 
thalassi: Can I dwnload it?
If you have to ask that question, you shouldn't be anywhere near a dll's. Learn and code a working EA in mq4 first.
 
I prefer delphi as it is faster to create something useful.
 
It won't be "faster to create something useful," as every operation must be done in mq4, you still need to learn mq4 first.
 
WHRoeder:
It won't be "faster to create something useful," as every operation must be done in mq4, you still need to learn mq4 first.
Why do you say that I need to learn mq4 first?
 

Any idea about Code::Blocks? Shall I go ahead with this one?

 

Well, I started with Code::Blocks.

Any suggestions how to go about so as to create a dll to protect the date expiry in my expert advisor are welcome.

Thanks 

 
thalassi:

Any suggestions......................      how to  protect the date expiry in my expert advisor are welcome.

Thanks 

Protect Yourselves, Developers!
 
You can place main calculations into the dll in order to protect them. However dll is also not 100% secure as it can also be reversed. 
Reason: