Click here to Skip to main content
15,913,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCheck sign ... Pin
Hadi Rezaee10-Mar-01 0:56
Hadi Rezaee10-Mar-01 0:56 
GeneralRe: Check sign ... Pin
Christian Graus10-Mar-01 1:57
protectorChristian Graus10-Mar-01 1:57 
GeneralCheck sign ... Pin
Hadi Rezaee10-Mar-01 0:53
Hadi Rezaee10-Mar-01 0:53 
GeneralCheck sign ... Pin
Hadi Rezaee10-Mar-01 0:51
Hadi Rezaee10-Mar-01 0:51 
Generalaudio problems Pin
Ruth Farmery9-Mar-01 20:55
Ruth Farmery9-Mar-01 20:55 
GeneralLinking resource problem Pin
9-Mar-01 20:49
suss9-Mar-01 20:49 
GeneralRe: Linking resource problem Pin
l a u r e n10-Mar-01 1:00
l a u r e n10-Mar-01 1:00 
GeneralRe: Linking resource problem Pin
Tim Deveaux10-Mar-01 13:26
Tim Deveaux10-Mar-01 13:26 
The linker seems to be invoking the coversion utility to convert an OMF object file to COFF format. This is default behavior. I found this note in the MSDN regarding ".Lib Files as Linker Input":

"LINK cannot link a library of 32-bit OMF objects created by the 16-bit version of LIB. To use an OMF library, you must first use the 16-bit LIB (not provided in Visual C++ for Windows NT) to extract the objects. You can then either link the OMF objects or use the 32-bit LIB to convert them to COFF and put them into a library. You can also use the EDITBIN.EXE tool to convert an OMF object to COFF. "

Not sure if this is the prob, but worth a look.
GeneralURGENTLY Need Help Pin
#realJSOP9-Mar-01 3:53
professional#realJSOP9-Mar-01 3:53 
GeneralRe: URGENTLY Need Help Pin
l a u r e n9-Mar-01 20:42
l a u r e n9-Mar-01 20:42 
GeneralRe: URGENTLY Need Help Pin
#realJSOP12-Mar-01 2:34
professional#realJSOP12-Mar-01 2:34 
GeneralRe: URGENTLY Need Help Pin
Tim Deveaux10-Mar-01 12:54
Tim Deveaux10-Mar-01 12:54 
GeneralRe: URGENTLY Need Help Pin
#realJSOP12-Mar-01 2:37
professional#realJSOP12-Mar-01 2:37 
GeneralRe: URGENTLY Need Help Pin
#realJSOP12-Mar-01 9:56
professional#realJSOP12-Mar-01 9:56 
GeneralDifference between ADO and ADODB Pin
8-Mar-01 22:11
suss8-Mar-01 22:11 
GeneralDifference between ADO and ADODB Pin
8-Mar-01 22:11
suss8-Mar-01 22:11 
GeneralDifference between ADO and ADODB Pin
8-Mar-01 22:11
suss8-Mar-01 22:11 
GeneralDifference between ADO and ADODB Pin
8-Mar-01 22:10
suss8-Mar-01 22:10 
GeneralProcess Infomation Pin
8-Mar-01 20:13
suss8-Mar-01 20:13 
GeneralRe: Process Infomation Pin
l a u r e n8-Mar-01 21:06
l a u r e n8-Mar-01 21:06 
GeneralRe: Process Infomation Pin
Tim Deveaux10-Mar-01 13:07
Tim Deveaux10-Mar-01 13:07 
GeneralButton Coordinates in ClientRect Pin
8-Mar-01 17:46
suss8-Mar-01 17:46 
GeneralRe: Button Coordinates in ClientRect Pin
Christian Graus8-Mar-01 18:05
protectorChristian Graus8-Mar-01 18:05 
QuestionOverriding function main()? Pin
Jason Gerard8-Mar-01 14:47
Jason Gerard8-Mar-01 14:47 
AnswerRe: Overriding function main()? Pin
Michael Dunn8-Mar-01 15:58
sitebuilderMichael Dunn8-Mar-01 15: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.