How do I publish an app to be installed on another computer without OF already installed on it? I’m using Visual Studio.
Do I just build the release version, zip up and deliver the whole bin folder?
Thanks!
How do I publish an app to be installed on another computer without OF already installed on it? I’m using Visual Studio.
Do I just build the release version, zip up and deliver the whole bin folder?
Thanks!
hi.
i don’t know as i don’t use windows, but that’s what i do under Linux and OSX without issue
In addition to your bin folder (build under release), you also have to install the Microsoft Visual C++ Redistributable corresponding to the compiler you used.