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 » Coffee corner » deciding whether to use this or VC on windows
icon3.gif  Re: deciding whether to use this or VC on windows [message #10153 is a reply to message #10144] Fri, 22 June 2007 08:38 Go to previous messageGo to previous message
bonami is currently offline  bonami
Messages: 186
Registered: June 2007
Location: Beijing
Experienced Member
i'm creating my first GUI application but the project it created automatically is not so alike as the sample CompDir. how should i define my window?

#include "EZComm.h" //this is automatically created
EZComm::EZComm()
{
CtrlLayout(*this, "EZ Comm"); //i want a title so i added this
}

CompDir is
class DlgCompareDir : public WithCompareDirLayout<TopWindow> {
while mine is
class EZComm : public TopWindow {

If I leave it as is, I have trouble compiling. Only after I changed it to class EZComm : public WithEZCommLayout<TopWindow> { does it succeed.
why? must i look into the cdb file it generated to change this?
what are the steps to create a GUI program?

[Updated on: Fri, 22 June 2007 09:00]

Report message to a moderator

 
Read Message icon11.gif
Read Message
Read Message icon6.gif
Read Message
Read Message icon3.gif
Read Message
Read Message icon10.gif
Read Message
Read Message
Read Message
Previous Topic: release mode with mingw and msc8
Next Topic: Develop Proprietary application using UPP
Goto Forum:
  


Current Time: Tue May 14 11:26:33 CEST 2024

Total time taken to generate the page: 0.01204 seconds