Re: Platform Identification Athlon 700
Hello Yves,
>Problem :
>Software doesn't seem do identify EX .exe as Dos32 system
>EXW.exe wok well in Win32
>Include file always report Platform is not identified (I'm with Dos32 )
>
>Exemple
>
>If Platform( ) = Linux then
> Blablabla
>else
> Blalblabla
>end if
>************************************************************
I'm not sure but it seems like you are saying that
with your current system, you can't use the platform()
function. I've never seen anything like the error:
"Platform not identified" as you say above. Now if
it said "platform is not declared" that would mean
you aren't using the 2.2 version of Euphoria becuase
in 2.2 it IS declared. If it is perhaps one of the
platform constants that are not declared (DOS32,
WIN32, Linux), then you need to include "misc.e"
according to:
http://rapideuphoria.com/lib_p_r.htm#platform
If I'm misunderstanding your problem, please provide
the exact error message or explain what happens in
detail. I hope this helps.
later,
Lewis Townsend
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
|
Not Categorized, Please Help
|
|