Page 1 of 1

Using /m switch in IDE

Posted: Tue Jul 14, 2015 3:22 pm
by vagblad
Hello all,

I am recompiling in console mode some of our old DOS(Clipper) programs.
Is there a way to use the compiler /m switch inside the IDE? I went to configuration tab and tried the following:

1) -prgflag=/m
2) /m
3) -m

If i don't use the /m switch i get the "multiple definition of "procedure" error.

Thanks in advance

Best Regards
------------------------------------------------------------------------------------------------------------------------------------
Hola a todos,

Estoy recompilar en modo consola algunos de nuestros viejos programas de DOS ( Clipper ) .
Hay una manera de utilizar el modificador de compilador / m dentro del IDE ? Fui a la configuración de tabulación y probado el siguiente:

1 ) -prgflag = / m
2 ) / m
3 ) -m

Si yo no uso el modificador / m me sale la "definición múltiplo de " error de procedimiento " .

Gracias de antemano

Atentamente

Using /m switch in IDE

Posted: Tue Jul 14, 2015 4:49 pm
by Pablo César
Hi Vagelis,

Have you tried in this way ?:

In .hbc file:
prgflags=/a /m

At IDE (configuration tab):
prgflags=/m

Here's .hbc directives:

http://hmgforum.com/viewtopic.php?p=41322#p41322

Rgds

Re: Using /m switch in IDE

Posted: Wed Jul 15, 2015 7:59 am
by vagblad
Pablo it worked like a charm!

Thanks a lot :)