I'm making an app and I need some help

Ask other users about problems encountered with portable apps or help by posting solutions to existing problems.
Post Reply
Message
Author
Rejjy13
Posts: 9
Joined: Thu Dec 06, 2012 12:23 am

I'm making an app and I need some help

#1 Post by Rejjy13 »

I am making a program to hide (and later show) the contents of the folder from which it is run. (This is not the same as Windows hide.)
However, due to space constraints, my application will need to write this data (the contents of the folder) to a temporary folder. It will be deleted from there as soon as the hiding part is done. A similar approach will be applied to showing back the data.

Will this affect the program's ability to be included in the collection?

Thanks for your help.

Regards,
Rejjy
01-Jan-2013
15:53 IST

User avatar
tproli
Posts: 1172
Joined: Sat Sep 09, 2006 10:14 am
Location: Hungary
Contact:

Re: I'm making an app and I need some help

#2 Post by tproli »

It' s not my duty to judge but I think a portable application is allowed to make system changes as its main task (output). The application itself though should not litter the system with its own settings. So in this point of view I would say your program could be portable.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: I'm making an app and I need some help

#3 Post by guinness »

No, you could even write this data to %TEMP% and it would still be classed as Portable.

Rejjy13
Posts: 9
Joined: Thu Dec 06, 2012 12:23 am

Re: I'm making an app and I need some help

#4 Post by Rejjy13 »

Well I shelved that one. It seemed too easy to break.
I have another question, I have made an alarm clock which has a very tiny footprint and supports command line. However, I don't have a website of my own and hence cannot release it like that.
It has a dependency of bass.dll (included in the program) and therefore cannot be reused commercially, that is, its license is restricted.
So how do I release it? Perhaps the forum has a way?
Thanks.
Regards,
Rijul Ahuja
18-Jan-2013
18:23 IST

User avatar
SYSTEM
Posts: 2043
Joined: Sat Jul 31, 2010 1:19 am
Location: Helsinki, Finland

Re: I'm making an app and I need some help

#5 Post by SYSTEM »

Rejjy13 wrote: I have another question, I have made an alarm clock which has a very tiny footprint and supports command line. However, I don't have a website of my own and hence cannot release it like that.
It has a dependency of bass.dll (included in the program) and therefore cannot be reused commercially, that is, its license is restricted.
So how do I release it? Perhaps the forum has a way?
I recommend that you create a website for it. There are free hosting services such as Weebly.
My YouTube channel | Release date of my 13th playlist: August 24, 2020

User avatar
tproli
Posts: 1172
Joined: Sat Sep 09, 2006 10:14 am
Location: Hungary
Contact:

Re: I'm making an app and I need some help

#6 Post by tproli »

Github or Sourceforge?

Rejjy13
Posts: 9
Joined: Thu Dec 06, 2012 12:23 am

Re: I'm making an app and I need some help

#7 Post by Rejjy13 »

Wow. Thanks for the quick reply.
@trpoli
Github seemed too much work, and sourceforge only accepts open source software. But the license of this one is restricted due to bass.dll
@SYSTEM
Can I use blogs (eg. Tumblr?)

User avatar
SYSTEM
Posts: 2043
Joined: Sat Jul 31, 2010 1:19 am
Location: Helsinki, Finland

Re: I'm making an app and I need some help

#8 Post by SYSTEM »

Rejjy13 wrote: @SYSTEM
Can I use blogs (eg. Tumblr?)
Sure.
My YouTube channel | Release date of my 13th playlist: August 24, 2020

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: I'm making an app and I need some help

#9 Post by guinness »

I use wordpress and ge.tt.

Post Reply