Click here to Skip to main content
15,912,072 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Dumb Old Program Question Pin
Steven121826-Sep-18 3:56
professionalSteven121826-Sep-18 3:56 
GeneralRe: Dumb Old Program Question Pin
milo-xml26-Sep-18 2:24
professionalmilo-xml26-Sep-18 2:24 
GeneralRe: Dumb Old Program Question Pin
jeb121726-Sep-18 3:11
professionaljeb121726-Sep-18 3:11 
GeneralRe: Dumb Old Program Question Pin
Greg Lovekamp26-Sep-18 3:42
professionalGreg Lovekamp26-Sep-18 3:42 
GeneralRe: Dumb Old Program Question Pin
KLSmith26-Sep-18 4:23
KLSmith26-Sep-18 4:23 
GeneralRe: Dumb Old Program Question Pin
mdblack9826-Sep-18 4:48
mdblack9826-Sep-18 4:48 
GeneralRe: Dumb Old Program Question Pin
Gerry Schmitz26-Sep-18 4:38
mveGerry Schmitz26-Sep-18 4:38 
GeneralRe: Dumb Old Program Question Pin
Kirk 1038982126-Sep-18 5:16
Kirk 1038982126-Sep-18 5:16 
I would run the program in a VM of Windows 7, and use the old SysInternal Tools to identify the file creation.

I have had THESE kinds of problems when going to Windows 8 and Windows 10 from very old code that writes stuff to it's own PROGRAMS folders... ALL due to security differences.

Windows DOES NOT want things written "anywhere", data goes in appdata, etc.

And running as Admin does not always fix stuff, because the resulting EXPLORER instance is NOT in admin mode, so it may not see the files created.

That is the FINAL nail in the coffin. If it is using ANY KIND of share, KNOW THIS: A share created with an ADMIN account is NOT accessible to the USER account, AND VICE VERSA. This crushed us recently on a VM setup where the developer runs as admin, but the use program cannot. AND BAM, the share can only be accessible by one at a time, until you tweak the registry!

GeneralRe: Dumb Old Program Question Pin
jamesvtoomey26-Sep-18 18:14
jamesvtoomey26-Sep-18 18:14 
GeneralRe: Dumb Old Program Question Pin
charlieg27-Sep-18 5:05
charlieg27-Sep-18 5:05 
GeneralRe: Dumb Old Program Question Pin
Kirill Illenseer11-Oct-18 22:48
Kirill Illenseer11-Oct-18 22:48 
GeneralWSO CCC OTD 2018-09 Pin
OriginalGriff24-Sep-18 21:57
mveOriginalGriff24-Sep-18 21:57 
GeneralRe: WSO CCC OTD 2018-09 Pin
musefan24-Sep-18 22:10
musefan24-Sep-18 22:10 
GeneralRe: WSO CCC OTD 2018-09 - We have a winner! Pin
OriginalGriff24-Sep-18 22:20
mveOriginalGriff24-Sep-18 22:20 
GeneralRe: WSO CCC OTD 2018-09 - We have a winner! Pin
musefan24-Sep-18 22:22
musefan24-Sep-18 22:22 
NewsWWWBasic - All those years of GWBASIC finally pays off! Pin
Nish Nishant24-Sep-18 11:40
sitebuilderNish Nishant24-Sep-18 11:40 
GeneralRe: WWWBasic - All those years of GWBASIC finally pays off! Pin
Marc Clifton24-Sep-18 11:45
mvaMarc Clifton24-Sep-18 11:45 
GeneralRe: WWWBasic - All those years of GWBASIC finally pays off! Pin
Nish Nishant24-Sep-18 11:46
sitebuilderNish Nishant24-Sep-18 11:46 
GeneralRe: WWWBasic - All those years of GWBASIC finally pays off! Pin
CodeWraith24-Sep-18 21:58
CodeWraith24-Sep-18 21:58 
GeneralRe: WWWBasic - All those years of GWBASIC finally pays off! Pin
Marc Clifton25-Sep-18 0:35
mvaMarc Clifton25-Sep-18 0:35 
GeneralRe: WWWBasic - All those years of GWBASIC finally pays off! Pin
Michael Martin25-Sep-18 1:25
professionalMichael Martin25-Sep-18 1:25 
GeneralRe: WWWBasic - All those years of GWBASIC finally pays off! Pin
CodeWraith25-Sep-18 1:35
CodeWraith25-Sep-18 1:35 
GeneralRe: WWWBasic - All those years of GWBASIC finally pays off! Pin
Rollin Shultz3-Oct-18 3:25
Rollin Shultz3-Oct-18 3:25 
GeneralRe: WWWBasic - All those years of GWBASIC finally pays off! Pin
dandy7228-Sep-18 5:11
dandy7228-Sep-18 5:11 
GeneralRe: WWWBasic - All those years of GWBASIC finally pays off! Pin
CodeWraith28-Sep-18 21:39
CodeWraith28-Sep-18 21:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.