Search found 89 matches: bwcc32

Return to advanced search

Re: COMPILAR CON XHARBOUR

... 16 a 32bits; los .rc los cree y, sigo creando con WorkShop Utilizando rc2dll32[.bat] genero la .dll desde el .rc y no necesito utilizar bwcc32.dll Creo que esto lo hago de puro nostáligo nomás, porque el concepto de crear una .dll con WS era que, luego, su mantenimiento nos independizaba ...
by MarioG
Mon Oct 19, 2009 12:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMPILAR CON XHARBOUR
Replies: 11
Views: 3566

COMPILAR CON XHARBOUR

... 8.02 y xHarbour, el problema estaba en las libreria de terceros, FILEXLS, SSAY las recompile y aleluya, genero un EXE, pero al parecer no abre la BWCC32.DLL, los dialogos los tengo en una .RC y al ejecutarse no abre ningun dialogo me da el siguiente error: Error FiveWin/3 Cannot create Dialog ...
by LuisPonce
Sun Oct 11, 2009 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMPILAR CON XHARBOUR
Replies: 11
Views: 3566

Re: UN ERROR RARO

... oSalir //==================== FUNCTION FISICO3() //==================== Local oDlg,oBrush,oInfobar Local oFont1,aStruct LoadLibrary("Bwcc32.dll") DBCLOSEALL() SYSREFRESH() SELECT A If Dlk_Abre("CONS_E",.F.) = .F. close data quit Endif SET INDEX TO CONS_E Go Top SELECT ...
by Ramon Paredes
Sat Oct 03, 2009 6:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: UN ERROR RARO (SOLUCIONADO)
Replies: 4
Views: 2501

Re: fwh\samples\RE.prg - FiveWin Resources Editor underrated

... function Main()    local oBar, oMenuNew    local hBorland := LoadLibrary( "BWCC32.dll" )    BWCCRegister( GetResources() )    DEFINE WINDOW oWnd FROM 3, 6 TO 20, 70 ;       TITLE FWVERSION + " Resources Editor" ...
by Otto
Sun Aug 30, 2009 6:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh\samples\RE.prg - FiveWin Resources Editor underrated
Replies: 38
Views: 11989

Por que no me genera el archivo *.c (Solucionado)

... "Report.ch" //====================== FUNCTION EXPED1() //====================== Local oDlg,oBrush,oFont1 Local oLbx LoadLibrary("BWCC32.DLL") USE "MAESTRO" NEW SHARED ALIAS MAE11 VIA "SQLRDD" SELECT MAE11 DEFINE DIALOG oDlg RESOURCE 4 REDEFINE LISTBOX ...
by Ramon Paredes
Wed Aug 05, 2009 2:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por que no me genera el archivo *.c (Solucionado)
Replies: 3
Views: 1031

Re: PARA ANTONIO LINARES MISMA VERSION

... Function Principal() Local oIcono, oBrush, oBmp, oBmp1, oBarraBotones, oVer, oWebserver LOCAL oImageList local hdll:=loadlibrary("BWCC32.dll") bwccregister(getresources()) /* PUBLIC PATRES:="c:\avio\AVIORES" PUBLIC PATPTA:="c:\avio\AVIOPTAS" PUBLIC PATCTA:="c:\avio\CTALIQ" ...
by JOSEMAR
Tue Jul 21, 2009 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PARA ANTONIO LINARES MISMA VERSION
Replies: 8
Views: 2378

Re: Conversion of Buttons to 32 Bit

... seems as you are using Borland buttons in your dialogs. If yes, then you need to add this code in your app: Local hDLL := LoadLibrary( "bwcc32.dll" ) BWCCRegister( GetResources() ) ...your code...FreeLibrary( hDLL )   and also add this function declaration ...
by Antonio Linares
Sun Jun 14, 2009 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion of Buttons to 32 Bit
Replies: 9
Views: 1489

... 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 Bitmap, pero al redefinirlo lo haces ...
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: 5569

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 como Icon, o ...
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: 5569

En 32 bits has de cargar el soporte de controles de Borland así: local hDLL := LoadLibrary( "bwcc32.dll" ) SET RESOURCES TO "tus_recursos.DLL" BWCCRegister( GetResources() ) ... código de la aplicación DLL32 FUNCTION BWCCRegister( hInst AS LONG ) AS WORD PASCAL LIB "BWCC32.DLL" ...
by Antonio Linares
Thu Oct 02, 2008 4:24 pm
 
Forum: FiveWin para CA-Clipper
Topic: error
Replies: 2
Views: 683

Ese ejemplo usa controles de Borland, por lo que al probarlo en 32 bits con FWH, es preciso cambiar la forma en que se carga BWCC32.DLL.
by Antonio Linares
Thu Oct 02, 2008 4:23 pm
 
Forum: FiveWin para CA-Clipper
Topic: error
Replies: 2
Views: 683

Que pasa si no uso BWCCREGISTER Me da error

... al usar: Error: Unresolved external '_HB_FUN_BWCCREGISTER' referenced from C:\FUENTES32\GL\OBJ\GL.OBJ Asi lo uso: Local hDLL := LoadLibrary( "bwcc32.dll" ) BWCCRegister(GetResources()) Al salir del programa: FreeLibrary( hDLL ) Saludos y Gracias. Uso FWH 8.06 y cBuilder6 Ruben Fernandez. Nota: ...
by Ruben D. Fernandez
Thu Aug 28, 2008 4:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Que pasa si no uso BWCCREGISTER Me da error
Replies: 2
Views: 473

Ruben, > Local hDLL := LoadLibrary( "bwcc32.dll" ) BWCCRegister(GetResources()) // al final de tu applicación FreeLibrary( hDLL ) > Si, es necesario. Llamando a FreeLibrary() a la salida de tu aplicación. > Ademas oActivex:Do("Stop") ...
by Antonio Linares
Thu Aug 28, 2008 6:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Es necesario ? hDLL := LoadLibrary( "bwcc32.dll" )
Replies: 2
Views: 576

Es necesario ? hDLL := LoadLibrary( "bwcc32.dll" )

Amigos:

Es necesario esto aún:

Local hDLL := LoadLibrary( "bwcc32.dll" )
BWCCRegister(GetResources())
FreeLibrary( hDLL )

Ademas oActivex:Do("Stop") no me funciona...

Saludos y gracias.

Ruben Fernandez.
Harbour 1.0 y FWH 8.06
by Ruben D. Fernandez
Thu Aug 28, 2008 5:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Es necesario ? hDLL := LoadLibrary( "bwcc32.dll" )
Replies: 2
Views: 576

... 2.5, FreeLibrary() 32 bits is properly working, so if you are using Borland controls, you will have to do a previous local hDLL := LoadLibrary( "bwcc32.dll" ) and a final FreeLibrary( hDLL ) besides the call to BWCCRegister() that keeps being required. > Ahora estoy yendo a la busqueda de ...
by Antonio Linares
Sat Aug 23, 2008 7:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antonio...Codigo que no funciona
Replies: 6
Views: 1604
PreviousNext

Return to advanced search