How do I pass a string to a DLL?

 
Hi,

I want to pass the following string to a DLL. The string is:

TB_PlaceOrder("" , "SELL", Lots1tb, "EURUSD", 0 , 0 , "MARKET", 0 , 0 , "", "Rod", "Hurricane", "Euro");

Firstly, can I pass a string to a DLL? Or does it have to be in the form of an array?

Thanks for help.

Regards

Rod
 
i've answered You already. see "Need some help on passing array to external DLL"
for string passing see function
string GetStringValue(string);


in the ExpertSample.dll sample
for call samples see ExportFunctions.mq4

Reason: