Click here to Skip to main content
16,008,954 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: removing spaces-newbie Pin
David Crow12-Jun-06 3:29
David Crow12-Jun-06 3:29 
QuestionSeparate actions on Button click and button release Pin
Larssen2511-Jun-06 21:37
Larssen2511-Jun-06 21:37 
AnswerRe: Separate actions on Button click and button release Pin
_AnsHUMAN_ 11-Jun-06 22:15
_AnsHUMAN_ 11-Jun-06 22:15 
AnswerRe: Separate actions on Button click and button release Pin
Hamid_RT11-Jun-06 22:47
Hamid_RT11-Jun-06 22:47 
Questionadd source files to embedded VC 4.0 Pin
George_George11-Jun-06 21:36
George_George11-Jun-06 21:36 
Questionminimise and maximize button Pin
Manjunath S11-Jun-06 21:13
Manjunath S11-Jun-06 21:13 
AnswerRe: minimise and maximize button Pin
Sarath C11-Jun-06 22:14
Sarath C11-Jun-06 22:14 
QuestionDifficult when I change pc Pin
mikobi11-Jun-06 21:11
mikobi11-Jun-06 21:11 
Dears Sir,

Every time when I change Pc or when Réinstall pc i have a difficult with my program source.

Before changing pc I have copied all the directory of my program, after changing I reload it on my pc, but when I compile I have news messages that i don't have before. What to do ? These are messages:

--------------------Configuration: STOCK - Win32 Debug--------------------
Compiling...
Property.cpp
c:\program files\microsoft visual studio\vc98\include\new(35) : error C2061: syntax error : identifier 'THIS_FILE'
c:\program files\microsoft visual studio\vc98\include\new(35) : error C2091: function returns function
c:\program files\microsoft visual studio\vc98\include\new(35) : error C2809: 'operator new' has no formal parameters
c:\program files\microsoft visual studio\vc98\include\new(36) : error C2061: syntax error : identifier 'THIS_FILE'
c:\program files\microsoft visual studio\vc98\include\new(37) : error C2091: function returns function
c:\program files\microsoft visual studio\vc98\include\new(37) : error C2556: 'void *(__cdecl *__cdecl operator new(void))(unsigned int,const struct std::nothrow_t &)' : overloaded function differs only by return type from 'void *(__cdecl *__cdecl op
erator new(void))(unsigned int)'
c:\program files\microsoft visual studio\vc98\include\new(35) : see declaration of 'new'
c:\program files\microsoft visual studio\vc98\include\new(41) : error C2061: syntax error : identifier 'THIS_FILE'
c:\program files\microsoft visual studio\vc98\include\new(42) : error C2091: function returns function
c:\program files\microsoft visual studio\vc98\include\new(42) : error C2556: 'void *(__cdecl *__cdecl operator new(void))(unsigned int,void *)' : overloaded function differs only by return type from 'void *(__cdecl *__cdecl operator new(void))(unsig
ned int)'
c:\program files\microsoft visual studio\vc98\include\new(35) : see declaration of 'new'
c:\program files\microsoft visual studio\vc98\include\new(42) : error C2809: 'operator new' has no formal parameters
c:\program files\microsoft visual studio\vc98\include\new(42) : error C2065: '_P' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\memory(16) : error C2061: syntax error : identifier 'THIS_FILE'
c:\program files\microsoft visual studio\vc98\include\memory(17) : error C2091: function returns function
c:\program files\microsoft visual studio\vc98\include\memory(17) : error C2784: 'void *(__cdecl *__cdecl operator new(void))(unsigned int,class std::allocator<`template-parameter257'> &)' : could not deduce template argument for 'void *(__cdecl *)(u
nsigned int,class std::allocator<_Ty> &)' from 'void *(__cdecl *)(unsigned int)'
c:\program files\microsoft visual studio\vc98\include\memory(17) : error C2785: 'void *(__cdecl *__cdecl operator new(void))(unsigned int,class std::allocator<`template-parameter257'> &)' and 'void *(__cdecl *__cdecl operator new(void))(unsigned int
)' have different return types
c:\program files\microsoft visual studio\vc98\include\memory(16) : see declaration of 'new'
c:\program files\microsoft visual studio\vc98\include\memory(17) : error C2809: 'operator new' has no formal parameters
c:\program files\microsoft visual studio\vc98\include\memory(20) : error C2954: template definitions cannot nest
C:\progms\STOCK\Property.cpp(1219) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
Error executing cl.exe.

STOCK.exe - 17 error(s), 1 warning(s)



I learn my self
AnswerRe: Difficult when I change pc Pin
Michael Dunn11-Jun-06 21:34
sitebuilderMichael Dunn11-Jun-06 21:34 
Question[Message Deleted] Pin
Rahul.RK11-Jun-06 20:54
Rahul.RK11-Jun-06 20:54 
AnswerRe: Function Call Pin
toxcct11-Jun-06 21:06
toxcct11-Jun-06 21:06 
QuestionRe: Function Call Pin
Rahul.RK11-Jun-06 21:27
Rahul.RK11-Jun-06 21:27 
AnswerRe: Function Call Pin
toxcct11-Jun-06 21:30
toxcct11-Jun-06 21:30 
AnswerRe: Function Call Pin
sunit511-Jun-06 21:08
sunit511-Jun-06 21:08 
AnswerRe: Function Call Pin
Hamid_RT11-Jun-06 21:45
Hamid_RT11-Jun-06 21:45 
QuestionRe: Function Call Pin
Rahul.RK11-Jun-06 21:52
Rahul.RK11-Jun-06 21:52 
AnswerRe: Function Call Pin
toxcct11-Jun-06 22:01
toxcct11-Jun-06 22:01 
Questionhow to move bitmap using mouse cursor Pin
happy_ram11-Jun-06 20:54
happy_ram11-Jun-06 20:54 
AnswerRe: how to move bitmap using mouse cursor Pin
Viorel.11-Jun-06 21:28
Viorel.11-Jun-06 21:28 
GeneralRe: how to move bitmap using mouse cursor Pin
happy_ram11-Jun-06 21:42
happy_ram11-Jun-06 21:42 
GeneralRe: how to move bitmap using mouse cursor Pin
Viorel.11-Jun-06 22:04
Viorel.11-Jun-06 22:04 
GeneralRe: how to move bitmap using mouse cursor Pin
happy_ram11-Jun-06 22:24
happy_ram11-Jun-06 22:24 
Questionkeyword 'static' Pin
namaskaaram11-Jun-06 20:51
namaskaaram11-Jun-06 20:51 
JokeRe: keyword 'static' Pin
happy_ram11-Jun-06 20:56
happy_ram11-Jun-06 20:56 
AnswerRe: keyword 'static' Pin
Eytukan11-Jun-06 21:30
Eytukan11-Jun-06 21:30 

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.