Click here to Skip to main content
15,922,533 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: app's memory usage Pin
David Crow28-Oct-04 10:49
David Crow28-Oct-04 10:49 
GeneralWriting to an XML file Pin
wcovuaku28-Oct-04 5:39
wcovuaku28-Oct-04 5:39 
GeneralPlease Help: Driving me crazy..... Pin
...---...28-Oct-04 4:43
...---...28-Oct-04 4:43 
GeneralRe: Please Help: Driving me crazy..... Pin
Maximilien28-Oct-04 5:13
Maximilien28-Oct-04 5:13 
GeneralRe: Please Help: Driving me crazy..... Pin
Anonymous28-Oct-04 5:41
Anonymous28-Oct-04 5:41 
Generalhelp! Can't BitBlt! Pin
sagmam28-Oct-04 4:17
sagmam28-Oct-04 4:17 
GeneralRe: help! Can't BitBlt! Pin
Antony M Kancidrowski28-Oct-04 5:03
Antony M Kancidrowski28-Oct-04 5:03 
GeneralC library and C++ application Pin
[CoY0te]28-Oct-04 3:28
[CoY0te]28-Oct-04 3:28 
Hi there!
My project looks like this:
#1 - libiupwin.lib - library written completely in C
#2 - app.exe - application written in C++ - depends on libiupwin.lib
The problem:
I can compile #1, and a .lib file is generated
I can compile #2, but linker fails with plenty of messages like:
Unresolved external '_iupDlgNext' referenced from (...)\libiupwin.lib|itraverse

"itraverse" is one of C files included in library, and iupDlgNext is of course a function (placed in library, too). I found one instance of 'iupDlgNext' and one instance of '_iupDlgNext' in a .lib file (using a text search).
I guess this has something to do with differences between C and C++ function calls, but since I have little experience with "linking problems" I could use some help with this one.

Thanks in advance.

[ CoY0te ]
Coyotus incrediblus...
GeneralRe: C library and C++ application Pin
Blake Miller28-Oct-04 7:05
Blake Miller28-Oct-04 7:05 
GeneralRe: C library and C++ application Pin
John R. Shaw28-Oct-04 7:05
John R. Shaw28-Oct-04 7:05 
GeneralRe: C library and C++ application Pin
[CoY0te]29-Oct-04 0:59
[CoY0te]29-Oct-04 0:59 
Questionhow to assign a specific ip address to server and client Pin
syaks28-Oct-04 2:19
syaks28-Oct-04 2:19 
Questionget the actual selected file in windows explorer??? Pin
mightyCoCo28-Oct-04 2:18
mightyCoCo28-Oct-04 2:18 
AnswerRe: get the actual selected file in windows explorer??? Pin
David Crow28-Oct-04 3:55
David Crow28-Oct-04 3:55 
GeneralRe: get the actual selected file in windows explorer??? Pin
mightyCoCo28-Oct-04 4:17
mightyCoCo28-Oct-04 4:17 
GeneralRe: get the actual selected file in windows explorer??? Pin
David Crow28-Oct-04 5:17
David Crow28-Oct-04 5:17 
GeneralRe: get the actual selected file in windows explorer??? Pin
mightyCoCo28-Oct-04 23:43
mightyCoCo28-Oct-04 23:43 
GeneralRe: get the actual selected file in windows explorer??? Pin
mightyCoCo29-Oct-04 0:19
mightyCoCo29-Oct-04 0:19 
QuestionHelp For Memory Leak ? Pin
Amarelia28-Oct-04 1:51
Amarelia28-Oct-04 1:51 
AnswerRe: Help For Memory Leak ? Pin
jmkhael28-Oct-04 2:56
jmkhael28-Oct-04 2:56 
AnswerRe: Help For Memory Leak ? Pin
[CoY0te]28-Oct-04 3:33
[CoY0te]28-Oct-04 3:33 
GeneralMultiple threads and MFC Pin
Anonymous28-Oct-04 1:43
Anonymous28-Oct-04 1:43 
GeneralRe: Multiple threads and MFC Pin
Blake Miller28-Oct-04 7:09
Blake Miller28-Oct-04 7:09 
GeneralTooltips for Combo Pin
balajeedurai28-Oct-04 1:40
balajeedurai28-Oct-04 1:40 
QuestionWant to find Memory Leak in my C++ DLL ? Pin
Anonymous28-Oct-04 1:33
Anonymous28-Oct-04 1:33 

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.