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 » U++ Library support » U++ Widgets - General questions or Mixed problems » Incorrect header in ppm.h (Incorrect header in ppm.h (UPP 10722))
Incorrect header in ppm.h [message #47453] Wed, 18 January 2017 06:35 Go to next message
SergeA is currently offline  SergeA
Messages: 13
Registered: October 2015
Location: Ukraine
Promising Member
File: upp\uppsrc\plugin\ppm\ppm.h

Incorrect:
#ifndef _plugin_bmp_bmp_h_
#define _plugin_bmp_bmp_h_

..............


Correct:
#ifndef _plugin_ppm_ppm_h_
#define _plugin_ppm_ppm_h_

..............

[Updated on: Wed, 18 January 2017 06:37]

Report message to a moderator

Re: Incorrect header in ppm.h [message #47456 is a reply to message #47453] Wed, 18 January 2017 08:04 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Thanks again, good catch.
Previous Topic: How to block background redrawing in my own widget
Next Topic: FileSelPreview - No previews bmp files (UPP 10694, 64bit, GCC, C++11)
Goto Forum:
  


Current Time: Fri Mar 29 12:01:16 CET 2024

Total time taken to generate the page: 0.01166 seconds