topic
stringlengths
1
63
text
stringlengths
1
577k
bug rpreview.prg FWH 14.12
Una matización Antonio, me parece que más que añadir lo que quieres decir es sustituir las líneas existentes por estás nuevas que pones. ¿Además hay que reconstruir alguna librería con el obj que se obtiene?
bug rpreview.prg FWH 14.12
Paz, Esas líneas ya estaban, ahora lo que hay que añadirle es: If( ::lZoom, ::oLvw:Hide(), ::oLvw:Show() ) Lo más sencillo hasta que publiquemos un nuevo build de FWH es añadir el fichero rpreview.prg como si fuese un PRG más de vuestra aplicación. rpreview.obj tiene que ser reemplazado en FiveH.lib
bug xBrose and Fastedit
Hello, This code is not working. It does not save changes. [code=fw:25r9zo4a]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.Ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"ord....
bug xBrowse ADO
Hello, I am getting this error reported by some customers: [quote:y9pmw3yy] Error description: Error BASE/1004 No existe el m‚todo: RECORDCOUNT Args: [ 1] = U Stack Calls =========== Called from: => RECORDCOUNT( 0 ) Called from: .\source\classes\XBROWSE.PRG => (b)TXBROWSE_SETADO( 4556 ) Called from: .\sour...
bug xBrowse ADO
Moises I have seen this error if you close the recordset and xBrowse is trying to refresh itself especially in a MDI environment. Rao has a codeblock you should call but I can not recall it off hand... hopefully he will chime in here and tell you what the syntax is and how to use it .. I will search the forum and see ...
bug xBrowse ADO
This error can be expected in two cases. 1) If the recordset is opened with adUseServer. 2) Recordset is closed in WHEN clause and there are still some buttons or controls that keep referring to the recordset. Advice: a) If the browse is on MDICHILD window, close the recordset in oWnd:bPostEnd. eg: oWnd:bPostEnd := {...
bug xBrowse ADO
Dear Mr. Nages, Thank you for your attention. The xBrowse is placed in a Windows, not the main one. I use StopUntill to simulate a Dialog. This is how I close it: [code=fw:1gip2mvy]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; <span style="color: #B900B9;">//</span><br />&nbsp; &nbsp;<span st...
bug xBrowse ADO
MOISES Remove the SysRefresh() and re-try your code .. Rick Lipkin
bug xBrowse Win7 style FW 11.7
Hello. Recent change in Win7 style does not work. I move scroll to Johnny but it remains at top Homer: [url=http&#58;//imageshack&#46;us/photo/my-images/718/naoc&#46;png/:1o2vndcq][img:1o2vndcq]http&#58;//img718&#46;imageshack&#46;us/img718/566/naoc&#46;png[/img:1o2vndcq][/url:1o2vndcq] Uploaded with [url=http&#58;...
bug xBrowse Win7 style FW 11.7
Cursor movement of MARQSTYLE_HIGHLWIN7 works the same way as MARQSTYLE_HIGHLROWMS. When we scroll with scroll wheel, the new position is shown with dotted rectangle and the high-lite remains at the original row. When we click on the new row or move with cursor keys highlite also is moved. This behavior is same in bot...
bug xBrowse Win7 style FW 11.7
Mr. Nao, Thank you for your reply. I need previous highlite with Windows 7 style. How can I get it please?. Why don´t rename this 11.7 new feature as other new style and keep previous as number 7?. I can´t change design to my customers. Also, maybe others want to keep tradicicional highlite with Windows 7 look. Th...
bug xBrowse Win7 style FW 11.7
Previous implementation of WIN7 style was not like windows 7 style. That was the complaint earlier, which is now fixed. Now WIN7 is like windows 7 style this is exactly the beahavior of xbrowse full horizontal bar multiselect mode also.
bug xBrowse Win7 style FW 11.7
Well, i need previous windows7 look. It could be named as 2007 or other. But I can´t change suddenly xbrowse behaviour. Thank you.
bug xBrowse Win7 style FW 11.7
Hello. Any solution to keep old Win7 style behaviour with a different name?. Thanks
bug xBrowse Win7 style FW 11.7
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=118644#p118644">viewtopic.php?p=118644#p118644</a><!-- l -->
bug xBrowse Win7 style FW 11.7
Antonio, Fixes work fine but I would appreciate a permanent solution so as not changing xbrowse.prg with every update. Maybe defining a new style?. Por example, WIN7OLD?
bug xBrowse Win7 style FW 11.7
Listened and planning it... <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
bug xBrowse Win7 style FW 11.7
Thank you Antonio.
bug xBrowse Win7 style FW 11.7
Implemented in FWH 11.09 oBrw:lMultiselect := .F. Mr. Rao has implemented it in a very nice way, thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
bug xBrowse in ::cFilterFld
Hello, I have a combobox with the fields explained with a different Array. When I change the ítem on the combobox, oBrw:cFilterFld is not updated. Always takes FIRST, but I need to change it. This is my code: [code=fw:2bg9y11g]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">...
bug xBrowse()
Hello, In previous builds, issuing xBrowse(oObject), when the object was empty showed an empty xbrowse(), but now it shows the current dbf. It should show an empty xbrowse or a message saying that oObject is empty. Thank you.
bug xBrowse()
Moises, That behavior has not changed since 2013 or even earlier. To me it is not wrong, as it is using the default Alias(). Why don't you close the DBF before calling Xbrowse( oObject ) ?
bug xBrowse()
Antonio, Several times, I use xBrowse( oObject ) to do debugging, not for browsing the table. For browsing the table, I do xbrowse() or xbrowse( alias() ). In the past, when oObject was empty or nill, xBrowse showed empty. That was great. Now, when the Object passed in the function is not empty, it browses it. ...
bug xBrowse()
Moises, It does not seem as a bug, see this: [code=fw:2qsb3j6t]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> <span style="color: #0000ff;">XBrowse</span><span style="color: #000000;">&#40;</span> uData, cTitle, lAutoSort, bSetUp, aCols, bSelect, lExcel, lFastE...
bug xBrowse()
Antonio, Please, try: [code=fw:1yuejn85]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />  <span style="color: #00C800;">local</span> myvar := <span style="color: ...
bug xBrowse()
Mr Antonio is correct. When uData is nil, xbrowse displays default Alias(). This has been the behavior since the time this function was created and this behavior is intentional. We intended that simple statement XBrowse() or XBROWSER shows the default alias, same way the function Browse() does. ( Browse() uses WBrows...
bug xBrowse()
Thank you for your clarifications. I guess in the past I modified in the lib xbrowse() removing default cAlias := alias(). For my purpouses, I created a personal UDF.
bug xBrowse() function
Hello, In xbrowse() function, new options for adding or editing the record do not work. It´s not posible to enter data. Thank you.
bug xBrowse() function
We need to explicitly enable Edit. XBROWSER <source> FASTEDIT or XBROWSER <source> SETUP ( oBrw:nEditTypes := EDIT_GET )
bug xBrowse() function
Mr Rao [code=fw:24ej2bgf]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// 89 - Line Fwh 15.02 </span><br />#ifdef REVD1406<br /><br /><span style="color: #B900B9;">//</span><br /><br />#ifdef REVD1408<br />&nbsp;</div>[/code:24ej2bgf] No?
bug xBrowse() function
You are right. Thank you. How did you notice it?
bug xBrowse() function
Mr Rao I am modifying its superb function to place it in the position you want. Also I want the dialog is not modal and the casing above the dialog or window on which it appears (as the dialogues text search: look image) It helps a little? Estoy modificando su magnifica funcion para poder situarla en la posicion que s...
bug xBrowse() function
Hello, excuse me, but my fivEdit is far to be like this screenshot... why? where you take it? Thanks, Antonino
bug xBrowse() function
Look <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=24025&start=270#p171557">viewtopic.php?f=6&t=24025&start=270#p171557</a><!-- l --> <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=29890#p169851">viewtopic.php?f=3&t=29890...
bug xBrowse() function
always topic in Spanish... I just cloned the repository, ran it and it crashed: [code=fw:won8cd9b]<div class="fw" id="{CB}" style="font-family: monospace;">Application<br />===========<br />   Path and <span style="color: #0000ff;">name</span>: <span style="color: #000000;">C</span>:\Users\aperricone\Downloads\FivEdit ...
bug xBrowse() function
Very soon will be updated It is an old version
bug-FWH64(build64.bat)
Dear Antonio, fix set hdirl=%hdir%\lib\vc64 to set hdirl=%hdir%\lib because your Harbour's LIB not vc64 folder [quote:2pigafiz] @ECHO OFF CLS ECHO ??????????????????????????????????????? ECHO ?FWH 64 for Harbour 14.09 (MSVC++) Sep.2014 Harbour development power ? ECHO ?(c) FiveTech, 1993-2014 for Microsoft ...
bug-FWH64(build64.bat)
Richard, Please copy harbour 64 lib folder to c:\harbour\lib\vc64
bug-FWH64(build64.bat)
Antonio, OK. Finished.
bug-FWH64(build64.bat)
Antonio, samples\Build64.bat only to build one PRG file. I want to build more PRG files. Same as BCC .mak file, Where can download it for VS2013? Thanks a lot.
bug-FWH64(build64.bat)
Richard, Please review the file vs2013_64bits_make.zip in FWH\makes folder <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
bug-FWH64(build64.bat)
[quote="Antonio Linares":qbcleai2]Richard, Please review the file vs2013_64bits_make.zip in FWH\makes folder <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:qbcleai2] Antonio, Thanks a lot.
bug-FWH64(build64.bat)
Antonio, Where can I download the file vs2013-64bits.zip as it is not in the FWH\makes map? Thank you. Bart
bug-FWH64(build64.bat)
Bart, go.bat [code=fw:1rrlqv70]<div class="fw" id="{CB}" style="font-family: monospace;">@set oldpath=%path%<br />@set oldinclude=%include%<br />@set oldlib=%lib%<br />@set oldlibpath=%libpath%<br /><span style="color: #00C800;">if</span> exist <span style="color: #ff0000;">"%ProgramFiles%<span style="color: #000000;"...
bug-FWH64(build64.bat)
Antonio The go.bat and test.mak files create the one.exe as expected. When compiling and linking my own application however, I get a fatal error U1073: don't know how to make the "app".rc The exe file is not created. Any idea what's wrong? Thank you Best regards Bart
bug-FWH64(build64.bat)
Bart, In your makefile check that you have these lines: .SUFFIXES: .prg .c .obj .rc .res ... IF EXIST app.res echo app.res >> msvc.tmp ... app.res : app.rc rc.exe -r -d__FLAT__ app.rc Please check that if you call rc.exe, it is available
bug-FWH64(build64.bat)
Antonio Problem solved. The app.rc file was missing. Thanks Bart
bugs FW14.06
Antonio, He detectado varios problemas. El primero, es que el tema del rpreview y los metafiles se siguen ahorita visualizando mal y muy feitos. Mira por ejemplo samples\invoice.prg: [img:3oh1hops]http&#58;//i61&#46;tinypic&#46;com/wvplab&#46;png[/img:3oh1hops] Y en la nueva clase AutoGet no pone el botón de ACTI...
bugs FW14.06
Elvira, En la versión 14.04 se ve igual, acabo de probarlo. Asi que posiblemente ese bug se haya introducido antes de la versión 14.04
bugs FW14.06
Antonio, Muy agradecida, es que se ve muy feito y eso no se puede mostrar al cliente.
bugs FW14.06
Elvira, Hay un bug en el método CreateButton() de la clase tGet.prg Busca este código: [quote:1a3awcdr]if ValType( ::bAction ) == "B" .and. Upper( ::ClassName() ) == "TGET"[/quote:1a3awcdr] Sin embargo, debería ser en realidad Upper( [b:1a3awcdr]::Super[/b:1a3awcdr]:ClassName() ), porque si hacemos una clase deriva...
bugs FW14.06
[quote="elvira":305ghj9f] El primero, es que el tema del rpreview y los metafiles se siguen ahorita visualizando mal y muy feitos. Mira por ejemplo samples\invoice.prg: [/quote:305ghj9f] Yo ten ia el mismo problema con algunas impresoras , porque no se devolvían correctamente las resoluciones de la impresora ... mi s...
bugs FW14.06
Manuel, Muchas gracias, voy a mirarlo. A ver si Antonio por favor lo mira bien y saca una build corregida con todos los errores. Muy agradecida <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
bugs FW14.06
Hola Manuel, Me temo que sigue viéndose mal y feito: [img:3crxuhnu]http&#58;//i57&#46;tinypic&#46;com/35ix3m0&#46;png[/img:3crxuhnu] Estos problemas empezaron en los cambios que empezó a ejecutar el Maestro el año pasado en tprinter.prg y tmetafile.prg.
bugs FW14.06
Captura completa: [img:s4ul3rl8]http&#58;//i61&#46;tinypic&#46;com/2eycs2a&#46;png[/img:s4ul3rl8]
bugs FW14.06
Maestro!!!, En la 13.09 se ve bien: [img:i16sr7d8]http&#58;//i57&#46;tinypic&#46;com/6ru72x&#46;png[/img:i16sr7d8]
bugs FW14.06
Elvira En la 13.11 también Pero cuando entras has de dar click para que aparezcan las imágenes laterales y las proporciones correctas, no?
bugs FW14.06
Cristóbal, Así es, tengo que dar ese click para que las proporciones se vean bien, al principio se ve mal. Muchas gracias.
bugs FW14.06
Puedes poner aqui el código de tu prueba de impresión a ver si reproduzco el error ? . Si usas la ventana de preview completa en vez mdi te hace lo mismo ? . Estoy interesado en el tema, a ver si estabilizamos el código . Paraq empezar yo he puesto una DATA en rpreview.prg : [code=fw:300ux0qm]<div class="fw" id="{...
bugs FW14.06
Manuel, Uso samples\invoce.prg: [code=fw:3vao3qdf]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp;<span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br />&nbsp;<span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Report.ch"</sp...
bugs FW14.06
[quote="mastintin":3mf4a3tw]Puedes poner aqui el código de tu prueba de impresión a ver si reproduzco el error ? . Si usas la ventana de preview completa en vez mdi te hace lo mismo ? . Estoy interesado en el tema, a ver si estabilizamos el código . Paraq empezar yo he puesto una DATA en rpreview.prg : [code=fw:3m...
bugs FW14.06
con este rpreview a mi me funciona bien <!-- m --><a class="postlink" href="https://dl.dropboxusercontent.com/u/132931/rpreview.prg">https://dl.dropboxusercontent.com/u/132931/rpreview.prg</a><!-- m --> mirar a ver . Observar el primer botón ( una lupa) , permite ver o ocultar el listview y también tiene una data para...
bugs FW14.06
Manuel, Muchas gracias, parece que se va viendo bien: [img:3pj27mvr]http&#58;//i61&#46;tinypic&#46;com/2v1rsz9&#46;png[/img:3pj27mvr] Entonces, ¿el problema no es de la clase tmetafil.prg?.
bugs FW14.06
Realmente el unico cambio que tenemos que hacer en la clase original es añadir el menu a mdichild . No preguntes el motivo , pues no lo sé , pero resuelve el problema .Mirando versiones anteriores ( la 13.06 ) no llevaba esto y no se producía el problema . ¿? El problema ademas es que si deseamos quitar el menu no po...
bugs FW14.06
[quote="mgsoft":22ihiusg]Elvira, Hay un bug en el método CreateButton() de la clase tGet.prg Busca este código: [quote:22ihiusg]if ValType( ::bAction ) == "B" .and. Upper( ::ClassName() ) == "TGET"[/quote:22ihiusg] Sin embargo, debería ser en realidad Upper( [b:22ihiusg]::Super[/b:22ihiusg]:ClassName() ), porque si...
bugs FW14.06
Preview problem: The problem occurs only for non-modal previews in MDI environment. The problem is not created in 14.06 but has been there for a very long time till 14.06. Fix: Please locate the first line in the method SetFactor( nValue ) of TPreview. This is the present code. [code=fw:19x0yjwt]<div class="fw" id="{...
bugs FW14.06
Dear Mr. Nages, When those changes would be available?. I plan to catch de FWH64 bits offer. Yours sincerely
bugs FW14.06
Any release from this moment onwards will have this fix.
bugs FWH64
Antonio, In FWH64, class Twebcam is not included. Also, testing samples\testrtf causes a GPF. Thank you much.
bugs FWH64
Antonio, This is the hb_out.log when attemping to use RICHEDIT under FWH64: [code=fw:dygh0plt]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />Called <span style="color: #0000ff;">from</span> RESETOLECALLBACK<span style="color: #000000;">&#40;</span><span style="color: #000000;">0</span><span sty...
bugs FWH64
Antonio, I tested this: #pragma BEGINDUMP #include "windows.h" #include "wininet.h" #include "hbapi.h" #include "richedit.h" #include <richole.h> HB_FUNC( REGETOLEINTERFACE ) { #ifdef _WIN64 hb_retl( SendMessage( ( HWND ) hb_parnll( 1 ), EM_GETOLEINTERFACE, 0, ( LPARAM ) &pred...
bugs FWH64
Lucas, Thanks for the feedback, I am going to review it asap. I am currently completing my tests on the printer preview enhancements that Armando and Elvira requested and we have implemented <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
bugs FWH64
Lucas, This seems to be the fix <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> [code=fw:1c9vlst9]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> REGETOLEINTERFACE <span style=...
bugs FWH64
Lucas, Yes, sorry, you can not test it. I will email you the modified lib, thanks
bugs FWH64
Antonio, Thank you. Also, please include class tWebcam. I do the test and I will inform you.
bugs FWH64
Lucas, The bug you reported me regarding RichEdit made me realize that there is code in FWH that has not been properly adapted to 64 bits: Everytime we use the extend system to send or receive a handle, we have to use hb_parnll() and hb_retnll(). This is due to the fact that handles in WIN64 can be larger than in WIN...
bugs FWH64
Lucas, Once FWH 13.07 is published, I would appreciate to locate those places where calls to hb_parnll() and hb_retnll() are missing, in case we may be missing some of them. Right now is useless as I have already modified many of them, that in 13.06 are unchanged.
bugs FWH64
Antonio, So can you please send me to my gmail email the fixed 13.06 libs to work with Richedit?. We will continue testing the application and providing you feedback. Bitmaps seems to be working fine. And please, what about TWebCam class?. Thank you.
bugs FWH64
Antonio, With the new libs you sent to me, TWebCam is fixed. It is neccesary to include Vfw32.lib, so build64.bat should be modified as: echo %vcdir%\lib\vfw32.lib >> msvc.tmp But the GPF with RichEdit is still happening. samples\testrtf.prg causes this hb_out.log: [code=fw:3u5n0g7r]<div class="fw" id="{CB}" ...
bugs FWH64
Lucas, Class TWebCam was simply missing from the FWH 64 makefile. I am rebuilding FWH 64 to include it and I will send it to you. In the meantime, if you add the source code of the Class TWebCam to your PRG, then it should work fine.
bugs FWH64
Lucas, thanks for your feedback, I was expecting it, as I did not include in the libs that I sent you all the changes that I did later on on richedit. I am solving an issue with FWH 64 (testing on Windows 8, as there are some internal changes between Windows 7 and 8 ) and then I will be ready to send you a more recen...
bugs FWH64
Antonio, Any news please?. Thanks.
bugs FWH64
Lucas, I have succesfully built Harbour and FWH 64 using VS2012 and it is working fine <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Could you upgrade to VS2012 C Express ? For us it is much more complex to support multiple versions, and I think VS2012 is a very good ve...
bugs FWH64
Antonio, Good news. But I am afraid now we are with hurry finishing a proyect and I don´t have time to change at this present moment. Please, can you send me the fix for TRichEdit?. Thank you very much. We need the fix please urgent. Thanks.
bugs FWH64
Lucas, First thing to be checked is if riched20.dll is ok for 64 bits. A DLL can't be accessed from both 32 and 64 bits, so unless I am missing something, that DLL should not work with 64 bits mode. Anyhow, a LoadLibrary( "riched20.dll" ) seems to return a valid handle. How is this possible ? And how is it possible ...
bugs FWH64
Antonio, Have you tested FWH76\SAMPLES\TESTRTF.PRG?. Does it work with MSVC2012?. I am afraid not every company perform our intense tests before delivering and application <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->. The harder we test it, less support troubles we have <...
bugs FWH64
Lucas, I think I solved it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> That DLL works fine on 64 bits (Microsoft misteries...) and samples/testrich.prg is already fine <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
bugs FWH64
Antonio, Great news !!!. You are the Master. Please, can you indicate me the fix?. Thank you very much.
bugs FWH64
This is working with VS2012 and FWH 64. Now I will start rebuilding it for VC2010. [img:1nmofvlp]http&#58;//img18&#46;imageshack&#46;us/img18/1333/sdz&#46;png[/img:1nmofvlp]
bugs FWH64
Lucas, You can't fix it from there. You need new libs from me, sorry. Its a complex code that can't be patched.
bugs FWH64
Lucas, Also, if you use sentences like: DLL FUNCTION ... and if pointers are supplied as parameters they may not work, as in those cases we still have to implement LONGLONG support. We do use them from image.prg and it is not solved yet. If you need this feature now, I am afraid its not ready for you yet.
bugs FWH64
Antonio, TImage seems to be working as I use Ribbon in 64 bits. And as I use TIMage too, it is working fine. Where is the problem?. This function also Works fine under FWH64: //-------------------------------------------------------------------------------------------------- FUNCTION URLDownLoad(cUrl, cSaveAs) //-...
bugs FWH64
Lucas, Those problems only manifest on Windows 8, on Windows 7 is ok. As I mentioned before I have found some internal differences between them, but we have solved them already. Now I am trying to find IRichEditOleCallbackVtbl for VC2010, it seems as it is not available there. VS2012 compiles it fine.
bugs FWH64
Problem solved, with VS2010 seems as it has to be compiled in C mode (just richedit internals). VS2012 compiles it fine in C++ mode. We are building FWH 64 and Harbour in C++ mode (/TP) instead of (/TC) C mode.
bugs FWH64
Great work, Master. Can you please send me the libs for MSVC2010?. Thank you.
bugs FWH64
Lucas, already sent, check your email <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
bugs FWH64
Antonio, Sorry, but I haven´t received at my gmail account. Thank you.
bugs FWH64
Lucas, It should be in your mailbox, please check it again <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
bugs FWH64
Antonio, Thank you. Now it is. So please, what was the mistery?. Thanks.
bugs FWH64
There are no misteries, its just a matter of learning and investing time using Microsoft C <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> The more I use Microsoft Visual C the more I like it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><...