Search found 62 matches: uint

Return to advanced search

Re: xHarbour 1.2.3 build 20141106

... with %" HB_PFS " to make some c compiler happy * source/rtl/replic.c ! minor fix on previus commit and using to test ulLen * lTimes < UINT_MAX since with ULONG_MAX on 64bits you get gpf * source/rtl/strtran.c ! minor fix on previus commit * include/hbdefs.h ! minor ajust to define ...
by Enrico Maria Giordano
Thu Dec 04, 2014 5:09 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour 1.2.3 build 20141106
Replies: 16
Views: 5823

Re: Converting from xHarbour to Harbour

... ;      LIB hDll  But dosn't work. The coll is : the call is INT LlDefineLayout:(HKOB hjob , HWND hWnd , LPSTR lpszitle , UINT nObjType , LPSTR lpszObjName) Maurizio
by Maurizio
Mon Sep 22, 2014 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting from xHarbour to Harbour
Replies: 5
Views: 1363

Tengo un mensqje de error en bcc582

... 100 struct _PSP; typedef struct _PSP * HPROPSHEETPAGE; #ifndef MIDL_PASS struct _PROPSHEETPAGEA; struct _PROPSHEETPAGEW; #endif typedef UINT (CALLBACK *LPFNPSPCALLBACKA)(HWND hwnd, UINT uMsg, struct _PROPSHEETPAGEA *ppsp); typedef UINT (CALLBACK *LPFNPSPCALLBACKW)(HWND hwnd, UINT uMsg, ...
by Armando Picon
Thu Aug 14, 2014 12:08 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Tengo un mensqje de error en bcc582
Replies: 2
Views: 1560

Warning W8065

... = hb_parni( 3 ) ; int nColumn = hb_parni( 4 ) ; int nWidth = hb_parni( 5 ) ; LPSTR cData = ( LPSTR ) hb_parc( 6 ) ; int nLen = hb_parclen( 6 ) ; UINT nAlign = hb_parni( 7 ) ; COLORREF clrFore = hb_parnl( 8 ) ; COLORREF clrBack = hb_parnl( 9 ) ; HFONT hFont = (HFONT) hb_parni( 10 ) ; int nBitMap ...
by mauri.menabue
Sun Jun 22, 2014 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Warning W8065
Replies: 7
Views: 946

Re: Free Resources Editors for Windows

Darrell

Make this change in prsht.h .. located in your Borland setup \include
In prsht.h line 187 there is:

UINT *pcRefParent; \

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


Rick Lipkin
by Rick Lipkin
Mon Jun 24, 2013 2:16 pm
 
Forum: Utilities / Utilidades
Topic: Free Resources Editors for Windows
Replies: 17
Views: 18530

Re: Saber Metodos de un CREATEOBJECT

... STDMETHOD_ (ULONG, AddRef) (THIS) PURE; STDMETHOD_ (ULONG, Release) (THIS) PURE; // IDispatch functions STDMETHOD_ (ULONG, GetTypeInfoCount)(THIS_ UINT *) PURE; STDMETHOD_ (ULONG, GetTypeInfo) (THIS_ UINT, LCID, ITypeInfo **) PURE; STDMETHOD_ (ULONG, GetIDsOfNames) (THIS_ REFIID, LPOLESTR *, UINT, ...
by Antonio Linares
Fri May 10, 2013 9:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32149

Re: Archivos #Include del Pelles C

