Click here to Skip to main content
15,912,204 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dialog Position Pin
David Crow30-Jun-05 17:03
David Crow30-Jun-05 17:03 
GeneralRe: Dialog Position Pin
flystar70730-Jun-05 20:13
flystar70730-Jun-05 20:13 
GeneralRe: Dialog Position Pin
Archer28230-Jun-05 20:19
Archer28230-Jun-05 20:19 
GeneralRe: Dialog Position Pin
David Crow1-Jul-05 3:04
David Crow1-Jul-05 3:04 
GeneralADO Seek method Pin
ldaoust30-Jun-05 14:14
ldaoust30-Jun-05 14:14 
GeneralRe: ADO Seek method Pin
Jose Lamas Rios30-Jun-05 17:52
Jose Lamas Rios30-Jun-05 17:52 
GeneralRe: ADO Seek method Pin
ldaoust30-Jun-05 18:21
ldaoust30-Jun-05 18:21 
GeneralMFC problem with using new and delete or making classes Pin
Ianel30-Jun-05 13:06
Ianel30-Jun-05 13:06 
If I have a class made in my MFC application I am making I get a very fun bug. This also happens if i call delete on an object I have allocated and of course even though a memory leak when a homemade class goes out of scope.
So tell me how can i make a class or use delete on objects or eve my own classes? Here are my linker errors:

Prog error LNK2005: "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) already defined in libcpmtd.lib(newop.obj)
Prog error LNK2005: "void __cdecl operator delete(void *)" (??3@YAXPAX@Z) already defined in LIBCMTD.lib(dbgdel.obj)
Prog fatal error LNK1169: one or more multiply defined symbols found

Isn't that great? So i narrowed it down to creating a class and it going out of scope as well as the call of a destructor or even just deleting a simple character array.
GeneralRe: MFC problem with using new and delete or making classes Pin
Christian Graus30-Jun-05 14:43
protectorChristian Graus30-Jun-05 14:43 
Questionwindow class from hwnd? Pin
Peter Weyzen30-Jun-05 11:27
Peter Weyzen30-Jun-05 11:27 
AnswerRe: window class from hwnd? Pin
Jack Puppy30-Jun-05 12:38
Jack Puppy30-Jun-05 12:38 
GeneralObtain a handle to a label in a container Pin
Abhishek Karnik30-Jun-05 10:43
Abhishek Karnik30-Jun-05 10:43 
GeneralRe: Obtain a handle to a label in a container Pin
David Crow30-Jun-05 10:45
David Crow30-Jun-05 10:45 
GeneralRe: Obtain a handle to a label in a container Pin
Abhishek Karnik1-Jul-05 9:27
Abhishek Karnik1-Jul-05 9:27 
GeneralRe: Obtain a handle to a label in a container Pin
Jose Lamas Rios30-Jun-05 16:33
Jose Lamas Rios30-Jun-05 16:33 
GeneralRe: Obtain a handle to a label in a container Pin
Abhishek Karnik1-Jul-05 9:32
Abhishek Karnik1-Jul-05 9:32 
GeneralRe: Obtain a handle to a label in a container Pin
Jose Lamas Rios1-Jul-05 9:41
Jose Lamas Rios1-Jul-05 9:41 
GeneralModeless Dialog not moving Pin
KnaveR77730-Jun-05 9:16
KnaveR77730-Jun-05 9:16 
GeneralRe: Modeless Dialog not moving Pin
David Crow30-Jun-05 9:38
David Crow30-Jun-05 9:38 
GeneralRe: Modeless Dialog not moving Pin
KnaveR77730-Jun-05 10:30
KnaveR77730-Jun-05 10:30 
GeneralRe: Modeless Dialog not moving Pin
Blake Miller30-Jun-05 12:51
Blake Miller30-Jun-05 12:51 
GeneralRe: Modeless Dialog not moving Pin
KnaveR77730-Jun-05 13:25
KnaveR77730-Jun-05 13:25 
GeneralRe: Modeless Dialog not moving Pin
Jose Lamas Rios30-Jun-05 16:18
Jose Lamas Rios30-Jun-05 16:18 
GeneralRe: Modeless Dialog not moving Pin
KnaveR77730-Jun-05 16:38
KnaveR77730-Jun-05 16:38 
GeneralRe: Modeless Dialog not moving Pin
Blake V. Miller30-Jun-05 17:23
Blake V. Miller30-Jun-05 17:23 

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.