Re: Problem with redefinition of stuctures
- From: Joseph M. Newcomer <newcomer@xxxxxxxxxxxx>
- Date: Mon, 24 Jul 2006 17:11:06 -0400
Showing the lines of code that got the errors would be a major contribution to having
someone answer the question. It may not be enough, but just showing error messages that
refer to unknown and unknowable code doesn't help much!
joe
On 19 Jul 2006 02:54:40 -0700, "Saska" <aleksandra.cerekovic@xxxxxxxxx> wrote:
Joseph M. Newcomer [MVP]
Hello all,
I have a very stupid problem that is driving me crazy...so plz if
anyone ever saw this, I would like him to help me :)
I have static MFC application in MSVC++ 6.0 (named Example). That
application is built by one company and its usage is to show
functionality of their static libraries.
Now I created dynamic link library CoreLibrary and I want to integrate
it into this example. CoreLibrary worked properly with win32
application.
When I put main header of my .dll library into ExampleDoc.h (after
changing project properties)
After compiling I get these mistakes:
....
CoreInclude\wce_time.h(73) : warning C4273: 'asctime' : inconsistent
dll linkage. dllexport assumed.
CoreInclude\wce_time.h(74) : warning C4273: 'tzset' : inconsistent dll
linkage. dllexport assumed.
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\sys/timeb.h(84) :
error C2011: 'timeb' : 'struct' type redefinition
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\sys/timeb.h(105)
: error C2556: 'void __cdecl ftime(struct timeb *)' : overloaded
function differs only by return type from 'int __cdecl ftime(struct
timeb *)'
CoreInclude\wce_time.h(89) : see declaration of 'ftime'
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\sys/timeb.h(105)
: error C2371: 'ftime' : redefinition; different basic types
CoreInclude\wce_time.h(89) : see declaration of 'ftime'
...
Seems that there is redefinition of time classes...But what to do to
avoid it?
Thx
email: newcomer@xxxxxxxxxxxx
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
.
- References:
- Problem with redefinition of stuctures
- From: Saska
- Problem with redefinition of stuctures
- Prev by Date: Re: Ctrl+C
- Next by Date: Re: afxtempl.h compiler warnings
- Previous by thread: Problem with redefinition of stuctures
- Next by thread: Need help with MFC FindWindow and GetWindowThreadProcessId
- Index(es):
Relevant Pages
|