Using /m switch in IDE

Moderator: Rathinagiri

Post Reply
User avatar
vagblad
Posts: 160
Joined: Tue Jun 18, 2013 12:18 pm
DBs Used: MySQL,DBF
Location: Thessaloniki, Greece

Using /m switch in IDE

Post 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
Vagelis Prodromidis
Email: vagblad@gmail.com, Skype: vagblad
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Using /m switch in IDE

Post 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
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
vagblad
Posts: 160
Joined: Tue Jun 18, 2013 12:18 pm
DBs Used: MySQL,DBF
Location: Thessaloniki, Greece

Re: Using /m switch in IDE

Post by vagblad »

Pablo it worked like a charm!

Thanks a lot :)
Vagelis Prodromidis
Email: vagblad@gmail.com, Skype: vagblad
Post Reply