User forums > Using Code::Blocks

how do i deploy my program to others?

(1/2) > >>

JerryKc0kk:
hi

i wrote a program on my windows pc using codeblocks and gcc c++.

what is the easiest way to package and deploy the program to my users so they can install and run the program on their windows pc?

i found no solution in the manual or on the internet

jerry .. wa0h

sodev:

--- Quote from: JerryKc0kk on June 28, 2018, 10:05:59 pm ---i found no solution in the manual or on the internet

--- End quote ---

Not even the internet knows, how shall we know?!? :P

Although this is beyond the scope of this forum, how about https://en.wikipedia.org/wiki/List_of_installation_software? I would go with NSIS or Inno.

raynebc:
I just provide the binary and resource files to my users as a zip file.

JerryKc0kk:
i apologize, i should have been more specific.

when i asked (how do i deploy to another pc) i should have asked .. in codeblocks, how do i find the libraries and dlls that need to be included in the deploy package?

i built the program in release mode and copied the release .exe to the new pc but nothing happened when i tried to run it.

jerry

oBFusCATed:
C::B doesn't provide such tools. You have to use tools like depends.exe or similar to find what is the minimal set of dlls you have to ship.

Navigation

[0] Message Index

[#] Next page

Go to full version