Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - The Dab

Pages: [1]
1
General / Re: Font will not load from file while injected
« on: January 05, 2018, 11:56:09 pm »
It is, I right click on the solution name, then "open folder in file explorer", it brings me right to the folder where my font is located.

2
General / Font will not load from file while injected
« on: January 05, 2018, 11:37:40 pm »
" font.loadFromFile(filename.ttf); " returns false. The reason is because I am using working in a dynamic link library (DLL) instead of a console application. I put the font file in the project directory as well as in the process directory of the application I am injecting into. I put the exact code in a console application and it worked. I am using visual studio 2017, is there any way I can link it in project properties, or is there a function I am missing?

Pages: [1]