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 » Look and Chameleon Technology » RichEdit crashes with BlueBar
icon9.gif  RichEdit crashes with BlueBar [message #25400] Mon, 22 February 2010 07:28 Go to previous message
tudorache.vlad is currently offline  tudorache.vlad
Messages: 2
Registered: February 2010
Location: Romania
Junior Member
Hello!

I'm new to U++ development; I admit this is a great tool, but I have a problem: compiling the BlueBar example, with either Windows SDK (for Vista - MSC8, or Win7 - MSC9) or MinGW (gcc 3.4.5 or 4.4.0) goes fine; running the program gives crash when clicking any of the toolbar's buttons (list, superscript, etc). The debugger finds the error in Callback.cpp which is:

#include "Core.h"

NAMESPACE_UPP

//#BLITZ_APPROVE
#define CPP_PART__
#include "Cbgen.h"

void Callback::Execute() const
{
if(action) action->Execute();
}

bool Gate::Execute() const
{
return (void *)action == (void *)1 ? true : action ? action->Execute() : false;
}

END_UPP_NAMESPACE

What is the problem? The source code is unmodified. U++ version 1952. I'd like to know how to solve this, i need it for a project.

Vlad
 
Read Message icon9.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Skinning Scrollbar thumb
Next Topic: Manual for custom Chameleonized Ctrls
Goto Forum:
  


Current Time: Mon Apr 29 00:11:59 CEST 2024

Total time taken to generate the page: 0.04180 seconds