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)
Re: Execute problems with Ultimate++ [message #44762 is a reply to message #44761] Fri, 19 June 2015 12:59 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13976
Registered: November 2005
Ultimate Member
Modry_Oblak wrote on Fri, 19 June 2015 12:15
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


It looks like Windows SDK is not installed or configured proprely... Have you installed it? (Visual Studio Community Edition does not install that AFAIK)

Mirek
 
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: Thu May 09 20:20:29 CEST 2024

Total time taken to generate the page: 0.01653 seconds