-
Started 10th Apr 2011 in General
This thread, which specifically state's my problem, hasn't been replied to yet. https://powdertoy.co.uk/Discussions/Thread/View.html?Thread=6081
-
Started 10th Apr 2011 in General
I'm trying to get the VC++ compiler to work with TPT, and in my hour of greatest need, NOT A SOUL IS TO BE FOUND. The site is like a ghost town!
-
Started 10th Apr 2011 in Development Assistance
By the way here's the linker command line options that it's using by default. Are these correct? /OUT:"C:\ThePowderToy\Debug\ThePowderToy.exe" /INCREMENTAL /NOLOGO "she...
-
Started 10th Apr 2011 in Development Assistance
This may be one of the things that causes the other failures. MSVCRTD.lib(cinitexe.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:...
-
Started 10th Apr 2011 in Development Assistance
I've cleaned and recompiled numerous times. Error still does not go away. I need trouble shooting for my specific problem, not just some generic "delete all the files and start over" f...
-
Started 10th Apr 2011 in Development Assistance
I don't have a bin folder, just a debug folder. And I still get this error at the end: MSVCRTD.lib(cinitexe.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts...
-
Started 10th Apr 2011 in Development Assistance
------ Build started: Project: ThePowderToy, Configuration: Debug Win32 ------ MSVCRTD.lib(cinitexe.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; u...
-
Started 10th Apr 2011 in Development Assistance
Ok, now I got that (I found a link to download that the CodeBlocks tutorial) I am getting more errors. ------ Build started: Project: ThePowderToy, Configuration: Debug Win32 ------ ...
-
Started 10th Apr 2011 in Development Assistance
A good tutorial should have everything that is needed included in one zip file, in the correct folders so you just copy it all and run it as-is and have it work. And of course regex.h calls other thi...
-
Started 10th Apr 2011 in Development Assistance
I decided to do it the VC++ way, so I uninstalled all of my previous development tools (byebye to Python, MinGW, and Code Blocks), and installed VC++ 2010 Express. I set it ALL UP, again following th...