Click here to Skip to main content
15,898,134 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Getting rid of security questions when accessing registry Vista, Win 7 Pin
Iain Clarke, Warrior Programmer8-Mar-10 21:47
Iain Clarke, Warrior Programmer8-Mar-10 21:47 
GeneralRe: Getting rid of security questions when accessing registry Vista, Win 7 Pin
tibiz8-Mar-10 23:31
tibiz8-Mar-10 23:31 
GeneralRe: Getting rid of security questions when accessing registry Vista, Win 7 Pin
Mohan Ramachandra9-Mar-10 1:21
Mohan Ramachandra9-Mar-10 1:21 
GeneralRe: Getting rid of security questions when accessing registry Vista, Win 7 Pin
tibiz9-Mar-10 1:43
tibiz9-Mar-10 1:43 
GeneralRe: Getting rid of security questions when accessing registry Vista, Win 7 Pin
Mohan Ramachandra9-Mar-10 2:18
Mohan Ramachandra9-Mar-10 2:18 
GeneralRe: Getting rid of security questions when accessing registry Vista, Win 7 Pin
tibiz9-Mar-10 8:50
tibiz9-Mar-10 8:50 
GeneralRe: Getting rid of security questions when accessing registry Vista, Win 7 Pin
Mohan Ramachandra9-Mar-10 17:59
Mohan Ramachandra9-Mar-10 17:59 
QuestionCan't compile any code with Dev C++. Pin
James_7228-Mar-10 11:31
James_7228-Mar-10 11:31 
I have Dev-c++ version 4.9.9.2 on my computer. When I try to compile anything, it gives me the same error.
<br />
Makefile.win [Build Error]  [main.o] Error -1073741515 <br />


I have two different copies of the program on my computer; one that is installed and a portable one and they both give me the same error. I know that it isn't my code because i use the portable one to compile code at school and it works fine there. In advance, thank you for your help.

Here is the compile log I got from trying to compile on the portable version:
<br />
Compiler: Default compiler<br />
Building Makefile: "J:\opengl\Makefile.win"<br />
Executing  make...<br />
make.exe -f "J:\opengl\Makefile.win" all<br />
g++.exe -c main.cpp -o main.o -I"J:/Portables/Dev-CppPortable/App/devcpp/lib/gcc/mingw32/3.4.2/include"  -I"J:/Portables/Dev-CppPortable/App/devcpp/include/c++/3.4.2/backward"  -I"J:/Portables/Dev-CppPortable/App/devcpp/include/c++/3.4.2/mingw32"  -I"J:/Portables/Dev-CppPortable/App/devcpp/include/c++/3.4.2"  -I"J:/Portables/Dev-CppPortable/App/devcpp/include"   <br />
<br />
make.exe: *** [main.o] Error -1073741515<br />
<br />
Execution terminated <br />

AnswerRe: Can't compile any code with Dev C++. Pin
Luc Pattyn8-Mar-10 12:40
sitebuilderLuc Pattyn8-Mar-10 12:40 
AnswerRe: Can't compile any code with Dev C++. Pin
Herboren8-Mar-10 15:40
Herboren8-Mar-10 15:40 
QuestionInitializer lists, default constructors and references Pin
CString(0xcccccccc)8-Mar-10 8:52
CString(0xcccccccc)8-Mar-10 8:52 
AnswerRe: Initializer lists, default constructors and references Pin
Stuart Dootson8-Mar-10 9:01
professionalStuart Dootson8-Mar-10 9:01 
AnswerRe: Initializer lists, default constructors and references Pin
Graham Breach8-Mar-10 9:05
Graham Breach8-Mar-10 9:05 
GeneralRe: Initializer lists, default constructors and references Pin
CPallini8-Mar-10 9:23
mveCPallini8-Mar-10 9:23 
GeneralRe: Initializer lists, default constructors and references Pin
Tim Craig8-Mar-10 10:06
Tim Craig8-Mar-10 10:06 
GeneralRe: Initializer lists, default constructors and references Pin
Graham Breach8-Mar-10 10:19
Graham Breach8-Mar-10 10:19 
GeneralRe: Initializer lists, default constructors and references Pin
CPallini8-Mar-10 10:49
mveCPallini8-Mar-10 10:49 
GeneralRe: Initializer lists, default constructors and references Pin
Tim Craig8-Mar-10 13:53
Tim Craig8-Mar-10 13:53 
GeneralRe: Initializer lists, default constructors and references Pin
CString(0xcccccccc)8-Mar-10 9:30
CString(0xcccccccc)8-Mar-10 9:30 
AnswerRe: Initializer lists, default constructors and references [modified] Pin
Avi Berger8-Mar-10 9:27
Avi Berger8-Mar-10 9:27 
GeneralRe: Initializer lists, default constructors and references Pin
CString(0xcccccccc)8-Mar-10 9:40
CString(0xcccccccc)8-Mar-10 9:40 
GeneralRe: Initializer lists, default constructors and references Pin
Avi Berger8-Mar-10 10:08
Avi Berger8-Mar-10 10:08 
GeneralRe: Initializer lists, default constructors and references Pin
CString(0xcccccccc)8-Mar-10 10:40
CString(0xcccccccc)8-Mar-10 10:40 
GeneralRe: Initializer lists, default constructors and references Pin
Avi Berger8-Mar-10 11:08
Avi Berger8-Mar-10 11:08 
GeneralRe: Initializer lists, default constructors and references Pin
CString(0xcccccccc)8-Mar-10 20:19
CString(0xcccccccc)8-Mar-10 20:19 

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.