hilch / brwatch

brwatch: service tool for B&R plc: watch, change, log variables, set ip adresses etc.
GNU General Public License v3.0
31 stars 4 forks source link

crtdbg.h missing on compile with MinGW #3

Closed KoenWindey closed 5 years ago

KoenWindey commented 5 years ago

Hi,

When trying to compile in Code Blocks, it throws an error that it can't find crtdbg.h

A bit of googling tells me that is an issue when compiling with minGW, which is what you suggested.

I'm only new to this - but, any suggestions?

Perhaps an exe file to save me the hastle? :-)

Thank you K

hilch commented 5 years ago

Hi, can not not reproduce this (mingw 5.30 /32), but I removed this #include as it was a leftover from Microsoft compiler. Could you test that again, please ? Otherwise use releases ...

KoenWindey commented 5 years ago

I will try the release. Tnx.