Search found 39 matches: bwccregister

Return to advanced search

Re: ¿ Por usar BWCC32.DLL no funciona EXCEL en el Preview ?

Usas esto en tu MENU PRINCIPAL? Se no, no usas BORLAND.    LOCAL hBorland   hBorland := LoadLibrary('BWCC32.DLL')   BWCCRegister( GetResources() )//-----------------------------------------------------------------------------DLL32 FUNCTION BWCCRegister( hInst ...
by wyerco613
Wed Jun 26, 2019 10:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ Por usar BWCC32.DLL no funciona EXCEL en el Preview ?
Replies: 5
Views: 750

Enlazar pantalla con .rc sin dll en el exe

... quiero enlazar test.rc al exe sin la presencia del dll, es decir evitar poner en prg las lineas: SET RESOURCES TO cPathEXE+"\Test.dll" BWCCRegister( GetResources( ) ) al llamar a esta funcion se cuelga en esta linea y obviamente mi archivo test.rc si esta en la misma ubicacion que mi ...
by artu01
Fri Oct 21, 2016 3:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enlazar pantalla con .rc sin dll en el exe
Replies: 13
Views: 2364

Re: Errores al traspar proy. FWH pre-release a FWH actualizada

DLL32 FUNCTION BWCCRegister( hIns AS LONG ) AS WORD PASCAL LIB "BWCC32.DLL" Intenta con DLL32 FUNCTION BWCCRegister( hInst AS LONG ) AS WORD PASCAL LIB "BWCC32.DLL" OK, gracias. Parece que se ha resuelto esta ...
by mlolo
Thu Apr 03, 2014 10:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores al traspar proy. FWH pre-release a FWH actualizada
Replies: 10
Views: 1364

Re: Errores al traspar proy. FWH pre-release a FWH actualizada

DLL32 FUNCTION BWCCRegister( hIns AS LONG ) AS WORD PASCAL LIB "BWCC32.DLL"

Intenta con
DLL32 FUNCTION BWCCRegister( hInst AS LONG ) AS WORD PASCAL LIB "BWCC32.DLL"
by cnavarro
Wed Apr 02, 2014 6:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores al traspar proy. FWH pre-release a FWH actualizada
Replies: 10
Views: 1364

Re: Errores al traspar proy. FWH pre-release a FWH actualizada

... es porqué al compilar aparece este error: Error E0030 Syntax error "syntax error at 'FUNCTION'" al poner esta línea: DLL32 FUNCTION BWCCRegister( hIns AS LONG ) AS WORD PASCAL LIB "BWCC32.DLL"
by mlolo
Wed Apr 02, 2014 6:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores al traspar proy. FWH pre-release a FWH actualizada
Replies: 10
Views: 1364

Re: demo browse

... 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 ) AS WORD PASCAL LIB "BWCC32.DLL" instead of: LoadLibrary( "BWCC.DLL" ...
by Antonio Linares
Thu Jul 19, 2012 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: demo browse
Replies: 7
Views: 1512

Re: Volviendo al tema CDO

... // contraseña para autenticación IF cto == NIL /* Cuando no ha recibido un email de entrada */ hBorland := LoadLibrary("SgemBW32.DLL") BWCCRegister( GetResources() ) cTo := PadR( xcTo, 180 ) *cNombre := "" ELSE * cNombre := SayGetClien() // forma parte de mis librerias cTo ...
by Armando Picon
Fri Nov 04, 2011 2:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Volviendo al tema CDO
Replies: 19
Views: 6339

Re: Cannot create dialog box...

Don, I see you use Borland controls.

BorCheck

Do you have

local hBorland := LoadLibrary( "BWCC32.dll" )
BWCCRegister(GetResources())
DLL32 FUNCTION BWCCRegister( hInst AS LONG ) AS WORD PASCAL LIB "BWCC32.DLL" ?

Best regards,
Otto
by Otto
Fri Aug 20, 2010 6:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cannot create dialog box...
Replies: 6
Views: 2677

Re: Que Lib devo usar?

... #include "\Harbour\FWH\Include\Dll.ch" Procedure Main() public Int_Retorno hBor := LoadLibrary( "bwcc32.dll" ) BWCCRegister( GetResources( ) ) SetHandleCount( 200 ) m->Int_Retorno := Daruma_FI_LeituraX() hb_Analisa_Retorno() FreeLibrary( hBor ) // Release ...
by Coiote
Wed Dec 16, 2009 1:11 pm
 
Forum: All products support
Topic: Que Lib devo usar?
Replies: 9
Views: 4889

Sobre Recursos Borland

... oRt:DLLPTH := oRt:D32PTH RUTAR:=oRt:DLLPTH+"GESM0100.DLL" SET RESOURCES TO "&RUTAR.","BWCC32.DLL" BWCCRegister( GetResources() ) #endif y al final del programa principal #ifndef __CLIPPER__ DLL32 FUNCTION BWCCRegister( hInst AS LONG ) AS WORD PASCAL ...
by mlayns
Tue Oct 20, 2009 5:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sobre Recursos Borland
Replies: 1
Views: 590

COMPILAR CON XHARBOUR

... create Dialog Box: Resource: DLG_VCMPROVED ya hice de todo, utilice el Verce, el Puelles agregue las lineas al final del primer PRG DLL32 FUNCTION BWCCRegister( hInst AS LONG ) AS WORD PASCAL LIB "BWCC32.DLL" al incio local hBorland := LoadLibrary( "BWCC32.DLL" ) BWCCRegister( ...
by LuisPonce
Sun Oct 11, 2009 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMPILAR CON XHARBOUR
Replies: 11
Views: 3451

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" ;       MENU BuildMenu() ...
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: 11653

Re: PARA ANTONIO LINARES MISMA VERSION

... 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: 2337

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" Y copia el fichero ...
by Antonio Linares
Thu Oct 02, 2008 4:24 pm
 
Forum: FiveWin para CA-Clipper
Topic: error
Replies: 2
Views: 682

Que pasa si no uso BWCCREGISTER Me da error

... 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: Si no lo ...
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: 456
Next

Return to advanced search