Page 1 of 1

Error 1 error C1021: invalid preprocessor command 'property'

Posted: Fri Jul 01, 2016 6:09 pm
by Jeronimo
I have the Ebuider software , i create a indicator code with it. Now i need to compile the code to a dll format and to able to install the costume indicator to Forex tester. But i have problem with the code can sombody help mi with this isseu Visual studio give mi this error
Error 1 error C1021: invalid preprocessor command 'property' 2 IntelliSense: unrecognized preprocessing directive and so one

#property copyright "Created with EABuilder.com"
#property link "http://eabuilder.com"
#property version "1.00"
#property description ""

#include <stdlib.mqh>
#include <stderror.mqh>

//--- indicator settings
#property indicator_chart_window
#property indicator_buffers 3

#property indicator_type1 DRAW_ARROW
#property indicator_width1 3
#property indicator_color1 0x00FF2B
#property indicator_label1 "Buy/Call/Up"

#property indicator_type2 DRAW_ARROW
#property indicator_width2 3
#property indicator_color2 0x0000FF
#property indicator_label2 "Sell/Put/Down"

#property indicator_type3 DRAW_ARROW
#property indicator_width3 4
#property indicator_color3 0x0091FF
#property indicator_label3 "Winner!"

Error1error C1021 invalid preprocessor command property

Posted: Sat Mar 03, 2018 5:32 am
by Richardsig
I get error 404 when I try to get the text message content using VsimGetSMS. Can anyone help with this?