Arm Community
Site
Search
User
Site
Search
User
Groups
Education Hub
Distinguished Ambassadors
Open Source Software and Platforms
Research Collaboration and Enablement
Forums
AI and ML forum
Architectures and Processors forum
Arm Development Platforms forum
Arm Development Studio forum
Arm Virtual Hardware forum
Automotive forum
Compilers and Libraries forum
Graphics, Gaming, and VR forum
High Performance Computing (HPC) forum
Infrastructure Solutions forum
Internet of Things (IoT) forum
Keil forum
Morello forum
Operating Systems forum
SoC Design and Simulation forum
SystemReady Forum
Blogs
AI and ML blog
Announcements
Architectures and Processors blog
Automotive blog
Graphics, Gaming, and VR blog
High Performance Computing (HPC) blog
Infrastructure Solutions blog
Internet of Things (IoT) blog
Operating Systems blog
SoC Design and Simulation blog
Tools, Software and IDEs blog
Support
Arm Support Services
Documentation
Downloads
Training
Arm Approved program
Arm Design Reviews
Community Help
More
Cancel
Support forums
Graphics, Gaming, and VR forum
Getting started with UI engine. error
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
136 subscribers
Views
4459 views
Users
0 members are here
Mali-GPU
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
Getting started with UI engine. error
Tonderai Ratisai
over 11 years ago
Note: This was originally posted on 23rd August 2012 at
http://forums.arm.com
Hi I am just getting started with UI engine and have some problems running examples.
This is the error I get.
Error 1 error C1083: Cannot open include file: 'mde/mde.h': No such file or directory C:\Users\Frazer2011\Documents\ARM Mali Developer Tools\Mali GPU UI Engine v2.3.1\tutorial_examples\06_drawing_a_triangle_the_hard_way\main.cpp 15 1 06 - Drawing a Triangle the Hard Way
Parents
Wasim Abbas
over 11 years ago
Note: This was originally posted on 24th August 2012 at
http://forums.arm.com
Hi Shonaboy,
Looking into the error message you posted, I assume you are using Windows with Visual Sutdio. I also assume you have installed UI Engine version 2.3.1.
When you install UI Engine in windows it creates an Environment variable called MALI_UI_ENGINE_ROOT. It then uses this environment variable to set the paths to the headers correctly. Please check if this environment variable is properly setup.
You can also manually add the path to the mde.h in your Visual studio project properties. Please add "your_ui_engine_path\mde_library\include" to the "Additional Include Directories" option in Visual Studio. In Visual Studio 2005/2008 its Project->Properties->C/C++->General->Additional Include Directories.
Cheers,
Wasim
Cancel
Up
0
Down
Cancel
Reply
Wasim Abbas
over 11 years ago
Note: This was originally posted on 24th August 2012 at
http://forums.arm.com
Hi Shonaboy,
Looking into the error message you posted, I assume you are using Windows with Visual Sutdio. I also assume you have installed UI Engine version 2.3.1.
When you install UI Engine in windows it creates an Environment variable called MALI_UI_ENGINE_ROOT. It then uses this environment variable to set the paths to the headers correctly. Please check if this environment variable is properly setup.
You can also manually add the path to the mde.h in your Visual studio project properties. Please add "your_ui_engine_path\mde_library\include" to the "Additional Include Directories" option in Visual Studio. In Visual Studio 2005/2008 its Project->Properties->C/C++->General->Additional Include Directories.
Cheers,
Wasim
Cancel
Up
0
Down
Cancel
Children
No data