How can i use STDAFX.H file from VB.NET..?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • keane
    New Member
    • Mar 2008
    • 13

    How can i use STDAFX.H file from VB.NET..?

    i m going to use STDAFX header file to my project... help me to find out this probs..?
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Originally posted by keane
    i m going to use STDAFX header file to my project... help me to find out this probs..?
    This article may help:

    Comment

    • keane
      New Member
      • Mar 2008
      • 13

      #3
      Originally posted by kenobewan

      i hav a demo project in vc++ code.. i wanna change all dis into VB.net.... indat demo project two .h files to support main project. i think .h files woudnt work with vb.net could u help me out from dis probs...


      how can i use dat .h files from vb.net.....

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        .h files are for C/C++ code, not for vb(or vb.net)
        stdafx also happens to be generic includes for dll projects (and don't contain much I don't think)

        Comment

        Working...