#πŸ”’ How to develop for exes?

7 messages Β· Page 1 of 1 (latest)

tropic harness
#

I am working on an application with the end goal of it being an executable, and I would like to know what's a good workflow to achieve that? I also want everything the app needs to be embedded in the executable like images and persistent states.

A good example for a light exe app is sizer who's directory looks something like this:

|_ hook32.dll
|_ hook64.dll
|_ ReadMe.txt
|_ sizer.exe
|_ Stub64.dat

Basically everything the app needs to function is in the exe, including all the configurations you make (i assume they are also saved into the exe somehow, or maybe the .dat file)

craggy sedgeBOT
#

@tropic harness

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

wicked needle
tropic harness
wicked needle
craggy sedgeBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.