Help rbdesigner error

Post Reply
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Help rbdesigner error

Post by Silvio.Falconi »

I wish try rbdesigner but I have this error

Code: Select all

Application
===========
   Path and name: C:\Work\Errori\rbdesign\rbdesign.Exe (32 bits)
   Size: 4,018,688 bytes
   Compiler version: Harbour 3.2.0dev (r1904111533)
   FiveWin  version: FWH 19.09
   C compiler version: Borland/Embarcadero C++ 7.0 (32-bit)
   Windows version: 6.2, Build 9200 

   Time from start: 0 hours 0 mins 34 secs 
   Error occurred at: 10/28/19, 18:31:20
   Error description: Error FiveWin/6  Cannot create window or control: 
Class: TSCINTILLA
Caption: 
System Error: Impossibile trovare la classe della finestra.


Stack Calls
===========
   Called from: .\source\classes\WINDOW.PRG => WNDCREATEERROR( 872 )
   Called from: .\source\classes\WINDOW.PRG => TSCINTILLA:CREATE( 855 )
   Called from: .\source\classes\SCINTILA.PRG => TSCINTILLA:NEW( 786 )
   Called from: .\source\function\MEMOEDIT.PRG => (b)SOURCEEDIT( 591 )
   Called from: .\source\classes\DIALOG.PRG => TDIALOG:INITIATE( 864 )
   Called from: .\source\classes\DIALOG.PRG => TDIALOG:ACTIVATE( 330 )
   Called from: .\source\function\MEMOEDIT.PRG => SOURCEEDIT( 591 )
   Called from: rbdesign.prg => (b)RIBBONBAROPTIONS( 113 )
   Called from: .\source\classes\MENU.PRG => TMENU:ACTIVATE( 1595 )
   Called from: rbdesign.prg => RIBBONBAROPTIONS( 128 )
   Called from: rbdesign.prg => (b)SETRIBBONEDITABLE( 38 )
   Called from: .\source\classes\WINDOW.PRG => TCONTROL:RBUTTONDOWN( 2150 )
   Called from: .\source\classes\TRIBBON.PRG => TRIBBONBAR:RBUTTONDOWN( 1538 )
   Called from:  => TWINDOW:HANDLEEVENT( 0 )
   Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1801 )
   Called from: .\source\classes\TRIBBON.PRG => TRIBBONBAR:HANDLEEVENT( 1192 )
   Called from: .\source\classes\WINDOW.PRG => _FWH( 3559 )
   Called from:  => WINRUN( 0 )
   Called from: .\source\classes\WINDOW.PRG => TWINDOW:ACTIVATE( 1097 )
   Called from: rbdesign.prg => MAIN( 26 )
 
I'm afraid the function ChangeStyle( oRBar, nStyle ) have an error because it set the style but then not refresh all the tab and all the control set on each tab
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Help rbdesigner error

Post by Antonio Linares »

Silvio,

Do you have the scintilla DLLs in the folder where you are building it ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply