(no subject) [message #17448] |
Tue, 26 October 1999 00:00 |
renjie
Messages: 10 Registered: October 1999
|
Junior Member |
|
|
Dear Sir,
I am using the SPAWN of IDL, while I am using this function well in
Windows95, the program fall to work well in windows98,
with the information of:
There are not enough system resources available to run this program,
....
The program is:
pro spawn_test
ee=0
for i=0,10000 do begin
for j=0,10000 do begin
for k=0,10000 do begin
ee=ee+1
print, ee
SPAWN,'C:\xiaom\renjie1\mi-4\rotation2'
endfor
endfor
endfor
END
where "rotation2" is a win32 console application program.
would you please configure out what is the reasons of
this problem.
I am with Dr. Narayana, Radiology Dept., Univ. of Texas Medical School
at Houston, we are licensed user, please send your anwser to:
renjie@msrad230103.med.uth.tmc.edu
Renjie He, Ph.D.
|
|
|