Author Topic: help vwatch.exe  (Read 3078 times)

0 Members and 1 Guest are viewing this topic.

Offline Kiara87

  • Forum Regular
  • Posts: 164
    • View Profile
help vwatch.exe
« on: February 22, 2021, 04:54:07 pm »
can someone explain me how to make use vwatch.exe  there is a tutorial?

I double click on the file but nothing does not open file vwatch.exe

how should i use it?
se avessi solo un'ora per salvare il mondo, passerei 55 minuti per definire bene il problema e 5 a trovare la soluzione

Offline Kiara87

  • Forum Regular
  • Posts: 164
    • View Profile
Re: help vwatch.exe
« Reply #1 on: February 22, 2021, 07:06:23 pm »
the reason will be because I use windows 10 x64 ?
se avessi solo un'ora per salvare il mondo, passerei 55 minuti per definire bene il problema e 5 a trovare la soluzione

FellippeHeitor

  • Guest
Re: help vwatch.exe
« Reply #2 on: February 22, 2021, 07:42:11 pm »
Hi, @Kiara87.

Try compiling it on your machine, just in case something got corrupted when you downloaded the file. Here the source code:

https://github.com/FellippeHeitor/vWATCH64/archive/development.zip

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: help vwatch.exe
« Reply #3 on: February 22, 2021, 08:13:06 pm »
Hi @FellippeHeitor

What happened to the File Browser in the version you just posted.

I just tried one from QB64 Home page, couldn't get it to work but at least it had a file browser.

It was running ctrl + o and browsed files picked one in Kiara Folder and agreed to default filename.vwatch.bas ran it and ran right into unable to compile message. Trying dev 1.5 156996b It had loaded all kinds of vWatch stuff seen in IDE
« Last Edit: February 22, 2021, 08:16:01 pm by bplus »

FellippeHeitor

  • Guest
Re: help vwatch.exe
« Reply #4 on: February 22, 2021, 08:19:55 pm »
Latest version has no file browser, indeed. Also, vWATCH doesn’t play well with “Output exe to source folder”, but if the .vwatch.BAs file was properly output, you should be able to manually compile it and it’ll connect with the vWATCH interface.

Also notice that vWATCH is yet to be updated to deal with new QB64 syntax features - no DIM AS Type var-list, for example.

Offline TempodiBasic

  • Forum Resident
  • Posts: 1792
    • View Profile
Re: help vwatch.exe
« Reply #5 on: February 22, 2021, 08:29:37 pm »
Hi Kiara87
it seems that there is a guide to vWatch.... untile Fellippe doesn't update it!  :-)
see here
https://www.qb64.org/forum/index.php?topic=3689.0
Programming isn't difficult, only it's  consuming time and coffee

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: help vwatch.exe
« Reply #6 on: February 22, 2021, 08:35:06 pm »
Oh yeah, got it going with a drag and drop. oops! I tried one that was in it's own folder for images...

This is complicated I will check TempodiBasic link.




Offline Kiara87

  • Forum Regular
  • Posts: 164
    • View Profile
Re: help vwatch.exe
« Reply #7 on: February 23, 2021, 05:18:34 am »
I compiled it now it works
thanks all
se avessi solo un'ora per salvare il mondo, passerei 55 minuti per definire bene il problema e 5 a trovare la soluzione

Offline Kiara87

  • Forum Regular
  • Posts: 164
    • View Profile
Re: help vwatch.exe
« Reply #8 on: February 23, 2021, 05:19:54 am »
Hi Kiara87
it seems that there is a guide to vWatch.... untile Fellippe doesn't update it!  :-)
see here
https://www.qb64.org/forum/index.php?topic=3689.0

grazie per la traduzione in italiano che per me è un aiuto in più
grazie mille
se avessi solo un'ora per salvare il mondo, passerei 55 minuti per definire bene il problema e 5 a trovare la soluzione

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: help vwatch.exe
« Reply #9 on: February 23, 2021, 08:38:48 am »
@FellippeHeitor 

My screen shot shows a bas file dragged and dropped in from another folder, I didn't continue testing because for obvious reasons the image file couldn't be found.

Just to clarify a point, the bas file to debug should be in the QB64 Folder for best results?

FellippeHeitor

  • Guest
Re: help vwatch.exe
« Reply #10 on: February 23, 2021, 08:47:25 am »
Not necessarily. If vWATCH generates the .vwatch.bas file but warns you it couldn't compile it, you can still manually load it into the IDE and compile it/run it yourself. The resulting exe does not need to be in the same folder as QB64.