- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear all,
I am using VS2005 + IVF Compiler XE 12.1.1.258 [IA-32].
I have a function called MABP located in a dll with the dllexport attribute. I want to use that function from inside the dll (in the routine called MeABP which is also exported from the dll). I have added the declaration statement of the routine (because it uses the stdcall calling convention) and I get the following warning message during the linking step:
warning #11077: MeABP.obj: locally defined symbol __imp_MABP imported
I understand what the message is saying but I was wondering if it was due to a bad programing or just a normal warning message that I can dismiss ?
Best regards,
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's normal - ignore it, You'll get this warning when building a DLL where you USE a module from elsewhere in the DLL that DLLEXPORTs one of its symbols.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Many thanks steve
Best regards,
Best regards,

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