Search found 3 matches

by aatahmouresi
2012-07-21T23:54:22-07:00
Forum: Magick++
Topic: error C3646: '__attribute__' : unknown override specifier
Replies: 1
Views: 10047

Re: error C3646: '__attribute__' : unknown override specifie

I'm using visual C++ 2010 express on Windows 7
by aatahmouresi
2012-07-21T23:52:43-07:00
Forum: Magick++
Topic: error C3646: '__attribute__' : unknown override specifier
Replies: 1
Views: 10047

error C3646: '__attribute__' : unknown override specifier

What is wrong with my code or installation?

code

// image_magic++_test.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include <Magick++.h>
#include <iostream>

using namespace Magick;
using namespace std;

int main(int argc, char **argv) {
try ...
by aatahmouresi
2012-07-21T23:52:20-07:00
Forum: Magick++
Topic: error C3646: '__attribute__' : unknown override specifier
Replies: 0
Views: 7870

error C3646: '__attribute__' : unknown override specifier

What is wrong with my code or installation?

code

// image_magic++_test.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include <Magick++.h>
#include <iostream>

using namespace Magick;
using namespace std;

int main(int argc, char **argv) {
try ...