Search found 83 matches: math

Return to advanced search

Recompilar FiveHMX para xhb.com

... "Obj\gtf.obj" "Obj\harbour.obj" "Obj\keys.obj" "Obj\loadval.obj" "Obj\longnam2.obj" "Obj\math.obj" "Obj\mdirec.obj" "Obj\memoedit.obj" "Obj\memstat.obj" "Obj\mimeclip.obj" "Obj\msgcalc.obj" ...
by russimicro
Mon Dec 01, 2014 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recompilar FiveHMX para xhb.com
Replies: 2
Views: 826

Add Xbrowse Column at runtime

Can I insert a column on a X pos at runtime and make calc math for it ? sample I wish insert a checkbox column after X columns and if the user click on if must calc an math operation refresh another column for a sample look this picture http://www.eoeo.it/wp-content/uploads/2014/11/order.jpg ...
by Silvio.Falconi
Thu Nov 06, 2014 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add Xbrowse Column at runtime
Replies: 7
Views: 2537

Proyecto funcionando para Visual Studio 2012 IDE

... Debug Win32 ------ 1> Creating library C:\temp\tutor02\Debug\tutor02.lib and object C:\temp\tutor02\Debug\tutor02.exp 1>hbct.lib(ctmath2.obj) : error LNK2019: unresolved external symbol __HUGE referenced in function _HB_FUN_LOG10 1>hbrtl.lib(math.obj) : error LNK2001: unresolved ...
by Antonio Linares
Sat Jun 07, 2014 7:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Proyecto funcionando para Visual Studio 2012 IDE
Replies: 2
Views: 720

Full working project for Visual Studio 2012 IDE

... Debug Win32 ------ 1> Creating library C:\temp\tutor02\Debug\tutor02.lib and object C:\temp\tutor02\Debug\tutor02.exp 1>hbct.lib(ctmath2.obj) : error LNK2019: unresolved external symbol __HUGE referenced in function _HB_FUN_LOG10 1>hbrtl.lib(math.obj) : error LNK2001: unresolved ...
by Antonio Linares
Sat Jun 07, 2014 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Full working project for Visual Studio 2012 IDE
Replies: 31
Views: 6818

Re: Calculator revisited

Antonio,
can we use math function on getcalc ?

sample as sin() cos() tan()

I tried compiling get calc with a function but when I insert the function it give me error
by Silvio.Falconi
Sun Jun 01, 2014 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculator revisited
Replies: 33
Views: 18867

Re: Calculator revisited

Friend,
I I use a Math function as sin or cos with getcalc of Timm it make error
do you have a solution for it ?
by Silvio.Falconi
Thu May 29, 2014 6:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculator revisited
Replies: 33
Views: 18867

error al compilar con xharbour 1.2.3

... Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_hb_s_hb_exc' referenced from D:\XHBCC582\LIB\RTL.LIB|math Error: Unresolved external '_HB_FUN_ERRORNEW' referenced from D:\XHBCC582\LIB\VM.LIB|errorapi Error: Unresolved external '_hb_setInitialize' referenced ...
by artu01
Tue Dec 31, 2013 2:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al compilar con xharbour 1.2.3
Replies: 0
Views: 823

Re: Resizing Controls

... looking to resize all the controls, but only the folders, the contents of the folders including the embedded dialogs, buttons and xbrowses. The math seems fairly straight forward .. determine the size of the ( expanding ) dialog and subtract the controls position ( as a constant ) from the sides ...
by Rick Lipkin
Tue Dec 24, 2013 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resizing Controls
Replies: 10
Views: 3009

Re: DIALOG ON DIALOG

Ok Now I explain you : I wish add % percentual math control to msgcalc (it there is on msgcalc but I wish add different calculation) I wish add calculation, incremental and decremental I need it to calculate Tax on a price First I first I made a ...
by Silvio.Falconi
Tue May 07, 2013 9:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DIALOG ON DIALOG
Replies: 8
Views: 3025

Convertir a xHarbour

... - 1; } //Se obtiene el residuo para validar con el Digito Verificador double xMod11 = 0; xMod11 = (11 - (Suma % 11)) % 11; string verificador = Math.Floor(xMod11).ToString(); if ((verificador.Equals(strDigitoVerificador)) | (xMod11 == 10 && strDigitoVerificador.Equals("K"))) ...
by jponce
Wed Dec 19, 2012 9:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Convertir a xHarbour
Replies: 0
Views: 460

Re: FiveWIN xHarbour Dev enviornment in Tablet

... That is not too bad for an Enterprise business application. And I can share this, we made WAY MORE than $83 bucks on it. :o ) Let’s do some math on this. 5 weeks since launch 7 days a week 24 hours in a day 840 hours total 3 downloads per hour! We have seen an extra 15 to 20 new business ...
by norberto
Fri Dec 14, 2012 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWIN xHarbour Dev enviornment in Tablet
Replies: 33
Views: 11918

xHarbour SVN

... 6.10 Copyright (c) 1997-2010 Embarcadero Technologies, Inc. Error: Unresolved external '_hb_s_hb_exc' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|math Error: Unresolved external '_hb_trace_critical_Destroy' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|trace Error: Unresolved external '_hb_trace_critical_Init' ...
by Bayron
Mon Aug 06, 2012 3:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xHarbour SVN
Replies: 2
Views: 491

Re: Rotar BitMap para brujula GPS

... ) End_Rotate(hDC, i ) DeleteObject( hBitmap ) endif return nil #pragma BEGINDUMP #include <hbapi.h> #include <windows.h> #include <math.h> HB_FUNC( BEGIN_ROTATE ) { HDC hDc = (HDC) hb_parnl( 1 ); int nGraphicsMode = SetGraphicsMode(hDc, GM_ADVANCED); XFORM xform; double fangle; ...
by pgfdz
Sun Aug 05, 2012 4:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Rotar BitMap para brujula GPS
Replies: 6
Views: 2103

Re: DateTime variables problem XHabour

... the DateTime. I have just decided to convert my DateTime variables back to Valtype "D" so they appear correct in all my forms and the math and business rules remain the same. Here is the Valtype conversion which I have enhanced somewhat. Rick Lipkin //--------------------------Function ...
by Rick Lipkin
Mon Jul 30, 2012 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime variables problem XHabour
Replies: 7
Views: 2606

Re: DateTime variables problem XHabour

Mr Elvira and Mr Rick Thanks for the information. With the latest build of xHarbour the datetime math is okay. Special thanks to Mr Rick for following up with xHarbour team and getting the issues fixed. When xHarbour introduced datetime values with the same valtype 'D' ...
by nageswaragunupudi
Sun Jul 29, 2012 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime variables problem XHabour
Replies: 7
Views: 2606
PreviousNext

Return to advanced search