Click here to Skip to main content
15,791,050 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to drag a node from treeview to listbox in MFC. What is the event ? Pin
Jochen Arndt24-Sep-15 23:13
professionalJochen Arndt24-Sep-15 23:13 
Questionhelp Pin
robsons200724-Sep-15 17:01
robsons200724-Sep-15 17:01 
AnswerRe: help Pin
robsons200724-Sep-15 17:05
robsons200724-Sep-15 17:05 
AnswerRe: help Pin
robsons200724-Sep-15 17:06
robsons200724-Sep-15 17:06 
GeneralRe: help Pin
Richard MacCutchan24-Sep-15 23:35
mveRichard MacCutchan24-Sep-15 23:35 
GeneralRe: help Pin
robsons200725-Sep-15 13:02
robsons200725-Sep-15 13:02 
GeneralRe: help Pin
Richard MacCutchan25-Sep-15 23:09
mveRichard MacCutchan25-Sep-15 23:09 
AnswerRe: help Pin
Jochen Arndt24-Sep-15 23:30
professionalJochen Arndt24-Sep-15 23:30 
It is not a compiler error but a linker error telling you that the function QuarkInit() called from within the file main has not been found in any of your compiled files or libraries.

It it is contained in a library, you must add that library to your project. If it is located in some of your source files, check for correct spelling and parameter types and that the file is included in your project.

TCHAR and the _T() macro are extension used originally by the Microsoft compiler (Visual Studio). With mingw, you must include tchar.h and use an additional linker option when building an Unicode application (see http://sourceforge.net/p/mingw-w64/wiki2/Unicode%20apps/[^]).
GeneralRe: help Pin
robsons200725-Sep-15 11:47
robsons200725-Sep-15 11:47 
GeneralRe: help Pin
robsons200725-Sep-15 11:57
robsons200725-Sep-15 11:57 
Questionc programm Pin
Honey1724-Sep-15 10:08
Honey1724-Sep-15 10:08 
AnswerRe: c programm Pin
k505424-Sep-15 10:26
mvek505424-Sep-15 10:26 
AnswerRe: c programm Pin
CPallini24-Sep-15 10:57
mveCPallini24-Sep-15 10:57 
GeneralRe: c programm Pin
Maximilien24-Sep-15 11:17
Maximilien24-Sep-15 11:17 
QuestionFunction parameter question Pin
econy23-Sep-15 8:42
econy23-Sep-15 8:42 
AnswerRe: Function parameter question Pin
David Crow23-Sep-15 8:58
David Crow23-Sep-15 8:58 
GeneralRe: Function parameter question Pin
Richard Andrew x6423-Sep-15 12:48
professionalRichard Andrew x6423-Sep-15 12:48 
GeneralRe: Function parameter question Pin
David Crow23-Sep-15 17:59
David Crow23-Sep-15 17:59 
GeneralRe: Function parameter question Pin
Richard MacCutchan23-Sep-15 22:38
mveRichard MacCutchan23-Sep-15 22:38 
AnswerRe: Function parameter question Pin
CPallini24-Sep-15 1:57
mveCPallini24-Sep-15 1:57 
Questionhelp Pin
robsons200722-Sep-15 17:17
robsons200722-Sep-15 17:17 
AnswerRe: help Pin
Richard Andrew x6422-Sep-15 19:15
professionalRichard Andrew x6422-Sep-15 19:15 
GeneralRe: help Pin
robsons200723-Sep-15 4:41
robsons200723-Sep-15 4:41 
SuggestionRe: help Pin
Richard MacCutchan22-Sep-15 22:04
mveRichard MacCutchan22-Sep-15 22:04 
QuestionCreating a thread in c Pin
mmapulac22-Sep-15 16:46
mmapulac22-Sep-15 16:46 

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.