topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
BuildCommDCB: flow control strings | Davide,
This may help:
[url:12ntdaqd]http://support.microsoft.com/kb/73234/en-us/[/url:12ntdaqd] |
Building APK suggestion | If you are building and testing FiveTouch apk this might save a couple of steps.
Previous steps to get updated apk on phone.
[list:3sunprfw]Build apk with qtcreator
locate and copy apk to new location and name.
create email and attach apk.
then wait for phone to read email and install app.
[/list:u:3sunprfw]
New steps
... |
Building APK suggestion | Gale,
Simple and great!
Thanks for sharing it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Building Android apps from Visual Studio Community | First tests, and first difficulties <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[url:paga6at0]http://forums.xamarin.com/discussion/28832/what-files-to-copy-to-the-device-in-order-to-run-an-app#latest[/url:paga6at0]
[url:paga6at0]http://forums.xamar... |
Building Android apps from Visual Studio Community | [i:3ukqn84i]I am using Visual Studio Community, built an android app and generated the debug version (can't build the release version, always fails, don't know why). Once it is created I have these files:
App1.App1.apk App1.App1-Signed.apk App1.dll App1.dll.mdb App1.pdb
How can I copy those files to an Android phone ... |
Building Android apps from Visual Studio Community | hack: Antonio, otra forma es: mándatelos por correo electronico y al descargarse se instalan solos. Si ya sé que hay que buscar otra forma... pero al principio conviene ir avanzando <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> |
Building Dll using xMate | Hi,
Does somebody know as building a dll of resources using xMate ?
Theconfig file in *.mak file is
[code:202hn7wz]makepath[.dll]=".\dll"
makepath[.res]=".\res"
.rc.dll:
bcc32 -c -o.\dll\screen32.obj .\dll\screen32.hc
brc32 -r $<
ilink32 /Tpd... |
Building FWH | I would like to be able build fivewin locally using harbour 3.2. I happen to be using MSVC at the moment, but I use BCC and mingw as well. I keep running into the following problem:
Compiling 'classes\dbm.prg'...
classes\dbm.prg(38) Error E0030 Syntax error "syntax error at 'ODICT'"
classes\dbm.prg(51) Error E0030 ... |
Building FWH | Robb,
Thats an old FW 16 bits file that should not be there, we are sorry.
We are going to delete it right now, thanks |
Building FWH | The same applies for dbms.prg |
Building FWH | I've now renamed both of those files in my local copy.
Next error:
Compiling 'classes\ddeserv.prg'...
classes\ddeserv.prg(11) Error F0029 Can't open #include file 'DdeFV.ch'
I don't see that .ch file anywhere. I've worked around it temporarily by commenting out the include line in ddeserv.prg. I assume this is jus... |
Building FWH | Robb,
Please check that you are using the right DLL.ch
Dialog.prg should compile fine with no errors at all.
Best regards
Antonio |
Building FWH | Robb
Vbx is for 16 bits only, it will not run on 32 bits
Hth
Richard |
Building FWH | Richard,
I understand and agree.
Since that last email I have commented out a number files and renamed them .orignal, starting with dbm.prg and dbms.prg as Antonio suggested was proper. I still have to review the complete list of those validate myself, but I think I don't use them, at least not directly. Internal... |
Building FWH | Robb,
You don't need to modify the FWH sources to compile. If they are not compiling fine is because you are not providing the right path to the header files to use, or a wrong Harbour version, etc.
No need at all to use "CStruct.ch". Please let us know what errors you get when compiling and we will try to find what ... |
Building FWH | I don't want to edit any FWH files, or any harbour files either for that matter. I'm just trying to get a valid build and there are some things in the way.
All the headers in question have appropriate paths to them. I can compile anything and everything I wrote, it is only a few files in fwh causing me issues.
With... |
Building FWH | Robb,
DWORD, BOOL, _INT, etc. are defined inside FWH include/dll.ch
It seems to me as you are using a wrong dll.ch. This used to happen with xbase++ users as xbase++ provides a DLL.ch, different from FWH one, and xbase++ may have changed your paths.
TWebcam.prg compiles here fine with no warnings at all. Please chec... |
Building FWH | Also, those names make no conflict with C compilers same names, as FWH names are used from PRG level only, not from C.
We should use FW_DWORD, FW_BOOL, etc. so this way we avoid any possible conflict, but we can not avoid the use of a wrong CH file. Maybe we could do:
#include "dll.ch"
#ifndef DWORD
#error You ar... |
Building FWH | Yes, that way:
#error whatever... |
Building FiveLinux applications from ""gedit"" | In gedit, go to "Edit", "Preferences". Then select "plugins" and check
"External tools".
Then go to "Tools", "External tools..." and add a new tool:
name it: "FiveLinux"
description: "FiveLinux"
shortcut key: (press) F5
Command(s):
#!/bin/sh
name=$GEDIT_CURRENT_DOCUMENT_NAME;
file=${name%.*};
./build.sh $file;
input... |
Building FiveLinux applications from ""gedit"" | [url=http://imageshack.us:vxbdb4hu][img:vxbdb4hu]http://img464.imageshack.us/img464/6408/screenshot1iu8.png[/img:vxbdb4hu][/url:vxbdb4hu] |
Building FiveMac apps from HBIDE !!! | There is a HBIDE bug to be fixed on OSX, but besides that, we can already build FiveMac apps from HBIDE !!! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[img:3mwp5ut3]http://a.imageshack.us/img43/4604/picture2pz.png[/img:3mwp5ut3]
I used these settings ... |
Building FiveMac apps from HBIDE !!! | Viktor propossed a better settings:
[url:1jpja45k]http://groups.google.es/group/harbour-devel/browse_thread/thread/579a610cb92a0c93?hl=es#[/url:1jpja45k] |
Building FiveMac apps from HBIDE !!! | [quote="Antonio Linares":brqplbeg]Viktor propossed a better settings:
[url:brqplbeg]http://groups.google.es/group/harbour-devel/browse_thread/thread/579a610cb92a0c93?hl=es#[/url:brqplbeg][/quote:brqplbeg]
After I made this:
[quote:brqplbeg]If you move /Users/anto/fivemac/ to /Users/anto/harbour/harbour/ad... |
Building FiveMac apps from HBIDE !!! | Fixed a little HBIDE bug that was causing the edited source code not to be seen:
[img:1b3zhpco]http://a.imageshack.us/img31/4673/picture3lj.png[/img:1b3zhpco] |
Building FiveMac apps from HBIDE !!! | [img:306lk8kj]http://img408.imageshack.us/img408/9371/screenshot20100714at114.png[/img:306lk8kj] |
Building HBIDE for OSX | download QT from here:
[url:1txu69g4]http://get.qt.nokia.com/qt/source/qt-mac-cocoa-opensource-4.6.3.dmg[/url:1txu69g4]
do from the OSX terminal:
export HB_WITH_QT=/Developer/SDKs/MacOSX10.6.sdk/Library/Frameworks/QtCore.framework/Headers
and from Harbour folder do:
make
and Harbour... |
Building HBIDE for OSX | Thanks for the instructions. It works great. |
Building HBIDE for OSX | Ruediger,
Currently there is a HBIDE bug that we have commented to Pritpal and it is that the source code text is not visible.
have you tried to type in HBIDE some source code lines ? |
Building HBIDE for OSX | [quote="Antonio Linares":dtkl12pw]
have you tried to type in HBIDE some source code lines ?[/quote:dtkl12pw]
At the moment not, because of lack of time. Later I will go on with your other instructions: [url:dtkl12pw]http://forums.fivetechsupport.com/viewtopic.php?t=19344[/url:dtkl12pw]. |
Building HBIDE for OSX | Building it for OSX Leopard 32 bits (10.5.x):
do from the OSX terminal:
export HB_WITH_QT=/Developer/SDKs/MacOSX10.5.sdk/Library/Frameworks/QtCore.framework/Headers
and from Harbour folder do:
make
Then go to contrib/hbide and do:
../../bin/darwin/gcc/hbmk2 hbide.hbp |
Building HBIDE for OSX | [quote:ufy3vqrl]I have such a different prospective now after finally understanding.[/quote:ufy3vqrl]Thanks so much, I think it is finally clear to me. |
Building HBIDE for OSX | It's still hard to believe... |
Building HBIDE for OSX | [url][/url]Building it for OSX Lion (10.7.x):
download QT from here:
[url:1ni6zgm4]http://get.qt.nokia.com/qt/source/qt-mac-cocoa-opensource-4.6.4.dmg[/url:1ni6zgm4]
do from the OSX terminal:
export HB_WITH_QT=/Developer/SDKs/MacOSX10.7.sdk/Library/Frameworks/QtCore.framework/Headers
an... |
Building HBIDE for OSX | You can download it from:
[url:39vxiph5]http://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=hbide.app.zip&can=2&q=[/url:39vxiph5] |
Building HBIDE for OSX | Antonio .Seria posible una nueva version de Harbour para fiveMac ? , la que tenemos es bastante antigua.
Saludos. |
Building HBIDE for OSX | Manuel,
Aqui la tienes, construida a fecha de hoy <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[url:38k9ma3z]http://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=harbour_osx_lion_20120126.zip&can=2&q=[/url:38k9ma3z] |
Building HBIDE for OSX | Gracias. Esto es rapidez ....
Saludos. |
Building Harbour + BCC7.3 | I'm trying to rebuild latest Harbour using this batch file
[quote:ng07j26k]
set HB_BUILD_DYN=no
set HB_BUILD_CONTRIB_DYN=no
set path=j:\harbour\bcc7\bin
win-make.exe
[/quote:ng07j26k]
But it aborted with this error. Any idea where I should start looking? TIA
[code=fw:ng07j26k]<div class="fw" id="{CB}" style="font-fam... |
Building Harbour + BCC7.3 | Hi Hua,
Change your PATH to this: ( Adjust the path to your )
[code=fw:wgei4flu]<div class="fw" id="{CB}" style="font-family: monospace;">set path=d:\bcc\bin;d:\bcc\include;d:\bcc\lib;d:\bcc\lib\psdk;d:\hb\bin;d:\hb\include;d:\hb\lib</div>[/code:wgei4flu]
Where the harbour will be installed
[code=fw:wgei4flu]<div cl... |
Building Harbour + BCC7.3 | Thanks for your reply Lailton.
I tried a few things to make it work. These combo seems to do it.
1. Copy BC7 to local drive instead of network drive
2. Update bcc32.cfg and ilink32.cfg to reflect the relocation
3. Overwrite unicows.lib in \bc7\lib\psdk with the one in \harbour\lib\3rd\win\bcc. If this is not done half... |
Building Harbour + FWH apps from Visual Studio 2012 | [img:1vvqumfk]http://img41.imageshack.us/img41/9337/captureina.png[/img:1vvqumfk] |
Building Harbour + FWH apps from Visual Studio 2012 | Required settings (in progress, refresh this)
Create a new project this way:
[img:gjw5ie3l]http://img706.imageshack.us/img706/6686/captureuxv.png[/img:gjw5ie3l]
Add your PRGs as explained here:
[url:gjw5ie3l]https://code.google.com/p/fivewinrt/wiki/Compiling_PRGs_from_Visual_Studio_2012[/u... |
Building Harbour + FWH apps from Visual Studio 2012 | Hi Antonio,
Is .net framework required for compiled exe to be run? |
Building Harbour + FWH apps from Visual Studio 2012 | Hakan,
No, not at all <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Building Harbour + FWH apps from Visual Studio 2012 | Antonio
Great news
which 2012 express did you chose ?
Visual Studio Express 2012 for Windows 8
or
Visual Studio Express 2012 for Windows Desktop
Richard |
Building Harbour + FWH apps from Visual Studio 2012 | Richard,
I use VIsual Studio 2012 Ultimate. I think it is the most complete one. I get it free thanks to the University <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[[img:frgslzbr]http://img594.imageshack.us/img594/4158/captureovh.png[/img:frgslzbr]
In... |
Building Harbour + FWH apps from Visual Studio 2012 | Hi Antonio,
Trying to compile tutor02.prg in vs2012 as you written above.
I could not find the Comctl32.lib, MSImg32.lib, OleDbg.lib and Version.lib.
I got this error and can not build prg.
[code=fw:96dvsv0e]<div class="fw" id="{CB}" style="font-family: monospace;">c:\users\hp\documents\visual studio <span style="... |
Building Harbour + FWH apps from Visual Studio 2012 | Hakan,
Those libs are here:
c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Lib\
Remove the (x86) is you are using a Windows 32 bits.
In the VS2012 project properties select not to use precompiled headers |
Building Harbour + FWH apps from Visual Studio 2012 | Antonio,
Is it possible to zip tutor02 project files and send me?
Thanks. |
Building Harbour + FWH apps from Visual Studio 2012 | Hakan,
Here you have it:
[url:ix8j9xip]https://code.google.com/p/fivewin-contributions/downloads/detail?name=tutor02_VS2012.zip[/url:ix8j9xip]
A picture is worth a thousands words <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[img:ix8j9xip]http://im... |
Building Harbour + FWH apps from Visual Studio 2012 | Thank you Antonio,
I have achieved to compile and run it. Is it faster than normal compile? |
Building Harbour + FWH apps from Visual Studio 2012 | Hakan,
All C compilers (and makes) are quite similar so its not a matter of speed, it is more a matter of using Microsoft tools, that it is something that each developer/company may assess in a different way.
Microsoft C provides a great low level debugger, which it is something very usefull on some (rare) ocassions,... |
Building Harbour + FWH apps from Visual Studio 2012 | Hello Antonio ,
great job
works with VS 2010 too
[img:eptp4rad]http://img19.imageshack.us/img19/3570/saj0.jpg[/img:eptp4rad]
Maurizio
<!-- m --><a class="postlink" href="http://www.nipeservice.com">http://www.nipeservice.com</a><!-- m --> |
Building Harbour + FWH apps from Visual Studio 2012 | Maurizio,
thanks for the feedback <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Building Harbour + FWH apps from Visual Studio 2012 | Antonio,
Is it posible to build applications with VS2012 or MSVC2012 using the build.bat file?.
Thanks |
Building Harbour + FWH apps from Visual Studio 2012 | FWH provides samples/buildh32.bat to build Harbour and FWH apps using VS2010/2012 <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Building Harbour + FWH apps from Visual Studio 2012 | Antonio, would somehow make our screens, (resources) within the VS? |
Building Harbour + FWH apps from Visual Studio 2012 | Norberto,
I have not reviewed it yet, I will do it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Building Harbour + FWH apps from Visual Studio 2012 | Hi Antonio,
I have compiled and run the your tutor02 project file in debug mode. When I try to Release mode, it compiles and creates the exe file in Release directory but it does not work anymore.
Any comment? Is exe that is compiled in debug mode safe for end user?
I have also tried another computer with xp. I cop... |
Building Harbour + FWH apps from Visual Studio 2012 | Antonio,
Any comment? |
Building Harbour + FWH apps from Visual Studio 2012 | Hakan,
It seems as we need to set some flag for not using the DLL, as if I build it using buildh32.bat I get an EXE that does not require such DLL.
Also, I have noticed what you have described for release mode. I don't know yet why such different behavior occurs. |
Building Harbour + FWH apps from Visual Studio 2012 | Antonio, yo he obtenido el mismo mensaje
Antonio, I've got the same message
Saludos - regards |
Building Harbour + FWH apps from Visual Studio 2012 | Cristobal,
The question is to find why there is such difference |
Building Harbour + FWH apps from Visual Studio 2012 | .. |
Building Harbour + FWH apps from Visual Studio 2012 | Hakan,
There is nothing else that I can say about it. Just do some research on the VS IDE, google for it, and try to find the differences.
I will also try it here. In the meantime, you can build your app using buildh32.bat |
Building Harbour + FWH apps from Visual Studio 2012 | Hakan,
I think I know where the difference may come from:
FWH has been built using MSVC2010. Now I am organizing it to build it with MSVC2012, once it is ready
I will check if the problem gets solved <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Building Harbour + FWH apps from Visual Studio 2012 | [quote="Antonio Linares":29ejwyjd]Hakan,
I think I know where the difference may come from:
FWH has been built using MSVC2010. Now I am organizing it to build it with MSVC2012, once it is ready
I will check if the problem gets solved <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-... |
Building Harbour + FWH apps from Visual Studio 2012 | Building Harbour also with VS2012 this way:
[code=fw:35cf221b]<div class="fw" id="{CB}" style="font-family: monospace;"><br />call <span style="color: #ff0000;">"%ProgramFiles(x86)%<span style="color: #000000;">\M</span>icrosoft Visual Studio 11.0<span style="color: #000000;">\V</span>C<span style="color: #000000;">\v<... |
Building Harbour + FWH apps from Visual Studio 2012 | Harbour already built with VS2012 <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Now building FWH with VS2012. There is a missing file that I am trying to locate on VS2012:
[quote:3418vsmo]fatal error C1083: Cannot open include file: 'tmschema.h': No such file or director... |
Building Harbour + FWH apps from Visual Studio 2012 | Solution found:
#if _MSC_VER < 1700 // Before Visual Studio 2012
#include <tmschema.h>
#endif
[url:3j57rc6s]https://code.google.com/p/evita-common-lisp/source/browse/listener/winapp/precomp.h[/url:3j57rc6s] |
Building Harbour + FWH apps from Visual Studio 2012 | This is the right fix:
[code=fw:26ibq2ru]<div class="fw" id="{CB}" style="font-family: monospace;">#if _MSC_VER < <span style="color: #000000;">1700</span> <span style="color: #B900B9;">// Before Visual Studio 2012</span><br /><span style="color: #00D7D7;">#include</span> <tmschema.h><br />#else<br /><span style="colo... |
Building Harbour + FWH apps from Visual Studio 2012 | FWH already built using VS2012 <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
A much simpler and more VS2012 friendly buildh32.bat
buildh32.bat
[code=fw:27fumi7s]<div class="fw" id="{CB}" style="font-family: monospace;">@ECHO OFF<br />CLS<br />ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ... |
Building Harbour + FWH apps from Visual Studio 2012 | Hakan,
Already tested and the same problem: release version does not show, debug version runs fine.
And right now I just realized that we can't debug the release version from the VS2012 IDE. Only the debug version can be debugged.
I think traces should be placed in the Harbour boot to check how far we go, and why it... |
Building Harbour + FWH apps from Visual Studio 2012 | Hakan,
Solved! It is working fine <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
I compared the debug and release versions options that VS2012 use and noticed this difference:
"No whole program optimization" used in the debug version and not in the release. Just change t... |
Building Harbour + FWH apps from Visual Studio 2012 | Hakan,
Here it is the full project with the release and debug versions included (EXEs) so you can run them <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[url:20qaywny]https://code.google.com/p/fivewin-contributions/downloads/detail?name=tutor02_msvc2012_ok&#... |
Building Harbour + FWH apps from Visual Studio 2012 | Hi Antonio,
Thank you very much for your effort.
Now, it is time to port a small project to vs2012. I will start tomorrow. |
Building Harbour + FWH apps from Visual Studio 2012 | Hakan,
Please share with us your steps, difficulties, etc. thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Building Harbour + FWH apps from Visual Studio 2012 | Hi Antonio,
Thanks a lot for giving news ideas to us..!
So if this IDE works fine with FiveWin + Harbour + MSVC then we do not need any other IDE like xMate, USTUDIO. Please correct this if it is worng.
Thanks
Shridhar |
Building Harbour + FWH apps from Visual Studio 2012 | Shridhar,
yes, thats right. You can edit, build and run your app from Visual Studio 2012 Express <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
if you use the Visual Studio 2012 Pro then you can also edit your resources from it <!-- s:-) --><img src="{SMILIES_PATH}/icon_... |
Building Harbour + FWH apps from Visual Studio 2012 | Hi Antonio,
Thanks a lot for the valuable information...!
I was about to buy USTUDIO IDE but now, first I have to try the MSVC IDE env. After I canl decide whether USTUDIO have to buy or not.
Thanks
Shridhar |
Building Harbour + FWH apps from Visual Studio 2012 | Shridhar,
Still it is missing the implementation of syntax coloring for PRGs. Surely there is a way but we need to google for it and see how easy or difficult it is <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Building Harbour 3.4 for BCC outside MSYS | Hi All:
As we all know, Harbour developers are killing BCC support next year. Furthermore, Harbour 3.4, the superset of of original Harbour, does not provide tools to build the compiler without MSYS. Personally, I hate to use MSYS for Harbour creation.
Those, particularly BCC users, who wish to try to build Harbour 3... |
Building Harbour 3.4 for BCC outside MSYS | Hi Andi,
[quote="andijahja":3qjamkw9]As we all know, Harbour developers are killing BCC support next year.[/quote:3qjamkw9]
I didn't know that. This is another good reason to quit using Harbour.
EMG |
Building Harbour 3.4 for BCC outside MSYS | Ciao Enrico,
if you don't mind... what are the good reason you have to consider quitting Harbour?
What do you recommend to use instead?
KR |
Building Harbour 3.4 for BCC outside MSYS | Essentially, the bad attitude of the developers. Personally, I'm using xHarbour.
EMG |
Building Harbour 3.4 for BCC outside MSYS | Harbour works great using Microsoft Visual Studio
Further more, Harbour 3.4 is not the official Harbour. It is just a Harbour fork developed by Viktor
There is no reason to worry at all <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Time to consider to migrate to Micros... |
Building Harbour 3.4 for BCC outside MSYS | Antonio
I have considered migrating to Visual Studio unfortunately just about every Windows 7 and Windows 10 update roll-up contains multiple dot net security patches ... I may have to eventually migrate to Visual Studio ... I just dislike polluting my machine with all the bloat of dot net.
If someone could extract o... |
Building Harbour 3.4 for BCC outside MSYS | [quote="Rick Lipkin":3rg6y3tc]Antonio
I have considered migrating to Visual Studio unfortunately just about every Windows 7 and Windows 10 update roll-up contains multiple dot net security patches ... I may have to eventually migrate to Visual Studio ... I just dislike polluting my machine with all the bloat of dot ne... |
Building Harbour 3.4 for BCC outside MSYS | Andi
BRILLIANT !! Now that's what I'm talking About <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> ... I may need some help getting the config correct and a working m... |
Building Harbour 3.4 for BCC outside MSYS | [quote="Rick Lipkin":1snqj8j9]Andi
BRILLIANT !! Now that's what I'm talking About <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> ... I may need some help getting the ... |
Building Harbour 3.4 for BCC outside MSYS | Andi
Thank you for your help .. going to work on this Monday morning.
Rick Lipkin |
Building Harbour 3.4 for BCC outside MSYS | Andi,
have you also a makefile-template for more then one .prg? |
Building Harbour 3.4 for BCC outside MSYS | [quote="byte-one":2u419g74]Andi,
have you also a makefile-template for more then one .prg?[/quote:2u419g74]
Günther,
hbmk2 gives you smart make process as follows:
[code=fw:2u419g74]<div class="fw" id="{CB}" style="font-family: monospace;">console example:<br /><span style="color: #00C800;">for</span> single program:... |
Building Harbour 3.4 for BCC outside MSYS | Thanks, i will try! |
Building Harbour 3.4 for BCC outside MSYS | 8,72 MB with BCC
8,78 MB with MSC |
Building Harbour 3.4 for BCC outside MSYS | Now i have tested hbmk2 but is showing the following error:
[b:149w4ti8]Error: 'C:\FWH\LIB\FIVEH32.LIB' enthlt einen ung ltigen OMF-Record, Typ 0x21 (mglicherweise COFF)
[/b:149w4ti8] Is any solution?
The complete trace-output:
[quote:149w4ti8]C:\fwh\samples>c:\\harbour\bin\hbmk2 -plat=win -comp=bcc -trace -lhbmain... |
Building Harbour 3.4 for BCC outside MSYS | Andi
I have downloaded xHarbour MSVC 2015 from Mel's site ... I have attempted to modify BuildxM and when I try to compile Tutor01.prg I get the errors below. I would appreciate any help.
Thanks
Rick Lipkin
[code=fw:3dfag4lg]<div class="fw" id="{CB}" style="font-family: monospace;"><br />@ECHO OFF<br />CLS<br />ECHO... |
Building Harbour 3.4 for BCC outside MSYS | [quote="byte-one":23sxi7rq]Now i have tested hbmk2 but is showing the following error:
[b:23sxi7rq]Error: 'C:\FWH\LIB\FIVEH32.LIB' enthlt einen ung ltigen OMF-Record, Typ 0x21 (mglicherweise COFF)
[/b:23sxi7rq] Is any solution?[/quote:23sxi7rq]
Hi Günther,
You mixed up MSVC libraries with BCC ones:
[code=fw:23sxi7... |
Building Harbour 3.4 for BCC outside MSYS | [quote="Rick Lipkin":14j1028e]Andi
I have downloaded xHarbour MSVC 2015 from Mel's site ... I have attempted to modify BuildxM and when I try to compile Tutor01.prg I get the errors below. I would appreciate any help.
Thanks
Rick Lipkin
[code=fw:14j1028e]<div class="fw" id="{CB}" style="font-family: monospace;"><br ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.