How do you compile and/or add .h files to macros, i use VC6, got the whole macro cut/paste thing down, but i dunno where .h files go, or how to make them
i dont know, really, it says i need a .h file, so i need one. /shrug god, i thought i'd be flamed for asking for help (oh no, n00b has a question, beat his ass!)
Macros do not require .h files, actually macros dont require shit. They are a stand alone script. Macros are writen in MQ2 native language.
Plugins require .h and sometimes other files for compiling. Think of these as hard coded macros. Plugins are writen in C++ and must be compiled into a pluginname.DLL file.