|
|
Home » Community » Newbie corner » [SOLVED]Deleted layout controls still cause errors in compile. How? 8183 MinGW (Strange problems building a CodeProject U++ tutorial, MingW & Windows)
Re: Deleted layout controls still cause errors in compile. How? 8183 MinGW [message #44299 is a reply to message #44298] |
Sat, 21 February 2015 01:27   |
 |
Klugier
Messages: 1106 Registered: September 2012 Location: Poland, Kraków
|
Senior Contributor |
|
|
Hello,
It seems that Koldo is right. It should look like this (in your case, I don't know why you created this directory):
SimplyDemo.h
#ifndef _SimpleDemo_SimpleDemo_h
#define _SimpleDemo_SimpleDemo_h
#include <CtrlLib/CtrlLib.h>
NAMESPACE_UPP
#define LAYOUTFILE <newSimpleDemo/SimpleDemo/SimpleDemo.lay>
#include <CtrlCore/lay.h>
class SimpleDemo : public WithSimpleDemoLayout<TopWindow> {
void AddItem();
public:
typedef SimpleDemo CLASSNAME;
SimpleDemo();
};
END_UPP_NAMESPACE
#endif
Council for the future. You shouldn't put two directories in your project tree. It can led to problems.
So the tree should look like this:
- MyApps
- SimplyDemo
- SimpleDemo.h
- etc.
Insted of:
- MyApps
- SimplyDemo
- newSimpleDemo
- SimpleDemo.h
- etc.
Sincerely,
Klugier
U++ - one framework to rule them all.
[Updated on: Sat, 21 February 2015 01:27] Report message to a moderator
|
|
|
 |
|
[SOLVED]Deleted layout controls still cause errors in compile. How? 8183 MinGW
By: Edward on Thu, 19 February 2015 17:20
|
 |
|
Re: Deleted layout controls still cause errors in compile. How?
By: koldo on Fri, 20 February 2015 08:25
|
 |
|
Re: Deleted layout controls still cause errors in compile. How? 8183
By: Edward on Fri, 20 February 2015 15:28
|
 |
|
Re: Deleted layout controls still cause errors in compile. How? 8183
By: Klugier on Fri, 20 February 2015 18:02
|
 |
|
Re: Deleted layout controls still cause errors in compile. How? 8183 MinGW
By: Edward on Fri, 20 February 2015 18:13
|
 |
|
Re: Deleted layout controls still cause errors in compile. How? 8183 MinGW
By: Klugier on Fri, 20 February 2015 18:38
|
 |
|
Re: Deleted layout controls still cause errors in compile. How? 8183 MinGW
By: Edward on Fri, 20 February 2015 19:38
|
 |
|
Re: Deleted layout controls still cause errors in compile. How? 8183 MinGW
By: Klugier on Fri, 20 February 2015 21:22
|
 |
|
Re: Deleted layout controls still cause errors in compile. How? 8183 MinGW
By: koldo on Fri, 20 February 2015 22:24
|
 |
|
Re: Deleted layout controls still cause errors in compile. How? 8183 MinGW
By: Edward on Fri, 20 February 2015 22:43
|
 |
|
Re: Deleted layout controls still cause errors in compile. How? 8183 MinGW
By: koldo on Fri, 20 February 2015 23:41
|
 |
|
Re: Deleted layout controls still cause errors in compile. How? 8183 MinGW
By: Edward on Sat, 21 February 2015 00:41
|
 |
|
Re: Deleted layout controls still cause errors in compile. How? 8183 MinGW
By: koldo on Sat, 21 February 2015 00:51
|
 |
|
Re: Deleted layout controls still cause errors in compile. How? 8183 MinGW
By: Edward on Sat, 21 February 2015 01:19
|
 |
|
Re: Deleted layout controls still cause errors in compile. How? 8183 MinGW
By: Klugier on Sat, 21 February 2015 01:27
|
 |
|
Re: Deleted layout controls still cause errors in compile. How? 8183 MinGW
By: Edward on Sat, 21 February 2015 01:44
|
 |
|
Re: Deleted layout controls still cause errors in compile. How? 8183 MinGW
By: koldo on Sat, 21 February 2015 09:28
|
 |
|
Re: Deleted layout controls still cause errors in compile. How? 8183 MinGW
By: Edward on Sat, 21 February 2015 17:56
|
 |
|
Re: Deleted layout controls still cause errors in compile. How? 8183 MinGW
By: koldo on Sat, 21 February 2015 23:03
|
Goto Forum:
Current Time: Sun Aug 24 16:50:21 CEST 2025
Total time taken to generate the page: 0.04838 seconds
|
|
|