QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: Kiara87 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?
-
the reason will be because I use windows 10 x64 ?
-
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 (https://github.com/FellippeHeitor/vWATCH64/archive/development.zip)
-
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
-
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.
-
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 (https://www.qb64.org/forum/index.php?topic=3689.0)
-
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.
-
I compiled it now it works
thanks all
-
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 (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
-
@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?
-
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.