Click here to Skip to main content
15,904,156 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Link DLL with Visual C++ not working Pin
Cedric Moonen29-Jun-06 4:45
Cedric Moonen29-Jun-06 4:45 
GeneralRe: Link DLL with Visual C++ not working Pin
status()29-Jun-06 4:58
status()29-Jun-06 4:58 
GeneralRe: Link DLL with Visual C++ not working Pin
Cedric Moonen29-Jun-06 5:31
Cedric Moonen29-Jun-06 5:31 
GeneralRe: Link DLL with Visual C++ not working Pin
status()29-Jun-06 10:40
status()29-Jun-06 10:40 
Questiontypedef Handle [modified] Pin
Jay0329-Jun-06 4:21
Jay0329-Jun-06 4:21 
AnswerRe: typedef Handle Pin
Maximilien29-Jun-06 4:28
Maximilien29-Jun-06 4:28 
GeneralRe: typedef Handle Pin
Jay0329-Jun-06 4:39
Jay0329-Jun-06 4:39 
JokeRe: typedef Handle Pin
Jun Du29-Jun-06 4:29
Jun Du29-Jun-06 4:29 
GeneralRe: typedef Handle Pin
Jay0329-Jun-06 4:40
Jay0329-Jun-06 4:40 
GeneralRe: typedef Handle Pin
Jun Du29-Jun-06 5:14
Jun Du29-Jun-06 5:14 
AnswerRe: typedef Handle [modified] Pin
Viorel.29-Jun-06 4:34
Viorel.29-Jun-06 4:34 
GeneralRe: typedef Handle Pin
Jay0329-Jun-06 4:40
Jay0329-Jun-06 4:40 
GeneralRe: typedef Handle Pin
Viorel.29-Jun-06 4:48
Viorel.29-Jun-06 4:48 
QuestionRe: typedef Handle Pin
ovidiucucu29-Jun-06 4:59
ovidiucucu29-Jun-06 4:59 
AnswerRe: typedef Handle Pin
Viorel.29-Jun-06 5:15
Viorel.29-Jun-06 5:15 
AnswerRe: typedef Handle Pin
Zac Howland29-Jun-06 4:45
Zac Howland29-Jun-06 4:45 
GeneralRe: typedef Handle Pin
ovidiucucu29-Jun-06 5:04
ovidiucucu29-Jun-06 5:04 
Questionabout button OwnerDraw [modified] Pin
HOW WHAT29-Jun-06 3:54
HOW WHAT29-Jun-06 3:54 
AnswerRe: about button OwnerDraw Pin
Sarath C29-Jun-06 3:58
Sarath C29-Jun-06 3:58 
JokeRe: about button OwnerDraw Pin
ovidiucucu29-Jun-06 4:13
ovidiucucu29-Jun-06 4:13 
GeneralRe: about button OwnerDraw Pin
HOW WHAT29-Jun-06 4:56
HOW WHAT29-Jun-06 4:56 
QuestionProblems including previously done class Pin
RedSpyder29-Jun-06 3:03
RedSpyder29-Jun-06 3:03 
AnswerRe: Problems including previously done class Pin
Jun Du29-Jun-06 3:26
Jun Du29-Jun-06 3:26 
QuestionHow to write content of file in to a structure Pin
birajendu29-Jun-06 2:55
birajendu29-Jun-06 2:55 
AnswerRe: How to write content of file in to a structure Pin
Cedric Moonen29-Jun-06 2:58
Cedric Moonen29-Jun-06 2:58 
You can still use the fread function and pass the address of your structure. But you have to take care of that because pading bytes are added between the members of your structure (so it is quite dangerous to handle that this way).

BTW, why do you want to do such a thing ?


Cédric Moonen
Software developer

Charting control

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.