Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » Execute problems with Ultimate++ (errors with windef.h)
Execute problems with Ultimate++ [message #44761] Fri, 19 June 2015 12:15 Go to previous message
Modry_Oblak is currently offline  Modry_Oblak
Messages: 2
Registered: June 2015
Junior Member
I am new to Ultimate++ and new to programing in c++.
I use MS VS 2013 Community edition and U++ instalation from upp-win32-8227.

After complete instalation guide i copy code,

// -- example --     
    #include <iostream>
    
    int main(){
    
        char dummy;
        std::cerr << "Hello, platform! " << std::endl;
        std::cin >> dummy;
    }
// -- example --


but it throw me errors:
1. LINK warrning LNK4224 /INCREMENTAL:YES is no long supported; ignored
2. LINK: fatal error LNK1104: cannot open file 'uuid.lib'

Another and main problem is, i can not execute any example in U++. If i execute example i get error:

Filte: Core/Core.h | Line: 157 | Message: fatal error C1083: Cannot open include file: 'windef.h': No such file or directory
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: U++ as shared dll
Next Topic: How does one set the output for library files?
Goto Forum:
  


Current Time: Sat Apr 27 10:26:05 CEST 2024

Total time taken to generate the page: 0.04402 seconds