Search found 831 matches: common

Return to advanced search

Classe FreeImage de xharbour + fwh

... só que, quando incluo o "freeimage.ch", como no programa abaixo é gerado os erros abaixo: #include "fivewin.ch" #include "FreeImage.ch" #include "common.ch" function Main() local oWnd, oBmp DEFINE WINDOW oWnd TITLE "SaveToBmp" ACTIVATE WINDOW oWnd return nil Application =========== Path and name: ...
by Rossine
Mon Dec 11, 2006 7:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe FreeImage de xharbour + fwh
Replies: 4
Views: 2581

... properties of a particular print job. The Print Setup dialog box should not be used in new applications. It has been superseded by the Page Setup common dialog box created by the PageSetupDlg function. BOOL PrintDlg( LPPRINTDLG lppd // address of structure with initialization data ); Parameters ...
by Antonio Linares
Thu Nov 30, 2006 5:11 pm
 
Forum: FiveWin for CA-Clipper
Topic: PrinterSetup()
Replies: 9
Views: 4717

Ayuda con compilacion/make varios prgs

... + >> b32.bc echo $(HBDIR)\lib\b32\dbfdbt.lib + >> b32.bc echo $(HBDIR)\lib\b32\debug.lib + >> b32.bc echo $(HBDIR)\lib\b32\common.lib + >> b32.bc echo $(HBDIR)\lib\b32\pp.lib + >> b32.bc echo $(HBDIR)\lib\b32\codepage.lib + >> b32.bc rem Uncomment these ...
by Databaselab2002
Sun Nov 26, 2006 3:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con compilacion/make varios prgs
Replies: 3
Views: 875

gracias Antonio al hacerlo me sale este error MAKE Version 5.2 Copyright (c) 1987, 2000 Borland source\common\expropt1.c: source\common\expropt2.c: source\common\hbarch.c: source\common\hbfhnd.c: source\common\hbfsapi.c: source\common\hbgete.c: source\common\hbhash.c: source\common\hbdate.c: ...
by wilsongamboa
Wed Nov 22, 2006 1:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ot: compilar harbour del cvs con bcc55
Replies: 2
Views: 654

... <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" /> </dependentAssembly> </dependency> ...
by James Bott
Tue Nov 07, 2006 2:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What does the Windows manifest and Themes give you
Replies: 5
Views: 1469

... + >> b32.bc echo $(HBDIR)\lib\b32\hbsix.lib + >> b32.bc echo $(HBDIR)\lib\b32\debug.lib + >> b32.bc echo $(HBDIR)\lib\b32\common.lib + >> b32.bc echo $(HBDIR)\lib\b32\pp.lib + >> b32.bc echo $(HBDIR)\lib\b32\codepage.lib + >> b32.bc rem Uncomment these ...
by ricardog
Thu Nov 02, 2006 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda con el build de mi aplicacion
Replies: 5
Views: 1260

... c:\harbour_CE\lib\dbfcdx.lib c:\harbour_CE\lib\dbffpt.lib c:\harbour_CE\lib\hbsix.lib c:\harbour_CE\lib\debug.lib c:\harbour_CE\lib\common.lib c:\harbour_CE\lib\pp.lib c:\harbour_CE\lib\codepage.lib c:\vce\lib\arm\coredll.lib c:\vce\lib\arm\corelibc.lib c:\vce\lib\arm\aygshell.lib ...
by luis.santeliz
Mon Oct 23, 2006 5:12 pm
 
Forum: FiveWin para Pocket PC
Topic: Arreglo importante!
Replies: 13
Views: 3961

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

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

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

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

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

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

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

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: 779
PreviousNext

Return to advanced search