Search found 43 matches: bwcc

Return to advanced search

Re: Fwh64 connect mysql problem

... I saw fwh64\dll DLLs suplied with FiveWin ========================= ==> For 16 bits only * ctl3d.dll Microsoft support for 3d look controls. * bwcc.dll Borland Windows Custom Controls * Screens.dll FiveWin empty DLL for storing resources * Infounz.dll Public domain UNZIP files management * ...
by richard-service
Sat Feb 02, 2019 1:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh64 connect mysql problem
Replies: 5
Views: 1137

Re: programa ejecutable EXE

... abiertos REQUEST DBFCDX RDDSETDEFAULT( "DBFCDX" ) //SET _3DLOOK ON SET 3DLOOK ON //SET RESOURCES TO "WBANKS.DLL", "BWCC.DLL" SET RESOURCES TO ".\System\FoScr001.Dll" hBorland := LoadLibrary( ".\System\BWCC32.DLL" ) // VENTANA PRINCIPAL -------------------------------------------------- ...
by edgar
Sat Nov 29, 2014 3:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: programa ejecutable EXE
Replies: 11
Views: 1756

ID en Pelles C Editor de Recursos.

... ningun link de descarga? Bueno como muchos aconsejais el Pelles C que usa recursos de 32 bits., he visto que en este editor no hace falta la BWCC.DLL que usaba el de Borland. Pero..¿El ID de los componentes donde esta? Disculpad mi torpeza. Gracias por vuestra ayuda.
by jvtecheto
Sat Mar 23, 2013 4:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ID en Pelles C Editor de Recursos.
Replies: 1
Views: 441

Re: demo browse

Bruce, If you are testing some examples that use BWCC.DLL please check that this code is used: LoadLibrary( "BWCC32.DLL" ) SET RESOURCES TO "example32.dll" BWCCRegister( GetResources() ) DLL32 FUNCTION BWCCRegister( hInst AS LONG ...
by Antonio Linares
Thu Jul 19, 2012 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: demo browse
Replies: 7
Views: 1513

Re: demo browse

... note, when trying to run the calendar menu selection in any of the demos, I get an error message " The application or DLL c:\fwh\Samples\BWCC.DLL is not a valid windows image. Please check this against your install disk " I checked and BWCC.DLL and BWCC32.DLL are in the c:\fwh\samples ...
by brewster
Thu Jul 19, 2012 3:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: demo browse
Replies: 7
Views: 1513

Sobre Recursos Borland

... recursos borland a 32bits... tomando en cuenta algunas consideraciones: 1. En el programa principal #ifdef __CLIPPER__ hBorland:=LoadLibrary("BWCC.DLL") RUTAR:=oRt:DLLPTH+"GESM0100.DLL" SET RESOURCES TO "&RUTAR." #else hBorland := LoadLibrary("BWCC32.DLL") ...
by mlayns
Tue Oct 20, 2009 5:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sobre Recursos Borland
Replies: 1
Views: 597

Re: Favor Ayuda

Alguna vez, me sucedió lo mismo con programas de 16b.
Prueba copiando la lib BWCC.DLL a BWCCESL.DLL
Saludos.
by FranciscoA
Thu Jul 30, 2009 12:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Favor Ayuda
Replies: 2
Views: 475

... usare una lupa ,, de todos modos Gracias les contare como va Lubin Hola: Creo que ese error proviene de utilizar un recurso Borland y la libreria BWCC.dll no ha sido cargada (16b) o BWCC32.dll (32b). Tambié se da cuando redefines incorrectamente el recurso. Ej: el recurso en la dll o rc es Tipo ...
by lubin
Sun Dec 07, 2008 3:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas con dialog con recurso workshop !!SOLUCIONADO
Replies: 20
Views: 5439

Hola: Creo que ese error proviene de utilizar un recurso Borland y la libreria BWCC.dll no ha sido cargada (16b) o BWCC32.dll (32b). Tambié se da cuando redefines incorrectamente el recurso. Ej: el recurso en la dll o rc es Tipo Bitmap, pero al redefinirlo lo haces ...
by FranciscoA
Sun Dec 07, 2008 3:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas con dialog con recurso workshop !!SOLUCIONADO
Replies: 20
Views: 5439

... PUBLIC mmUsuario,mmInicial,mmNombre,mmAcceso,mmUltimo,mmModulo,mmIngreso,mmRegPss PUBLIC cImpNet,cImpLoc,cImpXls hBorland := LoadLibrary( "BWCC.DLL" ) // Loading Borland's dll SET RESOURCES TO "VT20998.dll" SET DATE GERMAN SET _3DLOOK ON RESTORE FROM HEADMAIN RESTORE FROM HEADIMPT ADDITIVE ...
by LuisPonce
Sat Sep 27, 2008 1:12 am
 
Forum: FiveWin para CA-Clipper
Topic: ARCHIVOS .MEM
Replies: 5
Views: 2720

Fivewin Classes

... when I try to load the program thought the network. What can be wrong? Try adding the following to your startup code: hBorland := LoadLibrary( "BWCC.DLL" ) and then: FreeLibrary( hBorland ) in your exit code. Someone in this NG has figured out how to run controls from resources without requiring ...
by Antonio Linares
Wed Aug 27, 2008 7:44 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 78942

Browsing generally

... idea, #include 'FiveWin.ch' #include 'set.ch' #include 'cmx52.ch' Static oDlg, oBrw1, oBrw2 *------------------* Procedure Main SET RESOURCES TO "BWCC.DLL" SET RESOURCES TO "FWDBG.DLL" SET RESOURCES TO "TEST2.DLL" DBUSEAREA(.T.,,'CCRTRN','TRN',.T.) TRN->(OrdSetFoCus(1)) MsgInfo(OrdKey()) MsgInfo(OrdName()) ...
by Antonio Linares
Wed Aug 27, 2008 7:35 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 78942

Advantage DS

... Control without Fivewin/3 error? because i made a little aplication, and this crash when reopen some dialog with Borland Control , I renamed the Bwcc.dll to miBwcc.dll and load in the begining of the main program, and free on then end, but this not work correctly (FiveWin/3 error). The strange ...
by Antonio Linares
Wed Aug 27, 2008 7:30 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 78942

Hola Amigos Armando: las únicas Bwcc que tengo son las de FW y Bcc55, las renombré y mi Exe sigue funcionando perfecto. estas dll no estan en la ruta del Path. José Murugosa: muchas gracias por tu explicación, la estaba necesitando y me gustaria ...
by jvargas
Sun Jun 03, 2007 1:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW en Win xp
Replies: 12
Views: 3553

99.9% que en tu máquina está accesible el BWCC.DLL o el BWCC32.DLL. Verificalo. Mucho antes yo tenia ese inconveniente hasta que por sugerencias del foro indicaban que se podría renombrar estas DLL con el nombre que quieras y que luego lo adicionas ...
by Armando Picon
Sat Jun 02, 2007 6:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW en Win xp
Replies: 12
Views: 3553
Next

Return to advanced search