Click here to Skip to main content
15,921,959 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Threading Pin
HakunaMatada19-Jan-10 1:26
HakunaMatada19-Jan-10 1:26 
QuestionClose A DIalog Pin
john563218-Jan-10 0:58
john563218-Jan-10 0:58 
AnswerRe: Close A DIalog Pin
Code-o-mat18-Jan-10 1:25
Code-o-mat18-Jan-10 1:25 
GeneralRe: Close A DIalog Pin
john563218-Jan-10 1:29
john563218-Jan-10 1:29 
QuestionThread paused Pin
susanne117-Jan-10 23:56
susanne117-Jan-10 23:56 
QuestionRe: Thread paused Pin
CPallini18-Jan-10 0:16
mveCPallini18-Jan-10 0:16 
AnswerRe: Thread paused Pin
susanne118-Jan-10 0:50
susanne118-Jan-10 0:50 
GeneralRe: Thread paused Pin
CPallini18-Jan-10 0:58
mveCPallini18-Jan-10 0:58 
AnswerRe: Thread paused Pin
Covean18-Jan-10 0:59
Covean18-Jan-10 0:59 
QuestionRe: Thread paused Pin
CPallini18-Jan-10 1:39
mveCPallini18-Jan-10 1:39 
AnswerRe: Thread paused Pin
Covean18-Jan-10 1:57
Covean18-Jan-10 1:57 
AnswerRe: Thread paused Pin
xushih19-Jan-10 1:38
xushih19-Jan-10 1:38 
QuestionRe: Thread paused Pin
CPallini19-Jan-10 1:54
mveCPallini19-Jan-10 1:54 
AnswerRe: Thread paused Pin
Adam Roderick J18-Jan-10 0:18
Adam Roderick J18-Jan-10 0:18 
QuestionRe: Thread paused Pin
Covean18-Jan-10 1:02
Covean18-Jan-10 1:02 
GeneralRe: Thread paused Pin
susanne118-Jan-10 1:16
susanne118-Jan-10 1:16 
GeneralRe: Thread paused Pin
Covean18-Jan-10 1:49
Covean18-Jan-10 1:49 
QuestionObject in a Regular DLL Pin
Lazzari Patrizio17-Jan-10 22:20
Lazzari Patrizio17-Jan-10 22:20 
QuestionRe: Object in a Regular DLL Pin
Lazzari Patrizio17-Jan-10 22:23
Lazzari Patrizio17-Jan-10 22:23 
AnswerRe: Object in a Regular DLL Pin
Cedric Moonen17-Jan-10 22:32
Cedric Moonen17-Jan-10 22:32 
AnswerRe: Object in a Regular DLL Pin
KingsGambit17-Jan-10 22:33
KingsGambit17-Jan-10 22:33 
GeneralRe: Object in a Regular DLL Pin
Lazzari Patrizio17-Jan-10 22:35
Lazzari Patrizio17-Jan-10 22:35 
GeneralRe: Object in a Regular DLL Pin
KingsGambit17-Jan-10 23:03
KingsGambit17-Jan-10 23:03 
AnswerRe: Object in a Regular DLL Pin
Nelek17-Jan-10 22:37
protectorNelek17-Jan-10 22:37 
GeneralRe: Object in a Regular DLL Pin
Lazzari Patrizio17-Jan-10 22:48
Lazzari Patrizio17-Jan-10 22:48 
Ok! Next time i'will edit the message to correct.

For the other hand..
In the project i go to "Insert new class"
Class type : Generic Class
Name : COggetto
Derived from: CObject As Public.

In the .h file i put my variables (are 2 CString)
The in the .cpp i put my code:
COggetto* pOggetto = new COggetto;
pOggetto->m_sCodice = "000001"

When i'm in running i see that the pointer pOggetto is created after the "new" but on the instruction " pOggetto->m_sCodice = "000001"
the project crash.
Thank's for your time!

Hi! I'm very happy to talk with everybody about VC++.

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.