Hirdetés
-
PROHARDVER!

Új hozzászólás Aktív témák
-
repvez
addikt
hát a moricka modszer nem jött be, mert hiába commenteltem át az egészet akkor meg azt irja, ki, hogy nincs rendesen lezárva a kod attol a sortol kezdve az utolsoig ahova a comment jelet tettem.
Az alábbi dolgokat megprobáltam megcsinálni, de nem találtam meg, hogy mit hova kéne másolni .
the "undefined reference" errors you are seeing are linker errors, which occur when the linker is unable to find a definition for a symbol that is used in the code. In this case, it means that you are missing some libraries that are needed to link your program.
To resolve these errors, you need to make sure that you are linking against the appropriate libraries. Here are some steps you can take to fix the issue:
Make sure that you have included the correct header files in your code. The header files are used by the compiler to resolve function signatures and other symbols.
Make sure that you have added the required libraries to your linker settings. The libraries are used by the linker to resolve the definitions of the functions and symbols used in your code.
In this case, since you are using DirectX, you need to link against the DirectX libraries. To do this, you can add the following linker directives to your project:
#pragma comment(lib, "dxgi.lib")
#pragma comment(lib, "d3d11.lib")
#pragma comment(lib, "d3dcompiler.lib")these directives tell the linker to include the
dxgi.lib,d3d11.lib, andd3dcompiler.liblibraries in the build process.
Alternatively, you can add the libraries to your linker settings in your project properties. To do this:
Right-click on your project in the Solution Explorer and select "Properties".In the "Configuration Properties" section, select "Linker" -> "Input".Add the required libraries to the "Additional Dependencies" field.
Make sure to separate the library names with a semicolon (;).
After making these changes, try rebuilding your project and see if the linker errors are resolved.
Új hozzászólás Aktív témák
● olvasd el a téma összefoglalót!
- TCL LCD és LED TV-k
- OLED TV topic
- Motorola Edge 40 - jó bőr
- Kínai és egyéb olcsó órák topikja
- Elektromos autók - motorok
- Synology NAS
- Milyen asztali (teljes vagy fél-) gépet vegyek?
- Telekom otthoni szolgáltatások (TV, internet, telefon)
- Assassin's Creed: Valhalla
- Hálózati / IP kamera
- További aktív témák...
- Bomba ár! Lenovo ThinkPad L13 G1i - i5-10GEN I 8GB I 256SSD I 13,3" FHD I HDMI I W11 I Cam I Gar
- Bomba ár! Lenovo ThinkPad L390 - i5-8GEN I 8GB I 256SSD I 13,3" FHD I HDMI I Cam I W11 I Gari!
- Lenovo ThinkPad X1 Carbon Gen 9 i7-1185G7 32 GB RAM Iris Xe 4k kijelző törésgarancia
- Bomba ár! Lenovo ThinkPad X13 G1- i5-10310U I 16GB I 256SSD I 13,3" FHD Touch I Cam I W11 I Gari!
- Eladó Denon 4400h
- Ulefone Armor 33 Pro
- Samsung DLP projektor, The Freestyle SP-LSP3B
- LG Gram 14 WUXGA IPS i7-1360P 5.0Ghz 12mag 32GB DDR5 1TB SSD Intel Iris XE 10óra Akku Win11 Garancia
- iKing - Apple iPhone 15 Pro Natural Titanium ProMotion 120 Hz, A17 Pro, USB-C 128 GB
- GYÖNYÖRŰ iPhone 15 Pro 256GB Natural Titanium -1 ÉV GARANCIA - Kártyafüggetlen, 100% Akkumulátor
Állásajánlatok
Cég: ATW Internet Kft.
Város: Budapest
Cég: Laptopműhely Bt.
Város: Budapest



