 |
Wintempla is a Microsoft Visual
Studio 2010 template. It integrates with the Visual Studio IDE and
allows writing code in C++ similar to C#, Java or MFC. Wintempla is a set of classes
that encapsulates the Win32 API. The main files, Wintempla.h, Wintempla.cpp,
WintemplaWin.h and WintemplaWin.cpp, implement all of these classes. One advantage of Wintempla is that the programmer
has the option to use the native Win32 APIs or the Wintempla classes. Additionally, all Wintempla code can be inspected in order
to learn the dark secrets of Win32.
The templates include assistance for:
- SQL database applications
- Simulated annealing optimization
- Data visualization (bar plot, polar plot, x-y plot, 3D view, data histogram)
- Asynchronous module for Digital to Analog converters
- Asynchronous module for Analog to Digital converters
- Asynchronous module for serial ports
- OpenGL
- Multithread applications
- Document printing
- Microsoft Windows services
- GUI deployment
- Digital Signal Processing (FFT and Filtering)
- Common Object Model (COM)
- Compiling (Lexical Analysis, Compiler and Virtual Machine)
- Artificial Neural Networks
- Matrix operations
It is an excellent
tool for application development in engineering, business or for
research.
Download version 5.0 for Microsoft Visual Studio 2008
Download version 6.0 for Microsoft Visual Studio 2010
Download version 7.0 for Microsoft Visual Studio 2010
Wintempla Setup
- Download the Wintempla setup file.
- Save the file in your computer.
- Microsoft Visual Studio must be closed during the installation of Wintempla.
- In Microsoft Windows XP, double click the setup file to setup Wintempla. In
Microsoft Windows Vista or 7, right click with the mouse and execute the
installation file as Administrator.
- Open Microsoft Visual Studio, the Wintempla icon should appear under the Tools menu. If Wintempla does not appear perform the following steps, otherwise you are done
- Open Microsoft Visual Studio
- In the menu select: Tools > Customize...
- In Commands Tab: click the Add Command button
- In the categories: select AddIns (Complementos). Wintempla must appear in the list, if it does not, it means that the installation failed. Select Wintempla and press the OK button
- Press the Move Down button to move Wintempla to the right in the top toolbar of Microsoft Visual Studio. Press the Close button to close the dialog.
|