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 - boca500

Pages: [1]
1
General / Re: Missing DLL
« on: March 03, 2016, 03:06:46 pm »
Using the exact same steps I was able to get it to work just fine on my computer at school using Visual Studio 2012, I checked the system for the outdated dll's as it is an older computer and windows 7 vs my windows 10 but it is using the updated dll (ucrtbased.dll and ucrtbase.dll).  Should I just switch to the old 2012 or try and get it to work on 2015? 

2
General / Re: Missing DLL
« on: March 03, 2016, 02:41:30 pm »
Did you do a clean rebuild after the new fresh install?

Yes

3
General / Re: Missing DLL
« on: March 03, 2016, 02:34:10 pm »
I still suggest to do a clean install of the official VS 2015 Community edition.

I have already tried this and my friend who just downloaded Visual Studio not but 5 min ago has the same problem.

4
General / Re: Missing DLL
« on: March 03, 2016, 04:40:25 am »

http://stackoverflow.com/questions/32129787/visual-studio-2015-win10-appcrt140-dll-missing

looked over this however this is happening to me on blank programs while using no nuGet packages at all, unlike the person in that situation.

5
General / Re: Missing DLL
« on: March 03, 2016, 04:31:49 am »
What compiler do you use?
I use visual studio 2015, followed the official tutorial and done extensive research and it seems the dll's have been combined into one called ucrtbase.dll and ucrtbased.dll so why is it trying to use outdated dll's?

6
General / Missing DLL
« on: March 01, 2016, 06:28:46 am »
After setting up SFML, and seemingly done correctly, I attempted to run a test program to make sure it is working.  However when I run this program it says APPCRT140D.dll is missing and DESKTOPCRT140D.dll is missing. Here is the test program I am running - http://pastebin.com/0PJ0BErQ

Pages: [1]
anything