Search found 195 matches: tutor02

Return to advanced search

Re: Fivewin a C++ framework

In fact, some years ago I started a FiveWin for C++ framework without using Harbour :-)

https://bitbucket.org/fivetech/fivecpp

https://bitbucket.org/fivetech/fivecpp/src/master/samples/tutor02.cpp

Enjoy it :-)
by Antonio Linares
Sat Mar 17, 2018 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin a C++ framework
Replies: 13
Views: 2739

Re: Update problems: Undefined symbol 'ModuleFakeDyn'

Gilbert,

Please go to FWH\samples and try this:

buildx.bat tutor02

Let me know if it builds fine, thanks
by Antonio Linares
Tue Jun 27, 2017 10:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update problems: Undefined symbol 'ModuleFakeDyn'
Replies: 6
Views: 928

Re: DLL con sintaxis de VB6 / DLL with VB6 sintax

César, Thank you for this sample. I tried to compile this sample but get following error. c:\fwhtests\806\tutor02.prg(27) Error E0021 Circularity detected in #translate: 'As' c:\fwhtests\806\tutor02.prg(27) Error E0030 Syntax error: "syntax error at 'FUNCTION'" c:\fwhtests\806\tutor02.prg(30) ...
by CARLOS ATUNCAR
Wed Oct 19, 2016 11:57 pm
 
Forum: Utilities / Utilidades
Topic: DLL con sintaxis de VB6 / DLL with VB6 sintax
Replies: 5
Views: 3023

Re: FHW 64 Harbour Console Debugger

Do you link gtwin.lib instead of gtgui.lib ?

I have modified buildh.bat with your changes, but I get the FWH debugger when I do:

buildh.bat tutor02 /b
by Antonio Linares
Fri Sep 09, 2016 8:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FHW 64 Harbour Console Debugger
Replies: 3
Views: 522

Re: FHW 64 Harbour Console Debugger

Don,

You can use the FWH debugger simply doing:

build64.bat tutor02 /b

Or do you mean calling the console debugger using FWH ? If so, how do you do it in 32 bits ?
by Antonio Linares
Thu Sep 08, 2016 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FHW 64 Harbour Console Debugger
Replies: 3
Views: 522

Re: Ayuda en programa

Este es el tutor02 de FiveCpp :-) #include "FiveCpp.h"//----------------------------------------------------------------------------//function Main(){   local oWnd = DefineWindow( "Hello ...
by Antonio Linares
Tue May 24, 2016 9:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda en programa
Replies: 20
Views: 4051

Re: FWH64

... Compiling... Harbour 3.2.0dev (r1603082110) Copyright (c) 1999-2016, http://harbour-project.org/ Compiling 'tutor02.prg' and generating preprocessed output to 'tutor02.ppo'... Lines 4255, Functions/Procedures 1 Generating C source output to 'tutor02.c'... ...
by Francisco Valério
Fri Apr 29, 2016 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25131

Re: FWH64

... Compiling... Harbour 3.2.0dev (r1412151448) Copyright (c) 1999-2014, http://harbour-project.org/ Compiling 'tutor02.prg' and generating preprocessed output to 'tutor02.ppo'... Lines 4261, Functions/Procedures 1 Generating C source output to 'tutor02.c'... ...
by Antonio Linares
Thu Apr 28, 2016 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25131

FWH64 error

Compiling... Harbour 3.2.0dev (r1506171039) Copyright (c) 1999-2015, http://harbour-project.org/ Compiling 'tutor02.prg' and generating preprocessed output to 'tutor02.ppo'... Lines 4261, Functions/Procedures 1 Generating C source output to 'tutor02.c'... Done. Microsoft (R) ...
by MGA
Thu Apr 28, 2016 12:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH64 error
Replies: 4
Views: 874

Re: FWH64

... Compiling... Harbour 3.2.0dev (r1412151448) Copyright (c) 1999-2014, http://harbour-project.org/ Compiling 'tutor02.prg' and generating preprocessed output to 'tutor02.ppo'... Lines 4261, Functions/Procedures 1 Generating C source output to 'tutor02.c'... ...
by Francisco Valério
Thu Apr 28, 2016 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25131

Re: FWH64

... Compiling... Harbour 3.2.0dev (r1603082110) Copyright (c) 1999-2016, http://harbour-project.org/ Compiling 'tutor02.prg' and generating preprocessed output to 'tutor02.ppo'... Lines 4544, Functions/Procedures 1 Generating C source output to 'tutor02.c'... ...
by TimStone
Mon Mar 28, 2016 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25131

Re: FWH64

Antonio, Please, using the FWH 64 bit version, with 2015 VS set in the build64.bat file, try to build tutor02.prg in the \samples folder Now, in addition to the other two missing items listed above, I also have a missing external void__ ccdec1 which is called from ACTX.obj ...
by TimStone
Mon Mar 28, 2016 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25131

Re: FWH64

Tim,

Simply go to FWH\samples and do:

build64.bat tutor02

If you have VSC2015 installed, then it will work fine
by Antonio Linares
Sat Mar 26, 2016 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25131

Re: FWH64

... it into the folder FWH64. Thus I have two separate resources, FWH for 32 bit, FWH64 for 64 bit. In the Samples folder for 64 bit, you have a Tutor02 build for Visual Studio. I started working with that assuming it would be a great place to start. Unfortunately there are problems. 1) The sample ...
by TimStone
Sat Mar 26, 2016 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25131

generar EXE a 32 bits con FWH64

... generar un EXE a 64 bits con Visual Studio 2013. Ahora quiero tener la version a 32 bits, he empezado a probar en SAMPLES con : buildh32 tutor02 Pero me da error LINK : Fatal error LNK1181: no se puede abrir el archivo de entrada '.\..\lib\fiveH32.lib' He buscado la librería y solo tengo ...
by gmart1
Wed Sep 30, 2015 12:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: generar EXE a 32 bits con FWH64
Replies: 2
Views: 415
PreviousNext

Return to advanced search