Search found 839 matches: common

Return to advanced search

Antonio

... %hdir%\lib\dbfcdx.lib + >> b32.bc echo %hdir%\lib\dbfdbt.lib + >> b32.bc echo %hdir%\lib\debug.lib + >> b32.bc echo %hdir%\lib\common.lib + >> b32.bc echo %hdir%\lib\pp.lib + >> b32.bc echo %hdir%\lib\codepage.lib + >> b32.bc rem Uncomment these two lines to ...
by A&C
Wed Sep 27, 2006 12:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW o FWH ESA ES LA PREGUNTA
Replies: 10
Views: 2806

... to create some wrapper functions to directly access ads stuff, but now almost all functionality (except where an ads feature is beyond what the common rdds offer) is integrated into the core rdd and routed correctly to ads. It keeps your code cleaner and makes it less ads-specific. It is ALWAYS ...
by Brian Hays
Mon Sep 11, 2006 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to check ADI Yes/No Exist index TAG name?
Replies: 7
Views: 2230

KEYBOARD status

... appropriate API to correctly change the lights status. For the point 2, the following sample is from Francesco Saverio Giudice: Code: #include "common.ch" PROCEDURE MAIN() ? "Attiva capslock" SetCapsLock( TRUE ) Inkey( 0 ) ? "Attiva numlock" SetNumLock( TRUE ) Inkey( 0 ) ? "Stato CAPSLOCK : ...
by Maverich
Tue Aug 22, 2006 9:34 am
 
Forum: All products support
Topic: KEYBOARD status
Replies: 3
Views: 1571

Ayuda por favor NUEVO EN FWH

... %hdir%\lib\dbffpt.lib + >> b32.bc echo %hdir%\lib\hbsix.lib + >> b32.bc echo %hdir%\lib\debug.lib + >> b32.bc echo %hdir%\lib\common.lib + >> b32.bc echo %hdir%\lib\pp.lib + >> b32.bc echo %hdir%\lib\codepage.lib + >> b32.bc echo %bcdir%\lib\cw32.lib + >> ...
by ricaigla220
Mon Aug 14, 2006 8:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda por favor NUEVO EN FWH
Replies: 4
Views: 1325

... menu, which TGEt uses. I was confused when I read Roger's message, but the "default RButtonDown menu" he refers to is apparently a Windows common control. Since TGet is not a standard windows edit control, but rather a Harbour Get contained in a FW TGet class it makes some sense that the ...
by James Bott
Thu Aug 10, 2006 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get Cut/Paste problem
Replies: 19
Views: 6585

... container is not valid type", "Returned container has invalid ItemType", "Returned container is empty", "App and source found NO values in common", }; const char *pszRC[] = { "TWRC_SUCCESS", "TWRC_FAILURE", "TWRC_CHECKSTATUS ('tried hard')", "TWRC_CANCEL", "TWRC_DSEVENT", "TWRC_NOTDSEVENT", ...
by areang
Mon Aug 07, 2006 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Please teach me about FWH and xHarbour
Replies: 3
Views: 4311

How to use Free TWAIN_32.dll

... Inc., Ricoh Corporation, and Xerox Corporation. * All rights reserved. */ #include <windows.h> #include <windowsx.h> #include "..\\twcommon\\twain.h" #include "..\\twcommon\\twndebug.h" #include "twd_type.h" #include "scanner.h" #include "dscaps.h" extern HANDLE hDSInst; /* * Static ...
by areang
Thu Aug 03, 2006 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Free TWAIN_32.dll
Replies: 0
Views: 1748

Need Support

... >> msvc.tmp echo c:\harbour\lib\hbsix.lib >> msvc.tmp echo c:\harbour\lib\debug.lib >> msvc.tmp echo c:\harbour\lib\common.lib >> msvc.tmp echo c:\harbour\lib\pp.lib >> msvc.tmp echo c:\harbour\lib\codepage.lib >> msvc.tmp echo c:\vc98\lib\kernel32.lib ...
by Arindam
Sun Jul 30, 2006 6:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Support
Replies: 1
Views: 797

Necesito una mano con hbzip

... $(FWH)\lib\fivehc.lib rtl.lib vm.lib gtgui.lib pcrepos.lib lang.lib macro.lib rdd.lib dbfntx.lib dbfcdx.lib dbffpt.lib hbsix.lib debug.lib common.lib pp.lib hbzip.lib $(BHC)\lib\sbuttonhx.lib $(BHC)\lib\btnget32x.lib EXTLIBFILES = hbzip.lib DEFFILE = HARBOURFLAGS = -m -w0 CFLAG1 = -OS $(CFLAGS) ...
by jllinas
Sun Jul 23, 2006 2:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Necesito una mano con hbzip
Replies: 12
Views: 4529

Status bar issues (not message bar)

I am trying out the status bar (the common control not the older FW message bar). I note that if you define both a PROMPT and PROMPTS, when you run the app, the first text of PROMPTS is displayed. But as soon as you move the mouse anywhere ...
by James Bott
Fri Jul 21, 2006 11:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Status bar issues (not message bar)
Replies: 2
Views: 809

Programming for Windows Vista

... on user interface design issues: http://msdn.microsoft.com/library/?url=/library/en-us/UxGuide/UXGuide/Home.asp Note that there are some new common controls, like the "Task Dialog." James
by James Bott
Tue Jul 18, 2006 3:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programming for Windows Vista
Replies: 1
Views: 998

Fco.,

> I asked You before for a an "Non visual" ActiveX component example, can You help me?

Do you know of a common "non visual" ActiveX component that we may instantiate here ? Thanks,
by Antonio Linares
Sat Jul 15, 2006 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: from VB6 to FWH
Replies: 19
Views: 6516

Gracias pero que podra ser ayuda por favor

... $(HARBOUR_LIB_DIR)\dbfntx.lib DBFCDX_LIB = $(HARBOUR_LIB_DIR)\dbfcdx.lib DEBUG_LIB = $(HARBOUR_LIB_DIR)\debug.lib COMMON_LIB = $(HARBOUR_LIB_DIR)\common.lib PP_LIB = $(HARBOUR_LIB_DIR)\pp.lib HBSIX.LIB = $(HARBOUR_LIB_DIR)\HBSIX.LIB y siempre sa este herror MAKE Version 5.2 Copyright (c) 1987, ...
by busmatic
Fri Jul 07, 2006 11:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Gracias pero que podra ser ayuda por favor
Replies: 0
Views: 679

... that we would like to have ribbon support, but you have to understand that it is an Office 2007 feature, not a Windows feature (its not a standard common control). We are sure that some companies will develop ribbon alike ActiveX controls. In the meantime, we can have a similar behavior using rebars ...
by Antonio Linares
Fri Jul 07, 2006 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Office 2007 menu
Replies: 39
Views: 15916

... estou usando estas libs por default %C_LIB_INSTALL%\C0W32.OBJ=1 G:\FWH27\LIB\FiveHX.Lib=2 G:\FWH27\LIB\Fivehc.lib=3 %HB_LIB_INSTALL%\common.lib=4 %HB_LIB_INSTALL%\debug.lib=5 %HB_LIB_INSTALL%\vm.lib=6 %HB_LIB_INSTALL%\rtl.lib=7 %HB_LIB_INSTALL%\pcrepos.lib=8 %HB_LIB_INSTALL%\lang.lib=9 ...
by miragerr
Thu Jul 06, 2006 12:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilacion XH 99.60
Replies: 5
Views: 1679
PreviousNext

Return to advanced search