| View previous topic :: View next topic |
| Author |
Message |
Konval
Joined: 31 Jan 2011 Posts: 5
|
Posted: Mon Jan 31, 2011 6:00 pm Post subject: C++ files |
|
|
Hallo.
When I want to work in Visual Studio (C++ language), surely I need to import some libraries and header files.
In the c:\ForexTester2\Examples\Indicators\C++\ directory are:
IndicatorInterfaceUnit.h
and
TechnicalFunctions.h
1. Is it all I need to import?
2. How can I create a *.def file?
Thanks for any replies. |
|
| Back to top |
|
 |
Wessel
Joined: 12 Oct 2010 Posts: 57
|
|
| Back to top |
|
 |
KelvinHand
Joined: 02 Jan 2011 Posts: 90
|
Posted: Mon Apr 11, 2011 5:39 am Post subject: |
|
|
hi,
I had successfully compiled C++ code. I use throughout the projects
with the Default.Def
LIBRARY
EXPORTS
Init
Done
Calculate
ReplaceStr
IntrfProcsRec |
|
| Back to top |
|
 |
|