Hello community,
a young unemployed german autistic computer sciene expert for systemintegration (only very low basic programming experience) wants to try something new.
I am trying to create a portable app of a CAD software. The software is avialable in x86 and x64.
It uses phython 2.7 32 bit and 64 bit, Trolltech libraries (Qt*.dll) in 32 bit and 64 bit and OpenSCAD in 32 bit and 64 bit.
The complete package can be 1.02gb~1.2gb (based on your filesystem blocksize).
And it is based on the latest portableapp template.
Also the registry entries are different from the 32 bit and 64 bit software.
Unfotunately there are absolute paths needed in the registry and the 32 bit & 64 bit are very different in the registry values.
But fortunately the app autodetects the language and accepts relative paths for the ccx.exe and OpenSCAD.exe inside the user.cfg file.
Splitting the app into a 32 bit and a 64 bit is not what I want.