[MODMOD] PTSD v.2.6.x for We The People 4.1 - NEW: More or Less More or Less!

I'd like to modmodmod PTSD a bit for learning by doing purposes. I've tried compiling the code using the bundled compiler and scripts from WTP-develop. I've removed plenty of tests geared towards the development version, yet I still fail at compiling
it. Basically all errors are due to CvEnums.h and CvString.h. Would you be so kind to share your project and makefile?

Edit: I reckon I just need to remove a whole lot more from the bundled compiler and whittle it down to the bare essentials.
 
Last edited:
I'd like to modmodmod PTSD a bit for learning by doing purposes. I've tried compiling the code using the bundled compiler and scripts from WTP-develop. I've removed plenty of tests geared towards the development version, yet I still fail at compiling
it. Basically all errors are due to CvEnums.h and CvString.h. Would you be so kind to share your project and makefile?

Edit: I reckon I just need to remove a whole lot more from the bundled compiler and whittle it down to the bare essentials.
I am failing to compile PTSD on my new computer as well... I can only compile the We The People development version, nothing else. It still works on my old computer so I can't figure out the reason, but I'll keep on investigating.
 
Sounds like an issue with the makefile so that the compiler doesn't know what windows libraries to use to compile your code. Compare the makefile you use for PTSD with the makefile that WTP dev version uses, maybe some additional path was added for newer windows/visual studio versions.

What error messages do you get in visual studio?
 
Top Bottom