Search found 62 matches: uint

Return to advanced search

Re: access to a supplier web site under program control

... PHB_ITEM pItem, VARIANT * pVariant ); HB_FUNC( GETPOSTDATA ) { VARIANT vPostData = {0}; LPSAFEARRAY psa; LPCTSTR cszPostData = hb_parc( 1 ); UINT cElems = lstrlen( cszPostData ); LPSTR pPostData; VariantInit( &vPostData ); psa = SafeArrayCreateVector( VT_UI1, 0, cElems ); if( ! psa ) ...
by Rick Lipkin
Tue Apr 05, 2011 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: access to a supplier web site under program control
Replies: 21
Views: 7621

Error al hacer make fivephone

... error: storage class specified for parameter ‘HB_INT’ ./../harbour/include/hbdefs.h:252: error: storage class specified for parameter ‘HB_UINT’ ./../harbour/include/hbdefs.h:267: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘HB_SIZE’ ./../harbour/include/hbdefs.h:269: ...
by softruz
Mon Dec 06, 2010 10:56 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 131083

Re: ayuda por favor

... } RegCloseKey(KeyHandle); }; return Result; } extern int EXECRYPTORAPI EXECryptor_MessageBoxA(HWND hWnd, LPCSTR lpText, LPCSTR lpCaption, UINT uType) { EMIT5 return MessageBoxA(hWnd, lpText, lpCaption, uType); } extern FARPROC EXECRYPTORAPI EXECryptor_GetProcAddr(HMODULE hModule, LPCSTR ...
by tomafa
Mon Aug 30, 2010 9:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda por favor
Replies: 3
Views: 823

Re: FWH 10.05

Antonio Linares wrote:In prsht.h line 187 there is:

UINT *pcRefParent; \

if we remove the trailing \ then the resources compiler compiles without error.


With the above said change in c:\bcc582\include\prsht.h I am able to compile and run the FWH samples Skin1.Prg ans Skin2.Prg without any errors. :)

Regards
Anser
by anserkk
Tue Jun 01, 2010 6:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 10.05
Replies: 7
Views: 1609

Re: FWH 10.05

I think I have found a possible reason for the error.

In prsht.h line 187 there is:

UINT *pcRefParent; \

if we remove tha trailing \ then the resources compiler compiles without error.

Please try it there and lets see if we are right, thanks :-)
by Antonio Linares
Mon May 31, 2010 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 10.05
Replies: 7
Views: 1609

Re: WM_DEVICECHANGE ???????

... When the window procedure is called the parameters passed will be as follows. Parameter & Description HWND hWnd Handle to the window UINT uiMessage WM_DEVICECHANGE WPARAM wParam Device-change event LPARAM lParam Event-specific data This means, hWnd will be the handle to our window, ...
by anserkk
Mon Mar 29, 2010 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WM_DEVICECHANGE ???????
Replies: 11
Views: 2156

Re: Get Transparent

#pragma BEGINDUMP #include <windows.h> typedef BOOL ( FAR PASCAL * LPPRINTWINDOW )( HWND hWnd, HDC hDC, UINT nFlags ); BOOL WINAPI PrintWindow( HWND hWnd, HDC hDC, UINT uiFlags ) { LPPRINTWINDOW pPW; HINSTANCE hDLL = LoadLibrary( "user32.dll" ); BOOL bResult = ...
by lailton.webmaster
Thu Sep 10, 2009 2:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get Transparent ( Solved )
Replies: 11
Views: 2298

Re: FWH 9.07 - problem with windows 2000

... link and adding the following code #pragma BEGINDUMP #include <windows.h> typedef BOOL ( FAR PASCAL * LPPRINTWINDOW )( HWND hWnd, HDC hDC, UINT nFlags ); BOOL WINAPI PrintWindow( HWND hWnd, HDC hDC, UINT uiFlags ) { LPPRINTWINDOW pPW; HINSTANCE hDLL = LoadLibrary( "user32.dll" ...
by Marco Turco
Sat Aug 29, 2009 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 9.07 - problem with windows 2000
Replies: 4
Views: 651