En la linea 187 de prsht.h cambiar UINT *pcRefParent; \ por UINT *pcRefParent; Slds Estimado amigo, en mi versión de Pelles C he buscado lo que indicas y lo he cambiado, (digo que lo he buscado pues no está en la línea que indicas y además ...
by Pedro
Sun Apr 21, 2013 2:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivos #Include del Pelles C
Replies: 4
Views: 910

Re: Archivos #Include del Pelles C

En la linea 187 de prsht.h cambiar

UINT *pcRefParent; \

por

UINT *pcRefParent;


Slds
by nnicanor
Sun Apr 21, 2013 1:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivos #Include del Pelles C
Replies: 4
Views: 910

call Harbour from c++

... code, namely a function called SSL_EVENTS which is compiled with Harbour 3.2 and FWH 1302 and BCC. VOID CALLBACK MyEventHandler(HCLIENT hClient, UINT nEventId, DWORD dwError, DWORD_PTR dwParam) { switch (nEventId) { case HTTP_EVENT_CONNECT: // Connection has been established CAN I CALL A HARBOUR ...
by don lowenstein
Tue Apr 02, 2013 10:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: call Harbour from c++
Replies: 3
Views: 1039

Problemas al crear la libreria TWBROWSE

... static void FW_DrawText( HDC hDC, RECT * rct, LPCSTR pText, WORD wAlign, int iWidth, HFONT hFont, BOOL bHeadFoot ) { RECT rcttmp ; int iHeight ; UINT uiFlag ; HFONT hOldFont ; int iFactor ; if( hFont ) hOldFont = SelectObject( hDC, hFont ); ///////////////////////////// // Alineaciones Verticales ...
by ander7319
Fri Jan 04, 2013 9:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al crear la libreria TWBROWSE
Replies: 6
Views: 2862

Re: DLL32 funciones que regresan un valor entero

... Pero debe de haber una forma de definir el tipo de dato que sea el correcto para obtener el valor adecuado, no supe como definir el tipo UINT en la funcion definida con DLL32 Carlos, por favor pasame tu mail para mandarte la lib. Saludos
by interwin
Mon Feb 06, 2012 5:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLL32 funciones que regresan un valor entero
Replies: 10
Views: 2533

Re: DLL32 funciones que regresan un valor entero

sip, eso esta viendo que Terror era detipo trecord
ok, me parece que ya probaste con integer, long, prueba con UINT (short int) o CHAR que dependiendo del tamaño del numero puede ser usado como un tipo de dato numerico. ( int de 0 a 254 )
que si facilitas el dll seria mas facil probar. :-)

salu2
by carlos vargas
Mon Feb 06, 2012 12:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLL32 funciones que regresan un valor entero
Replies: 10
Views: 2533

Re: Menu Pop

Cleber,

TrackPopupMenuEx() returns a BOOL (logical) value. From Windows API:

BOOL
WINAPI
TrackPopupMenuEx(
HMENU hmenu,
UINT uFlags,
int x,
int y,
HWND hwnd,
LPTPMPARAMS lptpm);

so FWPPC returns a logical value using hb_retl()
by Antonio Linares
Sun Sep 04, 2011 7:29 pm
 
Forum: FiveWin para Pocket PC
Topic: Menu Pop
Replies: 1
Views: 713

Error al compilar TWBROWSE xHarbour build 1.2.1 y FWH 11.01

... static void FW_DrawText( HDC hDC, RECT * rct, LPCSTR pText, WORD wAlign, int iWidth, HFONT hFont, BOOL bHeadFoot ) { RECT rcttmp ; int iHeight ; UINT uiFlag ; HFONT hOldFont ; int iFactor ; if( hFont ) hOldFont = SelectObject( hDC, hFont ); ///////////////////////////// // Alineaciones Verticales ...
by alex_cyr
Sat Jul 09, 2011 2:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar TWBROWSE xHarbour build 1.2.1 y FWH 11.01
Replies: 7
Views: 2631

Funcion PrepareInfoHeader

... ) ); lpSrcBits = ( LPBITMAPINFOHEADER )GlobalLock( hDibSrc ); *lpSrcBits = bmiS; dc = GetDC ((HWND) NULL); GetDIBits( dc, hbm, 0, ( UINT ) bm.bmHeight, lpSrcBits, ( LPBITMAPINFO )lpSrcBits, DIB_RGB_COLORS); dcDes = CreateCompatibleDC( NULL ); bmiD = PrepareInfoHeader( ( WORD ) bm.bmWidth, ...
by softruz
Thu May 19, 2011 11:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funcion PrepareInfoHeader
Replies: 7
Views: 1130
PreviousNext

Return to advanced search