How do I run a .bas file - basic

I want to start coding in BASIC. However I do not know how to run a .bas file.
If someone could help me it would be deeply appreciated.

You can use SmallBASIC, a BASIC interpreter, which can be downloaded for Windows here, and for Linux here. Also, if you're looking for an Android app that will run it, you can download it here.

Related

How to download Go on a pixelbook/chromebook/Linux(debian)

I use a Pixelbook for programming, and it uses Linux(Debian) (A beta version). It is however quite complicated to download certain software, and I was wondering if anyone could help. I am downloading Go, for Linux 64bit. I don't know what to write in the terminal in order to unpack it and open it. Thanks!
There is a detailed guide for ChromeOS Installation on Golang Wiki. It contains all commands you need to type in terminal.

How to interact with One Drive using C++

I'm looking for a way to interact with OneDrive through C++. I need to log in and download/upload the file from a known location.
I tried to install curl in VS 2019/2017 using vcpkg but could not, it does not inclide to the code.
Have a look into Microsoft's "azure-storage-cpp"-sample under:
https://azure.github.io/azure-storage-cpp/
All install and build instructions are described there.
Cheers

phonegap place folder in the right place so I can use VS

I have been here: http://phonegap.com/install/ and downloaded the latest phonegap release.
I am not sure where to put it, so that VS can find it, when creating a new project. Has anyone any idea about where to place it? For now, I tried placing it in: C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE, and this is not the right place, obviously.
I know that one can install phonegap using the commandline, but I rather not do this, since I already tried, and had issues with environment variables. Furthermore, from what I found out on stackoverflow regarding using the commandline, several people did not advice this, based on their experience. So please, if you know how I make it work so that I can use VS, please share. I see that the phonegap folder that I downloaded from phonegap site, contains IDEs for several platforms.
Thanks in advance
Ps. I am trying to achieve something semilar to this: http://anindita9.wordpress.com/tag/visual-studio-phonegap/
But it's just that this tutorial doesn't work for me, since I have VS12, and also the folder structure is totally different

vld_x86 dll not found error shown when i try to run the debug mode of the application

i am new in using the Visual Leak Detector, after creating the settings as per the documentations for Visual C++ 6, and running the program in the debug mode
the error
"The application has failed to start because vld_x86.dll was not found.Re-installing the application may fix this problem"
i have reinstalled and included the path for the dll in the VC6 settings.
thanks in advance for the help.
After searching for the answer myself for quite a long time, two things finally corrected the problem for me. First, if you haven't already restarted Visual Studio after including these new files and libraries, then you should do so. Second, when I went to look into my computer to see what was added to my path in environment variables, it had add the win64. and I run win32. Hope that was descriptive enough and helps.
the include is correct and needed as far as i know.
i was having the same problem and could solve it by copying all files in vld's "bin" directory into the same folder as the executable i wanted to check for leaks.
not a very elegant way but working, i hope it works for you aswell!

cxcore210d.dll missing

I'm trying to use OpenCV in Visual C++ express edition 2008. I've installed OpenCV 2.1 and added necessary include and lib directories/files to my project dependencies. A system PATH is also present for "C:\OpenCV2.1\bin".
When i compile and run the example program to open an image, I get a runtime error saying cxcore210d.dll is missing. I checked the bin folder and its there.
I've looked at similar posts here and on Google and they suggested turning off incremental linker. This didn't change results.
Please help
thanks
I just had to restart my PC. I'm guessing without a restart some variables are not registered correctly. :s but now this runs fine.
If anyone is working with OpenCV, so get in touch.
Thanks
The "d" stands for a debug build. You need to compile the OpenCV library with "debug" options set. Unfortunately, I don't think you can do this with Visual C++ express edition. I've tried it before...
why not you copy your dll into the folder and beside the application.
hey i just solve this problem. copy cxcore210d.dll and highgui210d.lib from your bin folder and paste it in lib folder and see the result...

Resources