Hi,
i kind of have a similar issue. I have a cmake buildet toolkette under vc2008 windows xp. The projects base on a same framwork but work independently. Some of them can be builded with vld but the other not. Non of them use definitions in windows.h direktly.
Without any change in my code or vld.h i received errors from Microsoft_SDKs and told me there are ambiguous symbols. Since i cannot change the namespace i tried to include windows.h before vld.h. Then i received the Link error: cannot open file 'vld.lib'.
Maybe someone has any idea how can i fix it or how can the vld not denpendent on windows.h any more?
Thanks a lot!
i kind of have a similar issue. I have a cmake buildet toolkette under vc2008 windows xp. The projects base on a same framwork but work independently. Some of them can be builded with vld but the other not. Non of them use definitions in windows.h direktly.
Without any change in my code or vld.h i received errors from Microsoft_SDKs and told me there are ambiguous symbols. Since i cannot change the namespace i tried to include windows.h before vld.h. Then i received the Link error: cannot open file 'vld.lib'.
Maybe someone has any idea how can i fix it or how can the vld not denpendent on windows.h any more?
Thanks a lot!