Home > Archive > Clarion > February 2006 > Generation/compiler issue
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Generation/compiler issue
|
|
|
| Hi all!
I am new to Clario so excuse me if i will post trivial question.
I am using clarion 6.1.
The application i have joined in development has about 400 clw and is
very slow to compile.
I have noticed that when I add manualy a module to the application and
add the procedure to the module, that procedure is mapped in the main
module (where the PROGRAM statemant appears), regardless of create
local maps check box setting (in the Setup/generation).
My questions are:
1) Is not strange that I am forced to have all procedures global? I
would like to create them local and to add in relevant modules in the
MAP section the procedure definition.
2)I have checked the group for slow compiling problems and I have found
that it could help that issue to have 5-6 procedures in one module. My
older collegues state that when they did so they had problems to
identify, during compiling, the exact line of error.
What are yours suggestions to make the compilation faster?
Do you think that not declaring all the procedures global it could go
faster (if i manage to declare the local)?
Thanks for any help and bye
Nenad
| |
| Soskic Zoran 2006-02-01, 7:55 am |
| Ukoliko zelis da brze kompajliras mozes uciniti jednu od sledece dve
stavri :
1. Koristi APP generator samo kao izvor koda koji ces umetati u
Projekat koji ce rzati samo onaj kod koji ti je neophodan i koji je
organizovan po Modulima na nacin koji ti hoces. (sporo ali ces zaista
puno nauciti, ne samo o Clarion-u)
2. Instaliraj Windows na jedan fizicki disk zajedno sa Clarionom a
aplikacije koje razvijas neka ti se nalaze na drugom fizickom disku.
Izgleda skupo, ali ti vec imas jedan HD. Dovoljno je da kupis jos jedan
mali SCSI ili SATA disk sto iznosi svega 50 - 150 eura.
Srecno ...
|
|
|
|
|