Click here to Skip to main content
15,885,216 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Inability to edit .rc files Pin
Anthony Appleyard21-Jan-13 0:00
Anthony Appleyard21-Jan-13 0:00 
GeneralRe: Inability to edit .rc files Pin
Richard MacCutchan21-Jan-13 0:06
mveRichard MacCutchan21-Jan-13 0:06 
GeneralRe: Inability to edit .rc files Pin
CPallini21-Jan-13 0:14
mveCPallini21-Jan-13 0:14 
GeneralRe: Inability to edit .rc files Pin
Joe Woodbury22-Jan-13 9:20
professionalJoe Woodbury22-Jan-13 9:20 
GeneralRe: Inability to edit .rc files Pin
CPallini22-Jan-13 9:41
mveCPallini22-Jan-13 9:41 
AnswerRe: Inability to edit .rc files Pin
Shaheed Legion26-Feb-13 6:02
Shaheed Legion26-Feb-13 6:02 
GeneralRe: Inability to edit .rc files Pin
Anthony Appleyard26-Feb-13 6:39
Anthony Appleyard26-Feb-13 6:39 
QuestionUser privileges stopping a program from rename(,)'ing files Pin
Anthony Appleyard20-Jan-13 18:51
Anthony Appleyard20-Jan-13 18:51 
Continuation of previous thread, now that its topic has changed. With thanks for your advice, and I apologise for any misunderstandings.

I am writing a new program (named rebrmasks), using matter from a similar older program (named chekobjp_vc) that I wrote and it reached its final form in September 2009.

rebrmasks is to work on user-created character information files in my copy of the CGI package called Poser, and thus it must work on files in the C: area.

Link here to the Wikipedia page about Poser

(chekobjp_vc checks .obj file pointers. Here an .obj file is a map of vertexes and polygon faces in a CGI model. I adapted it from an older version that I wrote for my old Borland C++ 5.1 compiler.)

(rebrmasks is to add 2 more alternate-geometry links to rebreather diver CGI models' fullface masks. I have made CGI models of scuba divers and frogmen -- for free download, not for money.)

I find that rebrmasks refuses to obey the function rename(,) to rename a file :: errno says "permission denied". But chekobjp_vc, which is very similar, renames files in my C: area correctly.

When I am using Visual C++ to work on my rebrmasks program, please, is there something which I can reset to tell it to compile a program which has the privilege to move files in my C++ area?

modified 21-Jan-13 1:22am.

AnswerRe: User privileges stopping a program from rename(,)'ing files Pin
Super Lloyd20-Jan-13 19:52
Super Lloyd20-Jan-13 19:52 
GeneralBUG FOUND Pin
Anthony Appleyard21-Jan-13 0:03
Anthony Appleyard21-Jan-13 0:03 
GeneralRe: BUG FOUND Pin
Super Lloyd21-Jan-13 0:57
Super Lloyd21-Jan-13 0:57 
QuestionA pointer reference as l-value Pin
George Nistor20-Jan-13 2:07
George Nistor20-Jan-13 2:07 
AnswerRe: A pointer reference as l-value Pin
Maximilien20-Jan-13 3:18
Maximilien20-Jan-13 3:18 
AnswerRe: A pointer reference as l-value Pin
Richard MacCutchan20-Jan-13 3:56
mveRichard MacCutchan20-Jan-13 3:56 
GeneralRe: A pointer reference as l-value Pin
George Nistor20-Jan-13 4:02
George Nistor20-Jan-13 4:02 
GeneralRe: A pointer reference as l-value Pin
Richard MacCutchan20-Jan-13 4:11
mveRichard MacCutchan20-Jan-13 4:11 
GeneralRe: A pointer reference as l-value Pin
Freak3021-Jan-13 4:43
Freak3021-Jan-13 4:43 
GeneralRe: A pointer reference as l-value Pin
George Nistor21-Jan-13 5:37
George Nistor21-Jan-13 5:37 
GeneralRe: A pointer reference as l-value Pin
Freak3021-Jan-13 22:08
Freak3021-Jan-13 22:08 
QuestionThe 'rename' function gives errno == -1 Pin
Anthony Appleyard20-Jan-13 1:12
Anthony Appleyard20-Jan-13 1:12 
AnswerRe: The 'rename' function gives errno == -1 Pin
pasztorpisti20-Jan-13 1:26
pasztorpisti20-Jan-13 1:26 
GeneralRe: The 'rename' function gives errno == -1 Pin
Anthony Appleyard20-Jan-13 3:01
Anthony Appleyard20-Jan-13 3:01 
AnswerRe: The 'rename' function gives errno == -1 Pin
Richard MacCutchan20-Jan-13 3:50
mveRichard MacCutchan20-Jan-13 3:50 
GeneralRe: The 'rename' function gives errno == -1 Pin
Anthony Appleyard20-Jan-13 4:32
Anthony Appleyard20-Jan-13 4:32 
GeneralRe: The 'rename' function gives errno == -1 Pin
Richard MacCutchan20-Jan-13 4:37
mveRichard MacCutchan20-Jan-13 4:37 

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.