Hi everybody,
I was wondering if anyone can help me with the
proper uage of the SaveFile_PGU() function. I want to use this function rather
than the SetPG_IMG() function in order to avoid having to create an IMG object,
which is a time consuming operation. I want to see if avoinding creating an
IN=MG speeds up my GX at all.
Here is my usage of the function,
SaveFile_PGU(PGWin, 0.0, 0.0, 1.0, 1.0, 0.0, TR_NULL,
IPJ_TYPE_NONE, "windowed.grd");
with this, upon compilation, I get the error theat
Argument 8 is of the wrong tyope. Argument 8 is the IPJ_TYPE_NONE
argument.
I then tried,
SaveFile_PGU(PGWin, 0.0, 0.0, 1.0, 1.0, 0.0, TR_NULL,
((IPJ)(-1)), "windowed.grd");
and the GX did compile but upion running the GX, the GX
stopped when it came to this function call.
Can anyone help me or give me any
advice?
Aaron Balasch
Sky Hunter Technologies Inc. Suite 101, 1725 10th Avenue S.W. Calgary, Alberta T3C 0K1 email: [EMAIL PROTECTED] phone: 403-228-2175 fax: 403-244-7955 |
- RE: [gxnet]: SaveFile_PGU skyhunter
- RE: [gxnet]: SaveFile_PGU Jacques Beaurain
- RE: [gxnet]: SaveFile_PGU Jacques Beaurain
- RE: [gxnet]: SaveFile_PGU Jacques Beaurain