Announcement

Collapse
No announcement yet.

Visual C++ 6

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #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


    • #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


      • #18
        You have ICQ?

        Comment


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

          Rags

          Comment


          • #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


            • #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


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

                Rags

                Comment


                • #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


                  • #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


                    • #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


                      • #26
                        Fixed

                        Comment


                        • #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


                          • #28
                            The new sdk.

                            Rags

                            Comment


                            • #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...
                              X