Click here to Skip to main content
15,900,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Destructors Pin
Maximilien10-Mar-15 3:47
Maximilien10-Mar-15 3:47 
AnswerRe: Destructors Pin
Albert Holguin11-Mar-15 16:46
professionalAlbert Holguin11-Mar-15 16:46 
Questionc graphics Pin
Member 115074488-Mar-15 2:35
Member 115074488-Mar-15 2:35 
AnswerRe: c graphics Pin
Frankie-C8-Mar-15 4:18
Frankie-C8-Mar-15 4:18 
AnswerRe: c graphics Pin
Afzaal Ahmad Zeeshan11-Mar-15 7:43
professionalAfzaal Ahmad Zeeshan11-Mar-15 7:43 
Questioncryptosystem Pin
Member 115062768-Mar-15 1:54
Member 115062768-Mar-15 1:54 
AnswerRe: cryptosystem Pin
Richard MacCutchan8-Mar-15 2:09
mveRichard MacCutchan8-Mar-15 2:09 
AnswerRe: cryptosystem Pin
Chris Losinger9-Mar-15 6:31
professionalChris Losinger9-Mar-15 6:31 
Questionusb modem problem Pin
ali_heidari_7-Mar-15 7:32
ali_heidari_7-Mar-15 7:32 
AnswerRe: usb modem problem Pin
Frankie-C7-Mar-15 10:14
Frankie-C7-Mar-15 10:14 
GeneralRe: usb modem problem Pin
ali_heidari_7-Mar-15 17:54
ali_heidari_7-Mar-15 17:54 
QuestionCreating an .Obj File Pin
Bram van Kampen6-Mar-15 12:46
Bram van Kampen6-Mar-15 12:46 
AnswerRe: Creating an .Obj File Pin
Mauro Leggieri6-Mar-15 14:31
Mauro Leggieri6-Mar-15 14:31 
AnswerRe: Creating an .Obj File Pin
Richard MacCutchan6-Mar-15 21:33
mveRichard MacCutchan6-Mar-15 21:33 
AnswerRe: Creating an .Obj File Pin
Frankie-C7-Mar-15 6:04
Frankie-C7-Mar-15 6:04 
The format MS uses is standard indeeded, it is named PE (portable executable), and you can get whole documentation here[^]. It is made public to avoid penalties from antitrust because, if hided, it could be seen as an abuse.
It is based on COFF, and its almost the same, apart from the interpretation of location offsets that are different.
You can create a PE object header, include your data in an initialized data section and create a symbbol in relocation.. Laugh | :laugh:
But if only need to access that data in the DLL the really easy solution is, as they already told you, to create a resource and use it.
QuestionConvert Borland c++ project to VC++ Pin
nextel1225-Mar-15 23:19
nextel1225-Mar-15 23:19 
AnswerRe: Convert Borland c++ project to VC++ Pin
Dave Kreskowiak6-Mar-15 9:20
mveDave Kreskowiak6-Mar-15 9:20 
QuestionError : Application was unable o start correctly(0xc000007b). Pin
002comp4-Mar-15 19:15
002comp4-Mar-15 19:15 
AnswerRe: Error : Application was unable o start correctly(0xc000007b). Pin
Jochen Arndt4-Mar-15 21:02
professionalJochen Arndt4-Mar-15 21:02 
GeneralRe: Error : Application was unable o start correctly(0xc000007b). Pin
002comp8-Mar-15 18:56
002comp8-Mar-15 18:56 
GeneralRe: Error : Application was unable o start correctly(0xc000007b). Pin
Jochen Arndt8-Mar-15 21:58
professionalJochen Arndt8-Mar-15 21:58 
AnswerRe: Error : Application was unable o start correctly(0xc000007b). Pin
Frankie-C4-Mar-15 23:32
Frankie-C4-Mar-15 23:32 
GeneralRe: Error : Application was unable o start correctly(0xc000007b). Pin
002comp8-Mar-15 18:57
002comp8-Mar-15 18:57 
GeneralRe: Error : Application was unable o start correctly(0xc000007b). Pin
Frankie-C8-Mar-15 23:58
Frankie-C8-Mar-15 23:58 
QuestionHow to program Excel named ranges with automation Pin
garyflet4-Mar-15 9:41
garyflet4-Mar-15 9:41 

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.