BOOKMARK redefinition
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
#include "stdafx.h"
#include "mapidefs.h"
#include "sqlext.h"
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}
The above code compiles fine in 32 bit mode ( /MACHINE:X86 )
But the same gives me compilation error in 64 bit mode ( /MACHINE:X64 )
I am using VS2008. The error message is given below.
c:\program files\microsoft sdks\windows\v6.0a\include\sqltypes.h(283) :
error C2371: 'BOOKMARK' : redefinition; different basic types
C:\Program Files\Microsoft
SDKs\Windows\v6.0A\include\mapidefs.h(1142) : see declaration of 'BOOKMARK'
What is wrong here?
.
Relevant Pages
- Re: Error! Bookmark not found.
... This error message also prints. ... "Bookmark" anywhere in my 365 pages. ... The "default" field type is a REF field; if the first word in the field code ... (microsoft.public.word.application.errors) - Re: mozilla-firefox 0.8-5 cant add bookmark
... "Bookmark this ... > As the error message indicates, the XML file is not properly formatted ... i ended up building the package from source ... (apt-get source -b mozilla-firefox), and that worked. ... (Debian-User) - Re: Error! Bookmark not found.
... "Jay Freedman" wrote: ... This error message also prints. ... "Bookmark" anywhere in my 365 pages. ... The "default" field type is a REF field; if the first word in the field code ... (microsoft.public.word.application.errors) - Re: Bookmark All in entire solution gives errror - can you verify by running this simple test?
... Type control-F to bring up the search window. ... What we observe is an error message saying ... and then all's well again - Visual Studio does not shutdown. ... IN VB 2005 Express without SP1, the "Bookmark" button is not enabled if "entire solution" is selected, thus I can't get an error message. ... (microsoft.public.dotnet.languages.vb) - Re: Additional Macro code for multiple bookmarks in a form?
... >I copied and used the macro for having the enter key go to the next form ... enclosing regular bookmark, not the name of the form field. ... would cause the same error message, but on the line you quoted. ... ' and whether the protection is active. ... (microsoft.public.word.vba.general) |
|