importing dll functions im mt4

 

Does any one have a code in visual C++ (2008) on how to appropiate compile a dll function and then how to import it in mt4. I have no problem making dll functions that I test in console applications; but I cannot import them into mt4?

thnks in advance

 
See if this helps . . . http://www.metatrader.info/node/150 (found using Google)
 

Thanks. the problem was I was not exporting the names when making the dll project. when you write a ddll in visual c++ you also need to select export symbols. but for console applications you dont need too.

 
Glad you got it sorted and thanks for the update, might help someone else one day :-)
Reason: