-
Fototrend

Ú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!
- Autós topik látogatók beszélgetős, offolós topikja
- Porszívók - akkus és klasszikus vezetékes
- Google Pixel Watch 4 – Hé, Google, mennyi az idő?
- Folyószámla, bankszámla, bankváltás, külföldi kártyahasználat
- E-roller topik
- Kertészet, mezőgazdaság topik
- Könyvajánló
- Linux kezdőknek
- ASZTALI GÉP / ALKATRÉSZ beárazás
- Honor Win 2: nagyobb kijelző, új csúcs-SoC, marad a 10 000 mAh-s akku
- További aktív témák...
- Precision 3571 27% 15.6" FHD IPS i7-12800H RTX A1000 32GB 1TB NVMe magyar vbill gar
- JBL Bar 5.1 (Lecsatolható háttérsugárzós) Soundbar 510W, mélynyomóval
- Asus rog strix rtx 4080 oc
- Játékra vagy Munkára! Csere-Beszámítás! I7 3930K / Nvida GTX Titan B / 16GB DDR3 / 500GB SSD!
- Felsőkategóriás Gamer PC-Számítógép! Csere-Beszámítás! Z790 / I5 14600KF / 4070Ti Super / 32GB DDR5
- CÉGEK FIGYELEM!! iPhone 11 64GB Black -1 ÉV GARANCIA - 27% ÁFA-S SZÁMLA Kártyafüggetlen, 100% Akksi
- Akció! Apple iMac 19.2 i5-8500 Radeon Pro 560X 4GB 16GB 256GB SSD 21.5" 4K Retina
- 212 - Lenovo IdeaPad Slim 5 (16IMH9) - Intel Core U5 125H, no GPU
- iPhone 13 128GB 100% (1év Garancia) - ÚJ UTÁNGYÁRTOTT AKKUMULÁTOR
- 3év! AKCIÓ! ÚJ ASUS TUF GAMING Geforce RTX 5080 OC Edition 16GB VRAM Ray Tracing DLSS4
Állásajánlatok
Cég: Laptopműhely Bt.
Város: Budapest

