- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
MAKEDATA.obj : error LNK2001: unresolved external symbol _IFLOGM_mp_DLGINIT@8
and
SET.obj : error LNK2001: unresolved external symbol __QWINMsgBox@12
Further, the suggestion to add libPEPCF90.lib to the linker input causes the linker to stop because it can't find it. Also, adding /4Yportlib on the comannd line is not reconized as a valid option. I hope this is some simple ignorance of somehting on my part; I can't find anyhting in the Docs that helps.
What can try?
Thanks!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying that, but get different problems, to wit:
QWin1 error LNK2005: __displaycursor already defined in ifconsol.lib(for_m_console.obj)
I just used my main program to keep it simple.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
IRET=MESSAGEBOXQQ('ONE'C,'TWO'C,0)
Does this indicate anything to you?
These are the USE statements:
USE IFQWIN USE IFPORT- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well, they are investigating it. In the meantime, I've partially gotten around it by stripping out a lot of the project and adding stuff back inincrementally.
However, I have to tell the linker to ignore ifconsol.lib.
Also, I can't use any option except the default for calling convention. This was a problem because I was unable to link in an assembler routine, even by specifying interface statements, that had entry points _STOP16@0 and _STOP0@0. I got around the problem by editing the object code to eliminate the @0s.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The LNK2001 errors are endemic for projects ported from CVF. There has been previous discussion in relation to COM server projects which currently won't build successfully.
Try changing the project setting /iface:CVF to /iface:default.
In my opinion /iface is not implemented properly as it crunches any specific calling convention defined in the INTERFACE block of a module, thus nothing in the Intel libraries will link with /iface:CVF. This has been reported to premier support (several weeks ago...).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Result: everything is running - but I cannot draw lines: neither polylineqq nor polygon works, and linetoar crashes the debugger(!).
Do you have any idea / is there any similar observed behaviour?
Thomas Einfalt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page