Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

visual c++ compiler frage

Empfohlene Antworten

Veröffentlicht

hallo. ich will eclipse mit dem vc++ compiler benutzen. allerdings bekomme ich jetzt in einer externen abhängigkeit meines programms das problem, dass aus irgendeienm grund das define WIN32 nicht definiert ist, was es aber sein muss da sonst includes gesucht werden die es nicht gibt. kann ich das mit irgendwelchen compileroptionen lösen?

hier die problemstelle:

#ifdef WIN32

# define _WIN32_IMPLEMENTATION 1

#elif defined(__APPLE__)

# if defined (__USE_OSX_CGL_IMPLEMENTATION__)

# define _OSX_CGL_IMPLEMENTATION 1

# elif defined (__USE_OSX_AGL_IMPLEMENTATION__)

# define _OSX_AGL_IMPLEMENTATION 1

# else

# define _X11_IMPLEMENTATION 1

# define GLX_GLXEXT_PROTOTYPES 1

# endif

#else

# define _X11_IMPLEMENTATION 1

#endif

.........

#ifdef _X11_IMPLEMENTATION

#include <X11/Xlib.h> <----- HIER WIRD DANN VERSUCHT ZEUG EINZUBINDEN DAS NICHT VORHANDEN IST

#include <X11/Xutil.h>

#define GLX_GLXEXT_PROTOTYPES 1

#include <GL/glx.h>

namespace Producer {

........

hoffe ich hab mich halbwegs nachvollziehbar ausgedrückt :)

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.