Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to detect that app is running under netware
Message
De
15/04/2008 04:20:57
 
 
À
15/04/2008 04:05:25
Lutz Scheffler (En ligne)
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01310632
Message ID:
01310639
Vues:
9
Hi Agnes,

you've got a point. Perhaps I am a bit too focused on looking behind the scene. :-)

I will reduce it to this:
FUNCTION TestWin32ApiFunctionality
  LOCAL llReturn as Boolean
  llReturn = .F.
  TRY
    * Declare WIN32API call
    DECLARE INTEGER GetEnvironmentStrings IN WIN32API
    llReturn = .T.
  CATCH
    * Throw message
    MESSAGEBOX([Unable to declare..blabla],0+16+0,[Info])
  ENDTRY
  RETURN llReturn
ENDFUNC
Best Regards
-Tom

Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.

Oh, and BTW: 010101100100011001010000011110000101001001101111011000110110101101110011
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform