![]() |
|
Programming Discussion Thread - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Offtopic (https://forums.dolphin-emu.org/Forum-offtopic) +--- Forum: Delfino Plaza (https://forums.dolphin-emu.org/Forum-delfino-plaza) +--- Thread: Programming Discussion Thread (/Thread-programming-discussion-thread) |
RE: Programming Discussion Thread - DacoTaco - 10-31-2015 (10-31-2015, 12:56 AM)Jack Frost Wrote: Nothing wrong with sockets tho, except they're...peculiar in some cases. never had issues with them in C/C++ though RE: Programming Discussion Thread - AnyOldName3 - 10-31-2015 The first parts of .NET were open-sourced a whole year ago now, but I still see people recommending Mono as if it's the only option, even though Microsoft themselves stated that they'd be actively working on the linux port instead of just leaving it to the community. A quick google doesn't tell me much about what's happened over the course of the year. Anyone who actually knows some C# know? RE: Programming Discussion Thread - NaturalViolence - 11-01-2015 It's microsoft promising to help the open source community. That should give you your answer right there. RE: Programming Discussion Thread - AnyOldName3 - 11-01-2015 Well there are official Microsoft font packages etc. for linux, even if they have been ignored for a decade. It's not impossible. RE: Programming Discussion Thread - AnyOldName3 - 11-25-2015 I've been trying to get Visual Studio 2015 working for C++ for a while now, but whatever I do, the .exes it outputs don't work. If I start them with the big 'Local Windows Debugger' button, it waits a while, then pops up with this: ![]() Then it shows this when I click Terminate: ![]() If I go and start it with Command Prompt, it acts as if it started it, but just sits there, not printing anything, and not terminating. A friend is having the exact same issue, and I ran into an open source thing I wanted to run that had the same behaviour, apparently appearing at the same time as VS 2015 was switched to. RE: Programming Discussion Thread - DacoTaco - 11-25-2015 thats just weird, have you tried older versions? removing certain plugins of VS? is this a fresh install? sounds like the compiler is screwing up for some odd reason or one of the libraries are pooped :/ RE: Programming Discussion Thread - AnyOldName3 - 11-25-2015 Fresh install. I've not tried an older version. I could, but that's an additional largish download in order to get obsolete software. RE: Programming Discussion Thread - DacoTaco - 11-25-2015 can you build other people's c++ projects btw? or do those end up being pooped too? RE: Programming Discussion Thread - AnyOldName3 - 11-25-2015 I'll try that in a second once I've found something that is known to work in VS 2015. However, I just realised that Microsoft would have a Hello World tutorial, so I found it, and tried following it, and the IDE froze at the point I first ran the code. The tutorial is here: https://msdn.microsoft.com/en-us/library/jj620919.aspx EDIT: I know Dolphin works in VS 2015 for other people, but it's a little big to try and use as a minimal test case. RE: Programming Discussion Thread - AnyOldName3 - 11-25-2015 I just repaired the installation via control panel, and there's no change. |