Main Menu

.

Started by Czar05, 16 February 2014, 04:07:40

Czar05

.
.

texus

QuoteI am using Visual Studio 2012
QuoteThe program can't start because MSVCP120D.dll is missing
This looks strange to me, because MSVCP120D.dll is from Visual Studio 2013.

So are you perhaps using the tgui libraries for VS2013 instead of these for VS2012?

Czar05

.
#2
.

texus

#3
QuoteThe tutorial from the site says the path is:
TGUI/widgets/Button/Black
Which page on my site says that?
Is it possible that you are looking at a tutorial for TGUI v0.5 instead of v0.6? A lot has changed between these versions.

QuoteIn my console prompt it reads:
TGUI error: Failed to parse TGUI/widgets/Black.png
It took my a moment to realize what is wrong with this. You need to load a config file, not an image. The config file will tell tgui which images to load and which parts of the images should be shown. So you have to load "TGUI/widgets/Black.conf" instead.

Make sure to follow these introduction tutorials: https://tgui.eu/tutorials/v06/.

Czar05

.
#4
.