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

C / C++ / MFC

 
QuestionCross Reference/Reporting Tool avaiable which does not resolve macros? Pin
Hans99922-Apr-20 1:57
Hans99922-Apr-20 1:57 
AnswerRe: Cross Reference/Reporting Tool avaiable which does not resolve macros? Pin
Richard MacCutchan22-Apr-20 4:47
mveRichard MacCutchan22-Apr-20 4:47 
AnswerRe: Cross Reference/Reporting Tool avaiable which does not resolve macros? Pin
k505422-Apr-20 5:07
mvek505422-Apr-20 5:07 
SuggestionRe: Cross Reference/Reporting Tool avaiable which does not resolve macros? Pin
David Crow22-Apr-20 6:18
David Crow22-Apr-20 6:18 
GeneralRe: Cross Reference/Reporting Tool avaiable which does not resolve macros? Pin
Richard MacCutchan22-Apr-20 7:25
mveRichard MacCutchan22-Apr-20 7:25 
GeneralRe: Cross Reference/Reporting Tool avaiable which does not resolve macros? Pin
David Crow22-Apr-20 7:43
David Crow22-Apr-20 7:43 
GeneralRe: Cross Reference/Reporting Tool avaiable which does not resolve macros? Pin
Richard MacCutchan22-Apr-20 7:51
mveRichard MacCutchan22-Apr-20 7:51 
Question'get_osfhandle': identifier not found Pin
_Flaviu20-Apr-20 1:13
_Flaviu20-Apr-20 1:13 
I've found in a C function, from a Linux library a function: get_osfhandle:
handle = get_osfhandle(fd);

And it is declared up in the C file like this:
HANDLE get_osfhandle(int); /* from msvcrt.dll */

but I got a link error:
error LNK2019: unresolved external symbol "void * __cdecl get_osfhandle(int)" (?get_osfhandle@@YAPAXH@Z) referenced in function ...

I commented that line, HANDLE get_osfhandle(int);, and without this declaration, I got the error from post subject. Of course, I have included io.h header, like msdn said: _get_osfhandle | Microsoft Docs[^]

But I got the same errors. I have tried to include <windows.h>, seem to be useless ... how to overcome this error ?
AnswerRe: 'get_osfhandle': identifier not found Pin
Richard MacCutchan20-Apr-20 1:37
mveRichard MacCutchan20-Apr-20 1:37 
GeneralRe: 'get_osfhandle': identifier not found Pin
leon de boer20-Apr-20 3:05
leon de boer20-Apr-20 3:05 
GeneralRe: 'get_osfhandle': identifier not found Pin
Richard MacCutchan20-Apr-20 4:28
mveRichard MacCutchan20-Apr-20 4:28 
QuestionSOLVED Passing function with parameters as parameter Pin
Vaclav_18-Apr-20 9:38
Vaclav_18-Apr-20 9:38 
AnswerRe: Passing function with parameters as parameter Pin
Greg Utas18-Apr-20 10:07
mveGreg Utas18-Apr-20 10:07 
GeneralRe: Passing function with parameters as parameter Pin
Vaclav_18-Apr-20 10:22
Vaclav_18-Apr-20 10:22 
AnswerRe: Passing function with parameters as parameter Pin
Greg Utas18-Apr-20 11:24
mveGreg Utas18-Apr-20 11:24 
GeneralRe: Passing function with parameters as parameter Pin
Vaclav_18-Apr-20 11:52
Vaclav_18-Apr-20 11:52 
GeneralRe: Passing function with parameters as parameter Pin
Greg Utas18-Apr-20 12:04
mveGreg Utas18-Apr-20 12:04 
GeneralRe: Passing function with parameters as parameter Pin
Vaclav_19-Apr-20 6:47
Vaclav_19-Apr-20 6:47 
GeneralRe: Passing function with parameters as parameter Pin
Greg Utas19-Apr-20 7:05
mveGreg Utas19-Apr-20 7:05 
GeneralSOLVED Re: Passing function with parameters as parameter Pin
Vaclav_19-Apr-20 10:03
Vaclav_19-Apr-20 10:03 
AnswerRe: Passing function with parameters as parameter Pin
Richard MacCutchan18-Apr-20 22:21
mveRichard MacCutchan18-Apr-20 22:21 
QuestionMath problem with C code Pin
Vaclav_18-Apr-20 7:47
Vaclav_18-Apr-20 7:47 
AnswerRe: Math problem with C code Pin
k505418-Apr-20 8:00
mvek505418-Apr-20 8:00 
GeneralSOLVED Re: Math problem with C code Pin
Vaclav_18-Apr-20 9:16
Vaclav_18-Apr-20 9:16 
QuestionRe: Math problem with C code Pin
Richard MacCutchan18-Apr-20 8:02
mveRichard MacCutchan18-Apr-20 8:02 

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.