Search found 89 matches: bwcc32

Return to advanced search

Copia bwcc32.dll a donde esté tu aplicación y añade este código a tu aplicación: ... local hBorland := LoadLibrary( "BWCC32.DLL" ) BWCCRegister( GetResources() ) ... ...
by Antonio Linares
Fri Feb 02, 2007 8:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: .RC me genera un error
Replies: 9
Views: 1896

NO FUNCIONA?

... //hFile := //#ifdef __CLIPPER__ // SET RESOURCES TO "ALTAS.DLL", "BWCC.DLL" //#else // local hDLL := LoadLibrary( "bwcc32.dll" ) //SET RESOURCES TO "ALTAS.DLL" // BWCCRegister( GetResources() ) // #endif USE COMPA NEW USE MARCAS NEW USE AUTOS INDEX ...
by AIDA
Sat Jan 13, 2007 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Como se meter un RC en un EXE
Replies: 5
Views: 2010

FOLDERS with RESOURCE FILE (Pelle C)

... Called from: subspro3.prg => MAIN(96) Please tell me what is missing? I see the bigfold sample has: local hBorl := LoadLibrary( "BWCC32.dll" ) BWCCRegister(GetResources()) So I tried putting that in the code, but it won't link: Unresolved External '_HB_FUN_BSCCREGISTER' ...
by Ollie
Wed Jan 03, 2007 5:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOLDERS with RESOURCE FILE (Pelle C)
Replies: 2
Views: 726

... put TCBrowse.ch AFTER filewin.ch Static MainWnd Function Main() Local hBWCC Set Date Format "dd/mm/yyyy" SET _3DLOOK ON hBWCC := LoadLibrary( "BWCC32.DLL" ) SET RESOURCES TO "TCBR32.DLL" // Our stored screens BWCCRegister( GetResources() ) DEFINE WINDOW MainWnd FROM 1, 1 TO 22, 75 ; TITLE "Test ...
by biro2000
Wed Nov 22, 2006 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VALID in ADD COLUMN don't work.
Replies: 4
Views: 1571

... Linux ya sea con el propio FiveWin o con otras GUIs para Linux como GTK. 8) Para los amantes de los contorles borland, tambien ofrece soprote a l BWCC32.DLL para controles de este tipo. Hay un demo de 30 dias en http://www.resource-builder.com
by R.F.
Sat Sep 23, 2006 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cual es el mejor editor de Recursos para 32 bits
Replies: 5
Views: 1735

Leer Librerias de 32bits

... Linking at RunTime! // Using Borland BWCC.DLL DLLs #include "FiveWin.ch" #ifdef __CLIPPER__ #define BORLAND "bwcc.dll" #else #define BORLAND "bwcc32.dll" #endif //----------------------------------------------------------------------------// function Main() BWCCMessageBox( 0, OemToAnsi( "Using ...
by martindelangel
Fri May 05, 2006 1:43 am
 
Forum: FiveWin for CA-Clipper
Topic: Leer Librerias de 32bits
Replies: 3
Views: 2739

Sigo empantanado

... Puse unas llamadas para el debugView para ver hasta donde llega pero comienzo teniendo que eliminar lineas como: // PUBLIC hBcc32 := LoadLibrary( "BWCC32.dll" ) // BWCCRegister( GetResources() ) para que continúe cargando pero a pesar de esto, fallece ahi nada mas sin aviso alguno, no entiendo ...
by TecniSoftware
Wed Mar 22, 2006 9:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xharbour 0.99.6 ¿ que versiones de FWH están soportadas ?
Replies: 23
Views: 7430

... por el error que estas mencionado, ademas que no son compatibles con temas XP. Si deseas seguir usadolos prueba haciendo: LoadLibrary("BWCC32.dLL") al principio de tu programa a ver si eso va. Como recomendacion, elmina todos los controles borland
by R.F.
Thu Feb 16, 2006 3:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RECURSOS DE BORLAND
Replies: 3
Views: 803

DLLs de recursos y de Borland

... sencilla cargar los recursos desde una dll propia del programa y la de borland (por ingorancia obvio). utilizo también la Dll de Borland (bwcc32) y seguí las instrucciones que aparecen en la documentacion de FWH sobre como hacer para que la cargue, pero me da error de no poder abrir la ...
by jose_murugosa
Fri Feb 10, 2006 12:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLLs de recursos y de Borland
Replies: 1
Views: 620

Re: Mouse behavior

... "FiveWin.ch" #include "report.ch" #include "folder.ch" #include "TCBrowse.ch" STATIC oWnd FUNCTION Main(InLinePass) LOCAL hBorland := loadlibrary("BWCC32.DLL") BWCCRegister(GetResources()) REQUEST DBFCDX DBSETDRIVER("DBFCDX") BWCCRegister(GetResources()) SET 3DLOOK ON // Open main window OpenMain() ...
by Vytas
Tue Feb 07, 2006 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: Mouse behavior
Replies: 4
Views: 1288

2 DLL files load is working

... BWCCRegister( GetResources() )) This code is working but can I do my case? //---------------// Function Main Public hResc hResc := LoadLibrary( "BWCC32.dll" ) // new fwh SET RESOURCES TO "EZ4SCR.DLL" // new fwh SET RESOURCES TO "EZ4.DLL" // new fwh BWCCRegister( GetResources() ) // new fwh ... ...
by dutch
Wed Nov 30, 2005 7:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I call external 2 DLL files in my prog?*Successful*
Replies: 13
Views: 3969

Dutch,

Maybe un 32 bits you have to FreeLibrary() the BWCC32.dll before registering it again. Please try it, thanks.
by Antonio Linares
Wed Nov 30, 2005 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I call external 2 DLL files in my prog?*Successful*
Replies: 13
Views: 3969

It doesn't work with the same code FW and FWH

... message on EntryScr procedure. ** Fivewin Error/3 Cannot Create Dialog ** //---------------// Function Main Public hResc hResc := LoadLibrary( "BWCC32.dll" ) // new fwh SET RESOURCES TO "EZ4SCR.DLL" // new fwh SET RESOURCES TO "EZ4.DLL" // new fwh BWCCRegister( GetResources() ) // new fwh ... ...
by dutch
Tue Nov 29, 2005 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I call external 2 DLL files in my prog?*Successful*
Replies: 13
Views: 3969

Dutch,

Are you using Borland controls in your resources ?

If yes then please read "Using Borland Custom Controls (Bwcc32.dll)" at http://www.fivetechsoft.com/english/fwh.html
by Antonio Linares
Mon Nov 28, 2005 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use 1 RC and 1 DLL file?
Replies: 2
Views: 974
Previous

Return to advanced search