PB Compile a program as a normal user?

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
sec
Enthusiast
Enthusiast
Posts: 792
Joined: Sat Aug 09, 2003 3:13 am
Location: 90-61-92 // EU or ASIA
Contact:

PB Compile a program as a normal user?

Post by sec »

Time ago, i had compile programs with admin acount (on OS: windows 2000 ) (as by press key F5). i tried compile with a account of user , then PB didnot compile that noticed "can't create 'PB_.._output.pb' file in /Compile/ dir (why? coz with a acount of user then PB can't to write that dir 'c:\progarm files\purebasic\compile\..' that user only can to write home dir as 'c:\documents and settings'.
So i wish "with PB installed (with admin acount), then a normal user acount can compile their programs, that donot install a new install in your home/ or must have permission to write other dir (not home) ...
thank,
PolyVector
Enthusiast
Enthusiast
Posts: 499
Joined: Wed Sep 17, 2003 9:17 pm
Location: Southern California
Contact:

Post by PolyVector »

you probably have to change permisions for 'c:\progarm files\purebasic\compile\..' with the admin account...
sec
Enthusiast
Enthusiast
Posts: 792
Joined: Sat Aug 09, 2003 3:13 am
Location: 90-61-92 // EU or ASIA
Contact:

Post by sec »

hmm, temp file would put in home dir , that is all!
techjunkie
Addict
Addict
Posts: 1126
Joined: Wed Oct 15, 2003 12:40 am
Location: Sweden
Contact:

Post by techjunkie »

sec wrote:hmm, temp file would put in home dir , that is all!
Ehhh - witch user home dir? You mean all temporary files in "My Documents" or in the "profile/local settings" or in the user temp dir?

Did you install it on a server? Did you use "change user /install"?

If you are going to run PB in a multi user environment I suggest that you install it separate for every user - and of course have licenses for all!!

I haven't tested PB in a multiuser / TSE environment... I'll maybe do that if I'll get some time... :)
Image
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
sec
Enthusiast
Enthusiast
Posts: 792
Joined: Sat Aug 09, 2003 3:13 am
Location: 90-61-92 // EU or ASIA
Contact:

Post by sec »

Ehhh - witch user home dir? You mean all temporary files in "My Documents" or in the "profile/local settings" or in the user temp dir?
what PATH of environment variable TEMP or TMP set...
Did you install it on a server? Did you use "change user /install"?

If you are going to run PB in a multi user environment I suggest that you install it separate for every user - and of course have licenses for all!!

I haven't tested PB in a multiuser / TSE environment... I'll maybe do that if I'll get some time... :)
Yeah, i have two account on my Windows 2000 (installed on NTFS) ..first "Admistrator" and other "sec" (i did everything with that account) ..and of course only me used compiler (and installed once wiht account admin) :!: :!:
Post Reply