Click here to Skip to main content
15,915,160 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC app only works on one system... I need ideas... Pin
Richard Andrew x6429-Jul-12 8:35
professionalRichard Andrew x6429-Jul-12 8:35 
GeneralRe: MFC app only works on one system... I need ideas... Pin
charlieg29-Jul-12 8:42
charlieg29-Jul-12 8:42 
GeneralRe: MFC app only works on one system... I need ideas... Pin
Richard Andrew x6429-Jul-12 8:54
professionalRichard Andrew x6429-Jul-12 8:54 
GeneralRe: MFC app only works on one system... I need ideas... Pin
charlieg29-Jul-12 16:25
charlieg29-Jul-12 16:25 
GeneralRe: MFC app only works on one system... I need ideas... Pin
Richard Andrew x6429-Jul-12 9:01
professionalRichard Andrew x6429-Jul-12 9:01 
GeneralRe: MFC app only works on one system... I need ideas... Pin
charlieg29-Jul-12 16:28
charlieg29-Jul-12 16:28 
GeneralRe: MFC app only works on one system... I need ideas... Pin
Chuck O'Toole29-Jul-12 12:05
Chuck O'Toole29-Jul-12 12:05 
AnswerRe: MFC app only works on one system... I need ideas... Pin
charlieg29-Jul-12 16:37
charlieg29-Jul-12 16:37 
Per Chuck's comments, let me elaborate on the directory structure of where this app works. He has a point, given the W7 restrictions on random file locations.

The application in question works with a specific directory tree which we will call our release tree. The basic structure:

c:\release
folder A
folder B
etc.

It does not matter to the application where the release folder's root is. I could put it anywhere. Normally it lives on the C drive at the basic level, as it has for some time. Note even though the application runs both in W7 and Xp, I'm mainly worried about Xp. We've never had any issues with permissions, so don't let W7 distract you.

The application allows the user to specify the root folder, so he selects C:\release. When the app runs, it's crunching files in the c:\release tree. Sometimes, it needs to create working files - in c:\release. Sometimes it can, and sometimes it cannot... it is very random. It I go to that folder, I can create files to my heart's content, so I don't think it is a permissions issue.

What else am I being ambiguous about.?
Charlie Gilley
<italic>You're going to tell me what I want to know, or I'm going to beat you to death in your own house.

"Where liberty dwells, there is my country." B. Franklin, 1783
“They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759


SuggestionRe: MFC app only works on one system... I need ideas... Pin
David Crow30-Jul-12 4:20
David Crow30-Jul-12 4:20 
QuestionHow to read and write struct using CArchive file? Pin
Le@rner27-Jul-12 23:20
Le@rner27-Jul-12 23:20 
AnswerRe: How to read and write struct using CArchive file? Pin
Chris Losinger28-Jul-12 3:03
professionalChris Losinger28-Jul-12 3:03 
AnswerRe: How to read and write struct using CArchive file? Pin
Eugen Podsypalnikov28-Jul-12 22:57
Eugen Podsypalnikov28-Jul-12 22:57 
GeneralProvide me all the Possible alternatives to access a member variable and member function from a global function. Pin
Krish6927-Jul-12 21:06
Krish6927-Jul-12 21:06 
GeneralRe: Provide me all the Possible alternatives to access a member variable and member function from a global function. Pin
Richard MacCutchan27-Jul-12 21:30
mveRichard MacCutchan27-Jul-12 21:30 
GeneralRe: Provide me all the Possible alternatives to access a member variable and member function from a global function. Pin
Krish6927-Jul-12 22:17
Krish6927-Jul-12 22:17 
GeneralRe: Provide me all the Possible alternatives to access a member variable and member function from a global function. Pin
Jochen Arndt27-Jul-12 22:47
professionalJochen Arndt27-Jul-12 22:47 
GeneralRe: Provide me all the Possible alternatives to access a member variable and member function from a global function. Pin
Maximilien27-Jul-12 23:41
Maximilien27-Jul-12 23:41 
QuestionCInvalidArg exceptions Pin
ForNow26-Jul-12 17:36
ForNow26-Jul-12 17:36 
AnswerRe: CInvalidArg exceptions Pin
Richard Andrew x6426-Jul-12 18:23
professionalRichard Andrew x6426-Jul-12 18:23 
AnswerRe: CInvalidArg exceptions Pin
Richard MacCutchan26-Jul-12 23:00
mveRichard MacCutchan26-Jul-12 23:00 
GeneralRe: CInvalidArg exceptions Pin
ForNow27-Jul-12 11:13
ForNow27-Jul-12 11:13 
GeneralRe: CInvalidArg exceptions Pin
Richard MacCutchan27-Jul-12 21:25
mveRichard MacCutchan27-Jul-12 21:25 
GeneralRe: CInvalidArg exceptions Pin
ForNow29-Jul-12 10:39
ForNow29-Jul-12 10:39 
GeneralRe: CInvalidArg exceptions Pin
Richard MacCutchan29-Jul-12 10:48
mveRichard MacCutchan29-Jul-12 10:48 
GeneralRe: CInvalidArg exceptions Pin
ForNow29-Jul-12 14:01
ForNow29-Jul-12 14:01 

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.