messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "I will test it when it arrives. Thank you.", "time": "18:27", "topic": "Build with Visual Studio 2015 errors", "username": "TimStone" } ]
Build with Visual Studio 2015 errors
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks to you for your great feedback and for making us aware of the new MS tools <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "18:38", "topic": "Build with ...
Build with Visual Studio 2015 errors
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "The only problem is that these new FWH libs are not backwards compatible. I just tested them\n\nThey require the new Harbour and VS2015", "time": "18:46", "topic": "Build with Visual Studio 2015 errors", "username": "A...
Build with Visual Studio 2015 errors
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nI have no problem with that. VS 2015 is on a test machine with Win 10. My current \"production\" computer will not be affected. I simply copy source code from the production machine to the test machine where the new...
Build with Visual Studio 2015 errors
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "very good <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "19:35", "topic": "Build with Visual Studio 2015 errors", "username": "Antonio Linares" } ]
Build with Visual Studio 2015 errors
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "OK ...\n\nI still have 3 problems: UNDEFINED\n\n__vaCopy in _hb_vsnprintf found in hbcommon.lib\n\n__iob_func in hbssl.lib ( I don't think you rebuilt this one )\n\n_except_handler4_ommon in MSVCRTD.lib though I told it not to l...
Build with Visual Studio 2015 errors
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nPlease try to link vcruntime.lib too", "time": "20:23", "topic": "Build with Visual Studio 2015 errors", "username": "Antonio Linares" } ]
Build with Visual Studio 2015 errors
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "That took care of the MSVCRT issue, but not hbssl and hbcommon libs.", "time": "21:05", "topic": "Build with Visual Studio 2015 errors", "username": "TimStone" } ]
Build with Visual Studio 2015 errors
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nI have never built hbssl myself, so I will have to check how to do it...\n\nAs far as I know we have to use OpenSSL\n\nmaybe some hbssl user can help us here", "time": "21:29", "topic": "Build with Visual Studio 20...
Build with Visual Studio 2015 errors
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "I am trying to build it this way:\n\nc:\\harbour\\contrib\\hbssl>c:\\harbour\\bin\\hbmk2 hbssl -comp=msvc\nhbmk2: Building sub-project (level 2): hbssls.hbp\nhbmk2[hbssls]: Warning: Missing dependency: openssl\n\nSurely Rafa Carmo...
Build with Visual Studio 2015 errors
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, creo, pero no lo he usado nunca, que has de tener instalado el OpenSSl en C:\\OpenSSl...\nHe encontrado esto\n ¿ <!-- m --><a class=\"postlink\" href=\"http://www.openssl.org/source/openssl-0.9.8h.tar.gz\">http://www.open...
Build with Visual Studio 2015 errors
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Cristobal,\n\nThese are the steps that Rafa Carmona explained:\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=23539&p=157479&hilit=openssl#p126479\">viewtopic.php?f=6&t=23539&...
Build with Visual Studio 2015 errors
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "[url:1muzlab6]http&#58;//developer&#46;covenanteyes&#46;com/building-openssl-for-visual-studio/[/url:1muzlab6]", "time": "09:40", "topic": "Build with Visual Studio 2015 errors", "username": "Antonio Linares" } ]
Build with Visual Studio 2015 errors
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Before calling:\n\nnmake -f ms\\nt.mak \n\nthis call must be done:\n\ncall \"%ProgramFiles(x86)%\\Microsoft Visual Studio 14.0\\VC\\vcvarsall.bat\"\n\nand I get this error:\n[quote:1r9t1jxr]C:\\openssl>nmake -f ms\\nt.mak\n\nMicro...
Build with Visual Studio 2015 errors
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Error solved removing the word \"HANDLE\" from line 556\n\nCompiling...", "time": "10:02", "topic": "Build with Visual Studio 2015 errors", "username": "Antonio Linares" } ]
Build with Visual Studio 2015 errors
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Next error:\n\n[quote:1jc9cons] cl /Fotmp32\\b_print.obj -Iinc32 -Itmp32 /MT /Ox /O2 /Ob2 /W3 /WX /Gs0 /GF /Gy /nol\n2_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECA\n-DOPENSSL_NO...
Build with Visual Studio 2015 errors
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Solved changing line 381 of c:\\openssl\\crypto\\bio\\b_print.c this way:\n\n*num = ( short ) currlen;\n\nNext error:\n[quote:1v0chur3] cl /Fotmp32\\rand_win.obj -Iinc32 -Itmp32 /MT /Ox /O2 /Ob2 /W3 /WX /Gs0 /GF /Gy /no\n3...
Build with Visual Studio 2015 errors
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Solved comenting the line 404 of c:\\openssl\\crypto\\rand\\rand_win.c \n\n// MODULEENTRY32 m;\n\nnext error:\n[quote:dfss9ztf] cl /Fotmp32\\rand_win.obj -Iinc32 -Itmp32 /MT /Ox /O2 /Ob2 /W3 /WX /Gs0 /GF /Gy /nologo -DOPEN...
Build with Visual Studio 2015 errors
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Solved with these changes in c:\\openssl\\crypto\\rand\\rand_win.c line 544:\n\n[code=fw:1witi5wg]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style=...
Build with Visual Studio 2015 errors
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Next error:\n\n[quote:2ba9etr4] link /nologo /subsystem:console /opt:ref /out:out32\\constant_time_test.exe @C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\nmF6\nD2.tmp\nconstant_time_test.obj : error LNK2019: unresolved extern...
Build with Visual Studio 2015 errors
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "These libs have been already built:\n\nc:\\openssl\\out32\\libeay32.lib\n\nc:\\openssl\\out32\\ssleay32.lib\n\nNot sure what else we need now...", "time": "10:45", "topic": "Build with Visual Studio 2015 errors", "user...
Build with Visual Studio 2015 errors
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "According to hbssl.hbp we need these DLLs:\n\n-depimplibs=openssl:../out32dll/libeay32.dll\n-depimplibs=openssl:../out32dll/ssleay32.dll\n-depimplibs=openssl:../dll/libeay32.dll\n-depimplibs=openssl:../dll/ssleay32.dll\n-depimplib...
Build with Visual Studio 2015 errors
[ { "date": "2022-04-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Using hbmk2.exe to build our FWH app 32 bits using Microsoft Visual Studio Community 2022:\n\ntest.hbp\n[code=fw:37lszryg]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">-gui<br /><br />-Ic:\\fwh\\include<br /><br ...
Build your FWH app using hbmk2.exe and MSVC 32&64
[ { "date": "2022-04-19", "forum": "FiveWin for Harbour/xHarbour", "text": "64 bits version using FWH 64 and MSVC 64 bits:\n\ntest64.hbp\n[code=fw:1vo4spti]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">-gui<br /><br />-Ic:\\fwh\\include<br /><br />test.prg<br /><br />-Lc:\\fwh\\lib<br />...
Build your FWH app using hbmk2.exe and MSVC 32&64
[ { "date": "2022-04-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio,\n\nWhat is the advantage of hbmk2.exe?", "time": "07:45", "topic": "Build your FWH app using hbmk2.exe and MSVC 32&64", "username": "Horizon" } ]
Build your FWH app using hbmk2.exe and MSVC 32&64
[ { "date": "2022-04-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hakan,\n\nSimplicity and easy of use", "time": "10:53", "topic": "Build your FWH app using hbmk2.exe and MSVC 32&64", "username": "Antonio Linares" } ]
Build your FWH app using hbmk2.exe and MSVC 32&64
[ { "date": "2022-04-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Good Morning Antonio,\nI can´t find download for MSVC 2019. Could I try it with MSVC 2022?\n\nWhich option should us choose in this screen?\n[img:sbspese7]https&#58;//i&#46;imgur&#46;com/4qrUWuK&#46;jpg[/img:sbspese7]", "time"...
Build your FWH app using hbmk2.exe and MSVC 32&64
[ { "date": "2022-04-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Vilian,\n\n> Could I try it with MSVC 2022 ?\n\nPlease use 2022\n\nPlease select \"desenvolvimiento para desktop com C++\"", "time": "17:48", "topic": "Build your FWH app using hbmk2.exe and MSVC 32&64", "username": "A...
Build your FWH app using hbmk2.exe and MSVC 32&64
[ { "date": "2022-04-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you Antonio,\n\nI'm tryng to compile a little samples, but it's showing the error message bellow:\n[code=fw:3qyopxlp]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #000000;\">&#91;</span...
Build your FWH app using hbmk2.exe and MSVC 32&64
[ { "date": "2022-04-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Vilian,\n\nPlease do this:\n\ngit clone <!-- m --><a class=\"postlink\" href=\"https://github.com/harbour/core\">https://github.com/harbour/core</a><!-- m --> harbour\n\nso it gets cloned at c:\\harbour", "time": "18:27", ...
Build your FWH app using hbmk2.exe and MSVC 32&64
[ { "date": "2022-04-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you <!-- s;) --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\";)\" title=\"Wink\" /><!-- s;) -->", "time": "19:04", "topic": "Build your FWH app using hbmk2.exe and MSVC 32&64", "username": "vilian" } ]
Build your FWH app using hbmk2.exe and MSVC 32&64
[ { "date": "2022-04-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Hola Antonio,\nHe seguido los pasos que indicas, pero tengo el siguiente error, usando el test.prg:\n[img:ailgwjjz]https&#58;//tssemsa&#46;com/sistemas/img/msvcharb&#46;jpg[/img:ailgwjjz]\n\nQue no encuentra la funcion BuildMenu()...
Build your FWH app using hbmk2.exe and MSVC 32&64
[ { "date": "2022-04-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Ya esta solucionado Antonio.\nLe cambie el nombre a la funcion BuildMenu de tu Ejemplo a MenuSis y enlazo correctamente, y genero el ejecutable sin problema\nNo se porque no encontraba la funcion con el nombre original?\n\nSaludos...
Build your FWH app using hbmk2.exe and MSVC 32&64
[ { "date": "2022-04-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Carlos,\n\nYa habiamos detectado ese bug y está arreglado para el próximo build de FWH <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nEfectivamente la solución es cambiar el ...
Build your FWH app using hbmk2.exe and MSVC 32&64
[ { "date": "2022-04-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Enterado Antonio, gracias.\nSeguiré ahora con tratar de armar un proyecto que ya tengo funcionando con Borland, y que quiero ahora tener con MSVC.\n\nSaludos\n\nCarlos.", "time": "19:10", "topic": "Build your FWH app using...
Build your FWH app using hbmk2.exe and MSVC 32&64
[ { "date": "2022-04-23", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":27h9xqew]Vilian,\n\nPlease do this:\n\ngit clone <!-- m --><a class=\"postlink\" href=\"https://github.com/harbour/core\">https://github.com/harbour/core</a><!-- m --> harbour\n\nso it gets cloned at c:\...
Build your FWH app using hbmk2.exe and MSVC 32&64
[ { "date": "2022-04-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Hakan,\n\nPlease use these batch files to build Harbour 32 and 64 bits using Visual Studio Community 2022:\n\ncopy them into c:\\harbour\n\nYou have to download OpenSSL 32 and 64 bits from here: [url:g3tvgk0z]https&#58;//slpr...
Build your FWH app using hbmk2.exe and MSVC 32&64
[ { "date": "2022-04-23", "forum": "FiveWin for Harbour/xHarbour", "text": "This is the right one for 64 bit:\n\n[url:2fkc621u]https&#58;//slproweb&#46;com/download/Win64OpenSSL_Light-3_0_2&#46;exe[/url:2fkc621u]\n\nAnd this for 32 bit:\n\n[url:2fkc621u]https&#58;//slproweb&#46;com/download/Win32OpenSSL_L...
Build your FWH app using hbmk2.exe and MSVC 32&64
[ { "date": "2022-04-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, para salir de dudas de una vez por todas....\n\nQue version de ssl descargar tanto para bcc como para msvc? en sus versiones 32 y 64 bits..", "time": "19:01", "topic": "Build your FWH app using hbmk2.exe and MSVC ...
Build your FWH app using hbmk2.exe and MSVC 32&64
[ { "date": "2022-04-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Carlos,\n\nPara 32 bits prueba con:\n[url:jdzx6ezy]https&#58;//slproweb&#46;com/download/Win32OpenSSL-3_0_2&#46;exe[/url:jdzx6ezy]\n\nPara 64 bits prueba con:\n[url:jdzx6ezy]https&#58;//slproweb&#46;com/download/Win64OpenSSL-1_1_1...
Build your FWH app using hbmk2.exe and MSVC 32&64
[ { "date": "2022-04-25", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":29fq6mfn]Carlos,\n\nPara 32 bits prueba con:\n[url:29fq6mfn]https&#58;//slproweb&#46;com/download/Win32OpenSSL-3_0_2&#46;exe[/url:29fq6mfn]\n\nPara 64 bits prueba con:\n[url:29fq6mfn]https&#58;//slproweb...
Build your FWH app using hbmk2.exe and MSVC 32&64
[ { "date": "2022-04-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Hakan,\n\nWe already explained it here:\n<!-- l --><a class=\"postlink-local\" href=\"https://forums.fivetechsupport.com/viewtopic.php?p=249800&sid=cf5b3f87e1f151243044e5d25dfd8ca0#p249800\">viewtopic.php?p=249800&sid=cf5b3f8...
Build your FWH app using hbmk2.exe and MSVC 32&64
[ { "date": "2022-06-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Previous post updated including:\n\nset HB_WITH_LIBHARU", "time": "10:17", "topic": "Build your FWH app using hbmk2.exe and MSVC 32&64", "username": "Antonio Linares" } ]
Build your FWH app using hbmk2.exe and MSVC 32&64
[ { "date": "2018-08-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nI want to implement a query-builder in an application.\nIs there an easy way to verify the correct syntax before running the query?\nThe users of the application are engineers, so they know how to make queries.\n\nI want th...
Build-in Querybuilder
[ { "date": "2018-08-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Marc,\n\nPlease review FWH function FWExpBuilder( cExp, oRs, nClrTxt, nClrBack )\n\nThis function is used from FWH\\samples\\fivedbu.prg so you can test it\n\n[img:3jr40s39]https&#58;//bitbucket&#46;org/fivetech/screenshots/downlo...
Build-in Querybuilder
[ { "date": "2018-08-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you Antonio,\n\nThat's a very good start.", "time": "08:31", "topic": "Build-in Querybuilder", "username": "Marc Vanzegbroeck" } ]
Build-in Querybuilder
[ { "date": "2018-08-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nI have tested it, but I have a problem.\nI'm using a recordset.\n\nI first call FWExpBuilder()\n\nThen I call FWCheckExpression() to see if the result is ok, but I'm always get the error 'Variable does not exist' This ...
Build-in Querybuilder
[ { "date": "2018-08-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Please copy here the expression that you build\n\nIn case that you are using a local variable, turn it into a public one", "time": "22:11", "topic": "Build-in Querybuilder", "username": "Antonio Linares" } ]
Build-in Querybuilder
[ { "date": "2018-08-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Here is a little test:\nadoHaalPointselRecordset() returns the recordset.\n\n[code=fw:2vk89msz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\"color: #00C800;\">FUNCTION</span> tpsquery<span style=\"...
Build-in Querybuilder
[ { "date": "2018-08-19", "forum": "FiveWin for Harbour/xHarbour", "text": "I found the mysql_error() in the mariadb functions to display the last sql-error, but don't know how to display it <!-- s:cry: --><img src=\"{SMILIES_PATH}/icon_cry.gif\" alt=\":cry:\" title=\"Crying or Very sad\" /><!-- s:cry: -...
Build-in Querybuilder
[ { "date": "2018-08-19", "forum": "FiveWin for Harbour/xHarbour", "text": "I found it with calling 'SHOW ERRORS' <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->", "time": "15:22", "topic": "Build-in Querybuilder", "username": "Marc Vanzegbroec...
Build-in Querybuilder
[ { "date": "2016-04-04", "forum": "FiveWin for Harbour/xHarbour", "text": "I have successfully been able to use the MSVC 2015 ( Community ) IDE to build both 32 bit and 64 bit versions of my application ( with nearly 100 .prg files ).\n\nPrior to 16.03, I had no problem with UE Studio building a Harbour ...
Build.bat for MSVC 2015
[ { "date": "2016-04-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nTo build an app using nearly 100 prgs you should use a batch and a makefile as explained here:\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?p=162896#p162896\">viewtopic.ph...
Build.bat for MSVC 2015
[ { "date": "2016-04-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Here is the .mak file, but I get the error mak(27) : fatal error U1034: syntax error : separator missing\n\nLine 27 references mServiceHistory.prg \n\n[code=fw:1ashlmr7]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace...
Build.bat for MSVC 2015
[ { "date": "2016-04-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nAll PRGs names must be lowercase (name and extension)\n\nCheck that there are no tabs in line 47:\n\nc:\\Projects\\MLS2015\\Source\\mServiceHistory.prg \\", "time": "20:45", "topic": "Build.bat for MSVC 2015", ...
Build.bat for MSVC 2015
[ { "date": "2016-04-06", "forum": "FiveWin for Harbour/xHarbour", "text": "I re-cased all lines.\n\nI removed the offending line and re-entered it.\n\nI still get the same error.\n\nTim", "time": "20:50", "topic": "Build.bat for MSVC 2015", "username": "TimStone" } ]
Build.bat for MSVC 2015
[ { "date": "2016-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "This works with hbmk2\nm.bat \n[code=fw:1echj2h5]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">@echo off<br /><br /><br />SET PATH=C:\\Program Files <span style=\"color: #000000;\">&#40;</span>x86<span style=\"co...
Build.bat for MSVC 2015
[ { "date": "2016-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nPlease remove the line that fails and try it again\n\nDon't reenter it\n\nLets see if the error continues without it", "time": "08:27", "topic": "Build.bat for MSVC 2015", "username": "Antonio Linares" } ]
Build.bat for MSVC 2015
[ { "date": "2016-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Maurizio,\n\nYou appear to have a Borland path reference in there which I am not using.\n\nAntonio,\n\nIt's not that line. Here is a modified go64.bat file. I modified it, and put it in the same folder as the .prg files. \n\n[co...
Build.bat for MSVC 2015
[ { "date": "2016-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim ,\nit can works with msvc or borland , for 32 or 64 bit .\n\nMaurizio \n<!-- w --><a class=\"postlink\" href=\"http://www.nipeservice.com\">www.nipeservice.com</a><!-- w -->", "time": "07:45", "topic": "Build.bat for ...
Build.bat for MSVC 2015
[ { "date": "2016-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nDo you have the libs here ? \n\nFWDIR=c:\\fwh64\n\n%FWDIR%\\lib ?\n\nPlease check that they are there", "time": "22:34", "topic": "Build.bat for MSVC 2015", "username": "Antonio Linares" } ]
Build.bat for MSVC 2015
[ { "date": "2016-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "The libs are all in the right place. I checked that before posting.\n\nEverything builds, and the .obj files all link in, but then it replies that it cannot open the .lib files. If I comment some, then the first one it sees will...
Build.bat for MSVC 2015
[ { "date": "2016-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\n> Here is a modified go64.bat file\n\nSurely you meant a makefile filename\n\nPlease post here the msvc.tmp file that is created\n\nThe .bmp filenames are already listed in your RC file. You don't need to list them in this...
Build.bat for MSVC 2015
[ { "date": "2016-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes,I meant a .mak file name.\n\nThere is no msvc.tmp file being created at this point.", "time": "16:21", "topic": "Build.bat for MSVC 2015", "username": "TimStone" } ]
Build.bat for MSVC 2015
[ { "date": "2016-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nCould we have a TeamViewer (or similar) session ?", "time": "16:33", "topic": "Build.bat for MSVC 2015", "username": "Antonio Linares" } ]
Build.bat for MSVC 2015
[ { "date": "2016-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Sure ... I'll email you the info.", "time": "16:49", "topic": "Build.bat for MSVC 2015", "username": "TimStone" } ]
Build.bat for MSVC 2015
[ { "date": "2016-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Problem solved:\n\nNever forget to add a tab in front of each makefile line to execute", "time": "17:35", "topic": "Build.bat for MSVC 2015", "username": "Antonio Linares" } ]
Build.bat for MSVC 2015
[ { "date": "2016-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "One more STOP\n\nNMAKE : fatal error U1077: 'link' : return code '0x49d'\n\nThe command line was link @msvc.tmp /nologo /subsysterm:windows /NODEFAULTLIB:msvcrt > link.log\n\nTim", "time": "17:48", "topic": "Build.bat for ...
Build.bat for MSVC 2015
[ { "date": "2016-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nPlease post here the contents of link.log", "time": "18:18", "topic": "Build.bat for MSVC 2015", "username": "Antonio Linares" } ]
Build.bat for MSVC 2015
[ { "date": "2016-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "The error is: \n LINK : fatal error LNK1181: cannot open input file '%fwdir%\\lib\\FiveH64.lib'\n\nIn the .mak file:\n \techo %fwdir%\\lib\\FiveH64.lib %fwdir%\\lib\\FiveHC64.lib >> msvc.tmp\n\nFiveH64.lib and FiveHC64.lib ar...
Build.bat for MSVC 2015
[ { "date": "2016-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nPlease replace %fwdir% with %FWDIR%", "time": "18:50", "topic": "Build.bat for MSVC 2015", "username": "Antonio Linares" } ]
Build.bat for MSVC 2015
[ { "date": "2016-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "I already tried that. I tried again. It makes no difference.\n\nI'm wondering if there is an issue with it not thinking this is a 64 bit app. It says it can't open the .lib file, not that it can't find it ( if that makes a diff...
Build.bat for MSVC 2015
[ { "date": "2016-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nLets have another TeamViewer session <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "07:04", "topic": "Build.bat for MSVC 2015", "username": "Anton...
Build.bat for MSVC 2015
[ { "date": "2016-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "I sent you an email with the Team Viewer info and the computer is setup for you.\n\nI also have a Go32.bat and a 32 bit mak file in a separate folder. That calls the 32 bit libs and it fails at exactly the same place. I did othe...
Build.bat for MSVC 2015
[ { "date": "2016-04-13", "forum": "FiveWin for Harbour/xHarbour", "text": "The problem continues. I'm using the .bat and .mak files discussed previously. We've had errors formatting the .mak file which are all corrected.\n\nThis is using Harbour, FWH 16.03, and MSVC 2015. This is to be a 64 bit build,...
Build.bat for MSVC 2015
[ { "date": "2016-04-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nVS vcvarsall.bat is not properly being called\n\nVS vcvarsall.bat selects to work with 32 or 64 bits", "time": "21:48", "topic": "Build.bat for MSVC 2015", "username": "Antonio Linares" } ]
Build.bat for MSVC 2015
[ { "date": "2016-04-13", "forum": "FiveWin for Harbour/xHarbour", "text": "The call is right, the file is there ...", "time": "22:07", "topic": "Build.bat for MSVC 2015", "username": "TimStone" } ]
Build.bat for MSVC 2015
[ { "date": "2016-04-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nThis error means that it is building in 32 bits mode:\n\nlibrary machine type 'x64' conflicts with [b:2upxskyh]target machine type 'X86'[/b:2upxskyh]", "time": "22:13", "topic": "Build.bat for MSVC 2015", "user...
Build.bat for MSVC 2015
[ { "date": "2016-04-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes, that is what I have been trying to point out. \n\nBy deduction:\n\n1) Harbour translates .prg to .c. That is not specific to 32 or 64 bit ...\n2) The C compiler translates .c to .obj. I don't know if that is specific to ...
Build.bat for MSVC 2015
[ { "date": "2016-04-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nIt is not a flag. When we call vcvarsall.bat with the right parameter, a different C compiler is selected.", "time": "07:47", "topic": "Build.bat for MSVC 2015", "username": "Antonio Linares" } ]
Build.bat for MSVC 2015
[ { "date": "2006-07-21", "forum": "FiveWin for Pocket PC", "text": "Hi,\n\nI made a program to automate the process of building exe and copy the exe to a directory mounted to emulator.\n\nScreen capture:\n[img:3aerv5ru]http&#58;//x2f&#46;xanga&#46;com/f93a70ea5043567634188/b45406435&#46;jpg[/img:3aerv5ru...
BuildCe.bat make easy...
[ { "date": "2006-07-21", "forum": "FiveWin for Pocket PC", "text": "Paul,\n\nThanks for your contribution <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->", "time": "09:43", "topic": "BuildCe.bat make easy...", "username": "Antonio Linares" } ...
BuildCe.bat make easy...
[ { "date": "2006-07-21", "forum": "FiveWin for Pocket PC", "text": "Download from here\n\n[url:uyakxu8n]http&#58;//hyperupload&#46;com/download/024e4bb231/BuildCE_MadeEasy&#46;zip&#46;html[/url:uyakxu8n]\n\nPaul", "time": "10:26", "topic": "BuildCe.bat make easy...", "username": "laiyilam" ...
BuildCe.bat make easy...
[ { "date": "2013-01-17", "forum": "FiveWin for Harbour/xHarbour", "text": "I have a strange problem with BuildComDbc()....\n\nWhen using the MicroSoft Bluetooth Stack if I try:\n\n[b:2m5o7ic7]IF[/b:2m5o7ic7] BuildCommDcb( \"COM\"+alltrim(str(nComPort))+\":9600,N,8,1\", @cDcb ) \nEndif \n\nIt returns .f...
BuildComDcb()
[ { "date": "2013-01-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\nI had problems with FW-build in COM support and RDP.\nI have substituted through this obj.\n\n<!-- m --><a class=\"postlink\" href=\"http://www.atzwanger-software.com/fw/COMTOOLS.ZIP\">http://www.atzwanger-software.com/fw/C...
BuildComDcb()
[ { "date": "2013-01-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Otto ... Is there a Com Write function?", "time": "16:42", "topic": "BuildComDcb()", "username": "Jeff Barnes" } ]
BuildComDcb()
[ { "date": "2013-01-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff, \nyes. \nI never tried these functions.\nBest regards,\nOtto\n\n[code=fw:2yy4fuz7]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">//********************************************...
BuildComDcb()
[ { "date": "2013-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto, I don't see where I can set the post speed, parity etc...\n\nAm I missing something?", "time": "02:07", "topic": "BuildComDcb()", "username": "Jeff Barnes" } ]
BuildComDcb()
[ { "date": "2013-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Best regards,\notto\n[code=fw:166l6wdd]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">HB_FUNC</span><span style=\"color: #000000;\">&#40;</span> COMOPEN <span style=\"color: #000000...
BuildComDcb()
[ { "date": "2013-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "A copy of Otto's posted ComTools, thanks\n\n[url:mqlcwgas]http&#58;//code&#46;google&#46;com/p/fivewin-contributions/downloads/detail?name=comtools&#46;zip&can=2&q=[/url:mqlcwgas]", "time": "13:46", "topic": "BuildComDcb()...
BuildComDcb()
[ { "date": "2013-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Not having any luck with this...\n\nComOpen returns .t. but ComWrite returns 0", "time": "15:45", "topic": "BuildComDcb()", "username": "Jeff Barnes" } ]
BuildComDcb()
[ { "date": "2013-01-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Try this terminal sample:\n\n[code=fw:25s6lx94]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fivewin.ch\"</span><br /><br /><br />...
BuildComDcb()
[ { "date": "2013-01-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Enrico,\n\nYour test program seems to be collecting data from com port...\nI will need to modify my program to see if it solves the problem of connecting/disconnecting. With the MS stack I can only connect/disconnect about ...
BuildComDcb()
[ { "date": "2013-01-26", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Jeff Barnes\":rwqd4907]Thanks Enrico,\n\nYour test program seems to be collecting data from com port...[/quote:rwqd4907]\n\nYou can also send data hitting keys on the keyboard.\n\nEMG", "time": "14:01", "topic": "...
BuildComDcb()
[ { "date": "2008-01-17", "forum": "FiveWin para Harbour/xHarbour", "text": "El problema que tengo con la funcion BuildCommDCB es que no configura el puerto com del PC. La utilizo de la siguiente manera:\n\n[color=red:2h4jojyr]nComHandle:=OpenCom(\"COM4\",1024,1024)\nBuildCommDcb(\"COM4:9600,N,8,1\", @cDc...
BuildCommDCB
[ { "date": "2008-01-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Verhoven,\n\nHaz una búsqueda de BuildCommDCB() en los *.PRG de fwh\\samples y verás como hay que usarlo", "time": "11:00", "topic": "BuildCommDCB", "username": "Antonio Linares" } ]
BuildCommDCB
[ { "date": "2008-01-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias por contestar Antonio, he probado ya de todo y en varios ordenadores a ver si es que se tratara de un fallo por estar usando un puerto COM creado a través de uno USB con un cable conversor USB-RS-232. Pero NO. \n\n[color=...
BuildCommDCB
[ { "date": "2008-01-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Verhoven, \n\nEn realidad BuildCommDcb() solo rellena la información de una esctructura \"DCB\". En realidad la función que aplica esos valores es:\n\nSetCommState() \n\ny aqui es donde está la diferencia con los 16 bits. En Clip...
BuildCommDCB
[ { "date": "2008-01-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio he probado pero sigue igual. Te pongo el trozo de codigo para que puedas ver exactamente como lo hago:\n\nfunction Prueba()\n local lPortReady:=.f.\n local nBytes :=0\n local nError :=0\n local cTexto :='Prueba es...
BuildCommDCB
[ { "date": "2009-11-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello all.\n\nI know that BUILDCOMMDCB( \"COM1:9600,N,8,1\", @cDcb ) opens the COM1: port, but how to enable flow control ?\nI've read at <!-- m --><a class=\"postlink\" href=\"http://msdn.microsoft.com/en-us/library/aa363143%28VS...
BuildCommDCB: flow control strings