Re: FWH/xHarbour Menus

... //typedef int (FAR WINAPI *FARPROC)(); void WindowBoxBlack( HDC hDC, RECT * pRect ); LRESULT static CALLBACK LabelProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) { if( uMsg == WM_ERASEBKGND ) { return 1; } else if( uMsg == 0x0128 ) // SAYs were erased when pressing ALT ...
by E. Bartzokas
Mon May 25, 2009 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH/xHarbour Menus
Replies: 20
Views: 7760

Re:

... #include <windows.h> HB_FUNC( DRAWFRAMECONTROL ) // hDC, aRect, uType, uState { HDC hdc = ( HDC ) hb_parnl(1); // handle to device context UINT uType = hb_parni(3) ; // frame-control type UINT uState = hb_parni(4); // frame-control state RECT rct; rct.top = hb_parnl(2,1); rct.left = hb_parnl(2,2); ...
by FiveWiDi
Tue Feb 10, 2009 1:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasar array a una función C
Replies: 10
Views: 1806

Re: checkbox into a listbox

... of listbox I call a structure for dra the item : http://msdn.microsoft.com/en-us/library/92fhtw0f(VS.80).aspx typedef struct tagDRAWITEMSTRUCT { UINT CtlType; UINT CtlID; UINT itemID; UINT itemAction; UINT itemState; HWND hwndItem; HDC hDC; RECT rcItem; DWORD itemData; } DRAWITEMSTRUCT; and the ...
by Silvio
Thu Jan 08, 2009 1:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: checkbox into a listbox
Replies: 7
Views: 1309

MicroSoft Flight Simulator and FSUIPC

... DWORD FSUIPC_Version = 0; DWORD FSUIPC_FS_Version = 0; DWORD FSUIPC_Lib_Version = LIB_VERSION; static HWND m_hWnd = 0; // FS6 window handle static UINT m_msg = 0; // id of registered window message static ATOM m_atom = 0; // global atom containing name of file-mapping object static HANDLE m_hMap ...
by alvaro533
Wed Dec 17, 2008 11:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MicroSoft Flight Simulator and FSUIPC
Replies: 1
Views: 1143

MicroSoft Flight Simulator y FSUIPC

... DWORD FSUIPC_Version = 0; DWORD FSUIPC_FS_Version = 0; DWORD FSUIPC_Lib_Version = LIB_VERSION; static HWND m_hWnd = 0; // FS6 window handle static UINT m_msg = 0; // id of registered window message static ATOM m_atom = 0; // global atom containing name of file-mapping object static HANDLE m_hMap ...
by alvaro533
Wed Dec 17, 2008 9:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MicroSoft Flight Simulator y FSUIPC
Replies: 1
Views: 1436

... #include <windows.h> HB_FUNC( DRAWFRAMECONTROL ) // hDC, aRect, uType, uState { HDC hdc = ( HDC ) hb_parnl(1); // handle to device context UINT uType = hb_parni(3) ; // frame-control type UINT uState = hb_parni(4); // frame-control state RECT rct; rct.top = hb_parnl(2,1); rct.left = hb_parnl(2,2); ...
by César E. Lozada
Tue Dec 16, 2008 12:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasar array a una función C
Replies: 10
Views: 1806

... PHB_ITEM pItem, VARIANT * pVariant ); HB_FUNC( GETPOSTDATA ) { VARIANT vPostData = {0}; LPSAFEARRAY psa; LPCTSTR cszPostData = hb_parc( 1 ); UINT cElems = lstrlen( cszPostData ); LPSTR pPostData; VariantInit( &vPostData ); psa = SafeArrayCreateVector( VT_UI1, 0, cElems ); if( ! psa ) ...
by cdmmaui
Wed Nov 26, 2008 1:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Retrieving a web page via shell.explorer
Replies: 53
Views: 17491
PreviousNext

Return to advanced search