Apr 10, 2016 at 2:04pm UTC
So i was trying to use freetype on my VS but I kept having this error
Exception thrown at 0x6B402D64 (freetype6.dll) in HelloTriangle.exe: 0xC0000005: Access violation reading location 0xCCCCCD2C.
I added the include files and lib and link it to my VS as well as put the dll file on my debug folder. What am i missing here?
Last edited on Apr 10, 2016 at 2:05pm UTC
Apr 10, 2016 at 2:41pm UTC
How do you call the library? Didi you follow the tutorial on their website?
Apr 10, 2016 at 3:05pm UTC
Yes i followed it. if you are talking about library initialization I link it to the lib folder and add the dll to my debug folder. For initializing. I followed the tutorial.