Visual C++ 6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rags
    Super MURCer
    • Aug 1999
    • 4052

    #16
    Okay, I understand kind of what your app is supposed to do, but I am after what you are trying to achieve with this function you just pasted.

    Rags

    Comment

    • spazm_1999
      MURCer
      • Apr 2000
      • 419

      #17
      Oh... that func simply run a javascript in a webbrowser.

      Spazm
      P3-667@810 retail, Asus CUSL2-C, 2*128 mb PC-133(generic), G400DH 16mb, SBLive value, HollyWood+, 1*Realtek 8029(AS) and 1*Realtek 8039C, Quantum 30g, Pioneer DVD-115f

      Comment

      • Rags
        Super MURCer
        • Aug 1999
        • 4052

        #18
        You have ICQ?

        Comment

        • Rags
          Super MURCer
          • Aug 1999
          • 4052

          #19
          Oh, one thing you can try is using the mshtml.h and use it as an included library instead of imported.

          Rags

          Comment

          • spazm_1999
            MURCer
            • Apr 2000
            • 419

            #20
            I never knew what to do with these 3 warning errors I got when I first added that import.

            1) Compiler Warning (level 3) C4192
            desc : automatically excluding 'name' while importing type library 'library'

            2) Compiler Warning (level 3) C4146
            desc : unary minus operator applied to unsigned type, result still unsigned

            3) Compiler Warning (level 1) C4049
            desc : compiler limit : terminating line number emission

            spazm
            P3-667@810 retail, Asus CUSL2-C, 2*128 mb PC-133(generic), G400DH 16mb, SBLive value, HollyWood+, 1*Realtek 8029(AS) and 1*Realtek 8039C, Quantum 30g, Pioneer DVD-115f

            Comment

            • spazm_1999
              MURCer
              • Apr 2000
              • 419

              #21
              I just did you what said and didn't worked... it say's

              error C2653: 'MSHTML' : is not a class or namespace name

              seem that MSHTML object isn't included in it.

              Spazm
              P3-667@810 retail, Asus CUSL2-C, 2*128 mb PC-133(generic), G400DH 16mb, SBLive value, HollyWood+, 1*Realtek 8029(AS) and 1*Realtek 8039C, Quantum 30g, Pioneer DVD-115f

              Comment

              • Rags
                Super MURCer
                • Aug 1999
                • 4052

                #22
                Do you have the msHTML.h library in your include directory?

                Rags

                Comment

                • spazm_1999
                  MURCer
                  • Apr 2000
                  • 419

                  #23
                  No but I used the VC standardised including method so it found it in own directory.

                  that object doesn't seem to be declared in it either.

                  IHTMLDocument2Ptr' : undeclared identifier

                  Those 2 were included in the tlb file.

                  Spazm
                  P3-667@810 retail, Asus CUSL2-C, 2*128 mb PC-133(generic), G400DH 16mb, SBLive value, HollyWood+, 1*Realtek 8029(AS) and 1*Realtek 8039C, Quantum 30g, Pioneer DVD-115f

                  Comment

                  • Rags
                    Super MURCer
                    • Aug 1999
                    • 4052

                    #24
                    Here is a link if you don't have the latest one.

                    Rags

                    There, try that one, there was a change made to the library.

                    [This message has been edited by Rags (edited 06 February 2001).]

                    Comment

                    • spazm_1999
                      MURCer
                      • Apr 2000
                      • 419

                      #25
                      The link doesn't work.... and what do you mean by the lastest one?

                      Spazm
                      P3-667@810 retail, Asus CUSL2-C, 2*128 mb PC-133(generic), G400DH 16mb, SBLive value, HollyWood+, 1*Realtek 8029(AS) and 1*Realtek 8039C, Quantum 30g, Pioneer DVD-115f

                      Comment

                      • Rags
                        Super MURCer
                        • Aug 1999
                        • 4052

                        #26
                        Fixed

                        Comment

                        • spazm_1999
                          MURCer
                          • Apr 2000
                          • 419

                          #27
                          where did you got this one? It's far smaller than myne about 500K.

                          I think I found why I was having this weird problem I'm doing the final tests and I come back in a few mins.

                          spazm
                          P3-667@810 retail, Asus CUSL2-C, 2*128 mb PC-133(generic), G400DH 16mb, SBLive value, HollyWood+, 1*Realtek 8029(AS) and 1*Realtek 8039C, Quantum 30g, Pioneer DVD-115f

                          Comment

                          • Rags
                            Super MURCer
                            • Aug 1999
                            • 4052

                            #28
                            The new sdk.

                            Rags

                            Comment

                            • spazm_1999
                              MURCer
                              • Apr 2000
                              • 419

                              #29
                              Weird I got the new CDs from microsoft and installed most of 'em.... maybe I missed one.
                              Anyway I really found out what cause all this mess and it really suck. VC was creating errors, blue screens and some total lockup because I imported the lib in the stdafx.h ... man this is really a dumb thing.

                              Thanks for the help.

                              Spazm
                              P3-667@810 retail, Asus CUSL2-C, 2*128 mb PC-133(generic), G400DH 16mb, SBLive value, HollyWood+, 1*Realtek 8029(AS) and 1*Realtek 8039C, Quantum 30g, Pioneer DVD-115f

                              Comment

                              Working...