Похожие чаты

Hi need help.. how to avoid macro clash... I have boost

and another third party library .. both have clashing macros with variables..

Namespacing is not going to solve it.. do i modify the source in one? Or any better way?

7 ответов

24 просмотра

#include <UNeededHeadear> #undef UNeededDefine #include <NeededHeadear> ?

The prodigal-᥀ Автор вопроса
²
#include <UNeededHeadear> #undef UNeededDefine #in...

This works for one file.. I have a complex project with include dependencies too many to track and fix... Is this the only way?

The prodigal-᥀ Автор вопроса
²
make header wrapper?

Can you give an example

The prodigal ᥀
Can you give an example

cpp #pragma once // Undefine conflicting macro if it's already defined #ifdef CONFLICTING_MACRO #undef CONFLICTING_MACRO #endif #include <boost/some_header.h> // Include the original Boost header cpp #pragma once // Undefine conflicting macro if it's already defined #ifdef CONFLICTING_MACRO #undef CONFLICTING_MACRO #endif #include <third_party/some_header.h> // Include the original ThirdPartyLib header Then, in your project files, #include "boost_wrapper.h" #include "third_party_wrapper.h"

The prodigal-᥀ Автор вопроса
²
cpp #pragma once // Undefine conflicting macro if ...

You mean these two code blocks are im two seprate files ?

Похожие вопросы

Обсуждают сегодня

Ready for some fun AND a chance to win TKO Tokens? Join us for exciting minigames in our Telegram group! 🕒 Don’t miss out—games start on today 25 October 2024, at 8 PM! Ge...
Milkyway | Tokocrypto
255
Мужики и девушки, привет) в Вelphi xe7 в настройках во вкладке "Editor Options" далее " Color" есть список: "Elements", открыв который мы можем настраивать отображение разных...
Kraszx
14
is that okay?
Samurai 🇯🇵
21
Добрый вечер. Есть вопрос, а может и предложение. Был у меня диалог в другой группе о делфи и я задался вопросом: "А нельзя ли в делфи цвет //коментария и {комментария} сде...
Kraszx
24
How about the project bro Likes the community not that active ?
🅿️abby_FX
19
Всем привет! Подскажи, пожалуйста, как передать в TComboBox сразу значение и id записи. На Delphi я делал так: ComboBox1.Items.AddObject('Какое-то значение', Pointer(id запис...
Евгений
13
А вот это что за конструкция? Вернее, она тут нафига?
Serjone
10
Мдя, прикол, боевая сборка запускается (именно под отладчиком) после F9 примерно полторы минуты (97 секунд если быть точным). Начал копать - проблема детектится сразу - зависа...
Александр (Rouse_) Багель
38
Здравствуйте товарищи. А где вы смотрите маркеры/фенотипы клеток, чтобы подобрать антитело для задачи? Есть какой-то ресурс/база данных, или всё ручками по статьям? Мне нужно ...
Abruhmed
14
Мужики. привет) в Вelphi xe7 в настройках во вкладке "Editor Options" далее " Color" есть список: "Elements", открыв который мы можем настраивать отображение разных элементов...
Kraszx
2
Карта сайта