| Author |
Comment/Response |
Marcel
|
06/22/09 07:57am
The problem is that you cannot use .c and .cpp files together when combining to an .exe file.
Workaround with creating in the following step
mprep MLTemplate.tm -o MLTemplate.c
a MLTemplate.cpp instead of the .c file and compile this.
URL: , |
|