1. Welcome Guest! In order to create a new topic or reply to an existing one, you must register first. It is easy and free. Click here to sign up now!.
    Dismiss Notice

Re: If (!Alias), then {good;} else {bad}

Discussion in 'Windows Vista' started by Gordon's Doctor, Oct 7, 2009.

  1. Amazing. You copied some code and pasted code Did your psychiatrist tell
    you to do that or did the voices in your head tell you?


    "STAN STARINSKI" <Chyna@stealsUSJobsPatentsSoftwareMusicVideo> wrote in
    message news:uuGPYn5RKHA.4704@TK2MSFTNGP02.phx.gbl...<!--coloro:blue--><span style="color:blue <!--/coloro-->
    > #define SCR_FUNCTIONS_C
    > #include <stdlib.h>
    > #include <stdio.h>
    > #include <p18f4420.h>
    > #include <string.h>
    >
    > void READ_AD(void)
    > /*
    > ; READ A/D CHANNEL 0 AND STORE RESULTS IN PHA_DATA
    > ; PHA_RD */
    > {
    > ADCON0 = 1; //Select Channel 0 (AN0) and turn on A/D converter
    > ADCON0bits.GO = 1; //Start the A/D conversion
    >
    > do
    > {
    > }while( !ADCON0bits.DONE); //Test to see if the conversion is complete
    > PHA_DATA = ADRESH; //SAVE DATA FROM A/D AN0
    > }
    >
    > /*
    > ; THIS ROUTINE CHECKS THE TIME SELECT SWITCH AND PUTS A VALUE INTO THE
    > SECOND
    > ; TIME COUNTER (SECOND_CTR)
    > */
    > void CK_SENS_SW(void)
    > {
    > union
    > {
    > unsigned char Value;
    > {blah blah} <!--colorc--><!--/colorc-->
     
  2. "STAN STARINSKI" <Chyna@stealsUSJobsPatentsSoftwareMusicVideo> wrote in
    message news:uN8IulFSKHA.1232@TK2MSFTNGP05.phx.gbl...<!--coloro:blue--><span style="color:blue <!--/coloro-->
    > It's my code snippet, not copied.<!--colorc--><!--/colorc-->

    So you didn't copy and paste the code here? I wonder how it got to the
    Vista forum? Maybe it drove itself. Just FYI.
     
  3. It's my code snippet, not copied.
     

Share This Page