Click here to Skip to main content
15,886,002 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Data coalescing during winsock send() call Pin
James R. Twine16-Feb-06 7:17
James R. Twine16-Feb-06 7:17 
QuestionCombinations in VC++ Pin
RockyJames16-Feb-06 6:42
RockyJames16-Feb-06 6:42 
AnswerRe: Combinations in VC++ Pin
toxcct16-Feb-06 7:04
toxcct16-Feb-06 7:04 
GeneralRe: Combinations in VC++ Pin
RockyJames16-Feb-06 7:18
RockyJames16-Feb-06 7:18 
GeneralRe: Combinations in VC++ Pin
David Crow16-Feb-06 7:19
David Crow16-Feb-06 7:19 
GeneralRe: Combinations in VC++ Pin
RockyJames16-Feb-06 7:26
RockyJames16-Feb-06 7:26 
GeneralRe: Combinations in VC++ Pin
David Crow16-Feb-06 7:49
David Crow16-Feb-06 7:49 
QuestionOMF to COFF conversion in VS2005 Pin
Jose Lamas Rios16-Feb-06 6:14
Jose Lamas Rios16-Feb-06 6:14 
In previous versions of Visual Studio, the linker an the editbin utility had the ability to convert object files from OMF to COFF format. I can't make it work with the link.exe and editbin.exe versions in VS2005.

Does anybody know if that conversion was intentionally removed in VS2005 or if it's just a bug?

I have a project in which some files are compiled with arity/prolog32 (v.1.1). The output of the prolog compiler is an object file in OMF format. Actually, the compiler itself tries to silently convert it to COFF by calling editbin behind the scenes. But with VS2005 the conversion fails and the object file remains in OMF format. Trying to convert the file by explicitly calling EDITBIN from the command line produces the following output, and the file is not converted:

Microsoft (R) COFF/PE Editor Version 8.00.50727.42<br />
Copyright (C) Microsoft Corporation.  All rights reserved.<br />
<br />
prlg_ifce.obj : warning LNK4048: Invalid format file; ignored<br />
<br />


--
jlr
http://jlamas.blogspot.com/[^]
QuestionUnresolved Ext Symbol- AFXMESSAGEBOX Pin
Spykraft16-Feb-06 5:47
Spykraft16-Feb-06 5:47 
AnswerRe: Unresolved Ext Symbol- AFXMESSAGEBOX Pin
toxcct16-Feb-06 6:03
toxcct16-Feb-06 6:03 
GeneralRe: Unresolved Ext Symbol- AFXMESSAGEBOX Pin
Spykraft16-Feb-06 6:21
Spykraft16-Feb-06 6:21 
AnswerRe: Unresolved Ext Symbol- AFXMESSAGEBOX Pin
James R. Twine16-Feb-06 7:12
James R. Twine16-Feb-06 7:12 
QuestionSQLXMLBulkLoad? Pin
george ivanov16-Feb-06 5:18
george ivanov16-Feb-06 5:18 
QuestionAbout DAO Pin
Jacky Tsee16-Feb-06 4:34
Jacky Tsee16-Feb-06 4:34 
QuestionAdding ATL Support to MFC DLL Pin
a_kiani16-Feb-06 4:25
a_kiani16-Feb-06 4:25 
AnswerRe: Adding ATL Support to MFC DLL Pin
Michael Dunn16-Feb-06 7:40
sitebuilderMichael Dunn16-Feb-06 7:40 
GeneralRe: Adding ATL Support to MFC DLL Pin
a_kiani20-Feb-06 1:10
a_kiani20-Feb-06 1:10 
AnswerRe: Adding ATL Support to MFC DLL Pin
ThatsAlok17-Feb-06 3:13
ThatsAlok17-Feb-06 3:13 
GeneralRe: Adding ATL Support to MFC DLL Pin
zahedeh19-Feb-06 21:16
zahedeh19-Feb-06 21:16 
QuestionCopy large amount of data to clipboard Pin
t2x16-Feb-06 3:38
t2x16-Feb-06 3:38 
AnswerRe: Copy large amount of data to clipboard Pin
Tim Smith16-Feb-06 3:45
Tim Smith16-Feb-06 3:45 
AnswerRe: Copy large amount of data to clipboard Pin
James R. Twine16-Feb-06 4:19
James R. Twine16-Feb-06 4:19 
AnswerRe: Copy large amount of data to clipboard Pin
ThatsAlok17-Feb-06 3:11
ThatsAlok17-Feb-06 3:11 
Questionfast code Pin
Waldermort16-Feb-06 1:39
Waldermort16-Feb-06 1:39 
AnswerRe: fast code Pin
James R. Twine16-Feb-06 1:58
James R. Twine16-Feb-06 1:58 

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.