Search found 31 matches: hinst

Return to advanced search

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

... GetResources() )//-----------------------------------------------------------------------------DLL32 FUNCTION BWCCRegister( hInst AS LONG ) AS WORD PASCAL LIB "BWCC32.DLL"  Estimado Karinha De hecho no quiero ocupar Borland, pero no se como dejar de hacerlo, ...
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

Re: multiple defintions, forst defined here

... + ".ZIP" LOCAL HSCOICON := 0 PUBLIC HMAINWND // MAIN WINDOW PUBLIC HIDDEN := .F. // MAIN WINDOW VISIBILITY STATE PUBLIC HINST := _GETINSTANCE() PUBLIC AMENU // MAIN MENU PUBLIC NILMENU // EMPTY MENU TO GIVE MAIN WINDOW WHEN IT IS DISABLED PUBLIC HWAIT // HOUR GLASS CURSOR ...
by lmheimendinger
Mon Dec 05, 2016 3:52 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 20157

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 parte, pero a sido porque he puesto el harbour que pasa ...
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: 1363

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: 1363

Re: demo browse

... 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" ) SET RESOURCES TO "example.dll" (example ...
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

... utiliza un archivo de recursos de Borland WorkShop ********* ******** descomente la siguiente linea **************** *DLL32 FUNCTION BWCCRegister( hInst AS LONG ) AS WORD PASCAL LIB "BWCC32.DLL" *********************************************************************************************** ...
by Armando Picon
Fri Nov 04, 2011 2:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Volviendo al tema CDO
Replies: 19
Views: 6338

Re: rc/res to source

... rc on @x,y ... ? and how ? I see only for a sample // Generated by ResEdit 1.5.5 // Copyright (C) 2006-2010 // http://www.resedit.net HINSTANCE hInst = GetModuleHandle(0); WNDCLASSEX wcex; ZeroMemory(&wcex, sizeof wcex); wcex.cbSize = sizeof wcex; wcex.hbrBackground = (HBRUSH)(COLOR_3DFACE ...
by MdaSolution
Tue Aug 02, 2011 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: rc/res to source
Replies: 4
Views: 996

Re: PRINT IMAGE on REPORT

Silvio...

i think LoadBitmap has wrong parameter

LoadBitmap( <hInst>, <cnBitmap> ) –> hBitmap

http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_loadbitmap
by Daniel Garcia-Gil
Sat Mar 26, 2011 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT IMAGE on REPORT
Replies: 10
Views: 2156

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: 2676

Sobre Recursos Borland

... BWCCRegister( GetResources() ) #endif y al final del programa principal #ifndef __CLIPPER__ DLL32 FUNCTION BWCCRegister( hInst AS LONG ) AS WORD PASCAL LIB "BWCC32.DLL" #endif 2. En los otros programas que utilizen DLL propias.. #define oDll0500 oRt:DLLPTH+"CCCP0500.DLL" ...
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

... 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( GetResources() ...
by LuisPonce
Sun Oct 11, 2009 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMPILAR CON XHARBOUR
Replies: 11
Views: 3450

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

...       ON INIT oDlg:End() return nil //----------------------------------------------------------------------------// DLL32 FUNCTION BWCCRegister( hInst AS LONG ) AS WORD PASCAL LIB "BWCC32.DLL" //----------------------------------------------------------------------------// function ...
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: 11639

spinner control

I try to use get with spinner but it make error but I found on Internet this possibility HWND hwndList = CreateWindow(_T("listbox"), _T(""), WS_VISIBLE|LBS_NOINTEGRALHEIGHT|WS_CHILD|WS_TABSTOP|LBS_NOTIFY, x, y, width, height, m_hDlg, (HMENU)nControlId, g_hInst, NULL); HWND hwndUp...
by Silvio
Thu Aug 13, 2009 3:13 pm
 
Forum: FiveWin for Pocket PC
Topic: spinner control
Replies: 0
Views: 322

Re: PARA ANTONIO LINARES MISMA VERSION

... oVentana:End() Endif RETURN NIL //----------------------------------------------------------------------------// DLL32 FUNCTION BWCCREGISTER( hinst AS LONG ) AS WORD PASCAL LIB "BWCC32.DLL" procedure AppSys return //----------------------------------------------------------------------------//
by JOSEMAR
Tue Jul 21, 2009 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PARA ANTONIO LINARES MISMA VERSION
Replies: 8
Views: 2337

FiveWin, Harbour y C para ignorantes.

... declarar la estructura, así: struct arg_list { int x; long LineLimit; BOOL WordWrap; BYTE InputType; BYTE file[131]; HGLOBAL hBuffer; HINSTANCE hInst; HWND hParentWnd; DWORD style; }; También dentro del código 'C' debia declarar la función 'C' que yo iba a utilizar de la .lib (prototipo?), así: ...
by FiveWiDi
Tue Feb 24, 2009 8:44 pm
 
Forum: Utilities / Utilidades
Topic: FiveWin, Harbour y C para ignorantes.
Replies: 3
Views: 2822
Next

Return to advanced search