Search found 195 matches: tutor02

Return to advanced search

Re: Low level debug using MSVC debugger

Edit tutor02.prg properties:

Image
by Antonio Linares
Thu Jun 06, 2013 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Low level debug using MSVC debugger
Replies: 19
Views: 2675

Re: Low level debug using MSVC debugger

Remove stdafx.cpp, stdafx.h, tutor02.cpp, tutor02.h and targetver.h

Image
by Antonio Linares
Thu Jun 06, 2013 9:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Low level debug using MSVC debugger
Replies: 19
Views: 2675

Re: Low level debug using MSVC debugger

Add existing tutor02.prg

Image
by Antonio Linares
Thu Jun 06, 2013 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Low level debug using MSVC debugger
Replies: 19
Views: 2675

Re: Fiveweb

Otto,

Here you have a working example to create a dialog:
http://www.fivetechsoft.net/cgi-bin/tutor02

To create a window, in fact what we would do, is to create a new explorer tab :-)
by Antonio Linares
Fri Apr 05, 2013 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 29
Views: 5769

Re: FiveWeb - Tutorial (paso a paso)

tutor02.prg #include "FiveWeb.ch"function Main()   local oDlg      DEFINE DIALOG oDlg TITLE "Hello FiveWeb" SIZE 600, 400      ACTIVATE DIALOG oDlgreturn ...
by Antonio Linares
Wed Mar 20, 2013 12:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb - Tutorial (paso a paso)
Replies: 13
Views: 2556

Re: FiveWeb - tutorial (step by step)

tutor02.prg
Code: Select all  Expand view
#include "FiveWeb.ch"

function Main()

   local oDlg
   
   DEFINE DIALOG oDlg TITLE "Hello FiveWeb" SIZE 600, 400
   
   ACTIVATE DIALOG oDlg

return nil

Test it:
http://www.fivetechsoft.net/cgi-bin/tutor02
by Antonio Linares
Wed Mar 20, 2013 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb - tutorial (step by step)
Replies: 19
Views: 3192

Re: Unresolved external symbol '__chkstk (solved)

Frank,

AFAIK there is no comparable replacement for Visual xDebugger


Have you used the FWH built in debugger ? To use it simply use the /b flag to compile your PRGs. In example:

buildh.bat tutor02 /b

What missing features do you find comparing it with Visual xDebugger ? thanks
by Antonio Linares
Sun Mar 17, 2013 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved external symbol '__chkstk (solved)
Replies: 15
Views: 3165

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Don,

Have you tried to use the FWH built in debugger ?

From FWH\samples folder, do:

buildh.bat tutor02 /b

Image
by Antonio Linares
Wed Mar 13, 2013 6:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 3.0 and 3.2 debugger F7 and F9 problems
Replies: 26
Views: 5137

Re: /B Harbour Compiler option generated a unresolved external

Hi Antonio, The Tutor02 works fine. I linked gtwin.lib and added -Gn -aa linker switch as shown in BuildH.Bat. My application now shows some life but with a bunch of errors. I think it's just the switches and settings but I can't ...
by xhbcoder
Fri Dec 07, 2012 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: /B Harbour Compiler option generated a unresolved external
Replies: 6
Views: 1237

Re: /B Harbour Compiler option generated a unresolved external

Jose,

Please try it with samples/tutor02.prg and check if it works

buildh.bat tutor02 /b
by Antonio Linares
Thu Dec 06, 2012 11:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: /B Harbour Compiler option generated a unresolved external
Replies: 6
Views: 1237

Re: FiveTech's FiveWeb (free up to version 1.0)

Antonio,

What commands are available please?.

In latest .zip there is no tutor02.prg.

Thank you.
by elvira
Mon Oct 29, 2012 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveTech's FiveWeb (free up to version 1.0)
Replies: 119
Views: 23738

Re: FiveTech's FiveWeb (free up to version 1.0)

http://www.fivetechsoft.net/cgi-bin/tutor02

tutor02.prg
Code: Select all  Expand view
#include "FiveWeb.ch"

function Main()

   local oDlg
   
   DEFINE DIALOG oDlg TITLE "Hello FiveWeb" SIZE 600, 400
   
   ACTIVATE DIALOG oDlg

return nil
by Antonio Linares
Mon Oct 29, 2012 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveTech's FiveWeb (free up to version 1.0)
Replies: 119
Views: 23738

Re: FiveWeb de FiveTech (gratis hasta la versión 1.0)

http://www.fivetechsoft.net/cgi-bin/tutor02

tutor02.prg
Code: Select all  Expand view
#include "FiveWeb.ch"

function Main()

   local oDlg
   
   DEFINE DIALOG oDlg TITLE "Hello FiveWeb" SIZE 600, 400
   
   ACTIVATE DIALOG oDlg

return nil
by Antonio Linares
Mon Oct 29, 2012 11:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb de FiveTech (gratis hasta la versión 1.0)
Replies: 279
Views: 62911

Re: Compiling with minigw

Maurizio, This is the closer I have just tried: set path=c:\mingw\bin c:\harbour\bin\hbmk2 tutor02 -compiler=mingw -ic:\fwh\include -lfivehg.a -lfivehgc.a -lhbwin.a -Lc:\fwh\lib I understand that hbmk2 is easy, but its sources are really complex in case that it may not ...
by Antonio Linares
Wed Jul 18, 2012 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with minigw
Replies: 12
Views: 5892

Re: FWH Windows application on an iMac

... it works really fine :-) But I don't use Parallels, I run Windows natively on it, so when the Mac starts I select the OS to use. Once you test tutor02.exe on it then we may know if there is something specific with your app. Also I can install Parallels here and test it too. One way or another, ...
by Antonio Linares
Fri Jun 22, 2012 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Windows application on an iMac
Replies: 9
Views: 1635
PreviousNext

Return to advanced search