Search found 11 matches: szfile

Return to advanced search

Re: compilar TDolphin Harbour 3.4 alguien que me pueda orientar?

... < uiNumFields; ui++ ) E:\ToolsDeveloper\tdolphin\source\c\function.c:1112:41: error: use of undeclared identifier 'FALSE' iSize = hb_fsFSize( szFile, FALSE ); E:\ToolsDeveloper\tdolphin\source\c\function.c:1118:60: error: expected expression iSize = hb_fsReadLarge( fHandle , ( BYTE * ) FromBuffer ...
by gabo
Tue Dec 04, 2018 8:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: compilar TDolphin Harbour 3.4 alguien que me pueda orientar?
Replies: 4
Views: 1153

Re: funciones de FWH y Harbour en un archivo .txt

... HB_GetUnRARFile(<cFile>)->nNumber HB_GetUNZIPFile(<cFile>)->nNumber HB_GetZIPComment(<szFile>)->szComment HB_GTInfo() HB_HAllocate(<hsTable>,<nItems>)->Nil HB_Hash([<Key1>,<Value1>],[<KeyN>,<ValueN>],...)->hsTable ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5709

Re: Zip functions - I'm in trouble

... * $FUNCNAME$ * HB_GETZIPCOMMENT() * $CATEGORY$ * Zip Functions * $ONELINER$ * Return the comment of an zip file * $SYNTAX$ * HB_GETZIPCOMMENT( <szFile> ) --> <szComment> * $ARGUMENTS$ * <szFile> File to get the comment from * $RETURNS$ * <szComment> The comment that was ...
by Enrico Maria Giordano
Sun Aug 30, 2009 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Zip functions - I'm in trouble
Replies: 1
Views: 905

... #pragma BEGINDUMP #include <windows.h> #include <hbapi.h> HB_FUNC( GETFILEVERSIONINFO ) { char * szFile = hb_parc( 1 ); UINT uAction = ISNUM( 2 ) ? hb_parni( 2 ) : 1; DWORD dwHandle = 0; DWORD dwSize = GetFileVersionInfoSize( szFile, &dwHandle ...
by Marco Turco
Tue May 06, 2008 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: File-information in exe-file
Replies: 8
Views: 1898

Re: TESTZIP

... * $FUNCNAME$ * HB_GETZIPCOMMENT() * $CATEGORY$ * Zip Functions * $ONELINER$ * Return the comment of an zip file * $SYNTAX$ * HB_GETZIPCOMMENT( <szFile> ) --> <szComment> * $ARGUMENTS$ * <szFile> File to get the comment from * $RETURNS$ * <szComment> The comment that was ...
by Enrico Maria Giordano
Fri Jan 05, 2007 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TESTZIP
Replies: 3
Views: 1983

... the image GlobalFree(hDib); } } return fOk; // failed } // TWAIN_AcquireToClipboard int EZTAPI TWAIN_AcquireToFilename(HWND hwndApp, LPCSTR pszFile) // Adapted from a routine by David D. Henseler (ddh) of SOLUTIONS GmbH { int result = -1; HANDLE hDib = TWAIN_AcquireNative(hwndApp, TWAIN_ANYTYPE); ...
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: 4247

New News For Camera With Fwppc

... = 1, CAMERACAPTURE_VIDEOTYPE_MESSAGING = 2, } CAMERACAPTURE_VIDEOTYPES; typedef struct tagSHCAMERACAPTURE { DWORD cbSize; HWND hwndOwner; TCHAR szFile[MAX_PATH]; LPCTSTR pszInitialDir; LPCTSTR pszDefaultFileName; LPCTSTR pszTitle; CAMERACAPTURE_STILLQUALITY StillQuality; CAMERACAPTURE_VIDEOTYPES ...
by HATHAL
Wed May 17, 2006 5:06 pm
 
Forum: FiveWin for Pocket PC
Topic: New News For Camera With Fwppc
Replies: 5
Views: 2541

... : undeclared identifier hathal.prg(49) : error C2065: 'StringCchCopy' : undeclared identifier hathal.prg(49) : error C2228: left of '.szFile' must have class/struct/union type LINK : fatal error LNK1181: cannot open input file 'hathal.obj'
by Richard Chidiak
Mon Apr 03, 2006 7:12 pm
 
Forum: FiveWin for Pocket PC
Topic: the use camera with fwppc
Replies: 9
Views: 3520

... AnsiToWide( LPSTR ); HB_FUNC( CAM_CE ) { // CameraCaptureExample(NULL,12); //} // HRESULT //int CameraCaptureExample(HWND hwndOwner, LPTSTR pszFilename) // { HRESULT hResult; SHCAMERACAPTURE shcc; // Set the SHCAMERACAPTURE structure. ZeroMemory(&shcc, sizeof(shcc)); shcc.cbSize = sizeof(shcc); ...
by HATHAL
Sun Apr 02, 2006 8:45 pm
 
Forum: FiveWin for Pocket PC
Topic: the use camera with fwppc
Replies: 9
Views: 3520

... * $FUNCNAME$ * HB_GETZIPCOMMENT() * $CATEGORY$ * Zip Functions * $ONELINER$ * Return the comment of an zip file * $SYNTAX$ * HB_GETZIPCOMMENT( <szFile> ) --> <szComment> * $ARGUMENTS$ * <szFile> File to get the comment from * $RETURNS$ * <szComment> The comment that was ...
by Enrico Maria Giordano
Thu Feb 23, 2006 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ZIPS Functions
Replies: 11
Views: 4294

Re: uso di zip-unzip

... * $FUNCNAME$ * HB_GETZIPCOMMENT() * $CATEGORY$ * Zip Functions * $ONELINER$ * Return the comment of an zip file * $SYNTAX$ * HB_GETZIPCOMMENT( <szFile> ) --> <szComment> * $ARGUMENTS$ * <szFile> File to get the comment from * $RETURNS$ * <szComment> The comment that was ...
by Enrico Maria Giordano
Fri Oct 28, 2005 11:18 am
 
Forum: All products support
Topic: uso di zip-unzip
Replies: 1
Views: 1845

Return to advanced search