Change to this... I found that it is not related to the lfg command, but any /who command include just "/who" will cause a crash. This also happens only sometimes.
using the makefile or the workspace/project files in vc6? need to set the struct member alignment in the workspace/project file to 1 byte, that should fix the problem if you're using project/vc6.
using the makefile or the workspace/project files in vc6? need to set the struct member alignment in the workspace/project file to 1 byte, that should fix the problem if you're using project/vc6.
Any hints how to do this. I have the crash problem too, but cant figure out how to do this...
either use the makefile (which already works right) or open the project settings in VC6, go to the C/C++ tab, Code Generation settings, and change the struct byte alignment in there to 1.