Results 1 to 4 of 4

Thread: header files

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2001
    Location
    Netherlands
    Posts
    22

    header files

    Hello.

    Since I program a lot in the windows API, I use the C header files to get the API declarations.

    However, are there better ways to port the C style to 'Visual Basic' declarations?
    Can I use a type libary?
    And how should I make such thing?
    Yet Another Perl Programmer



    Working with the Windows 32 API
    Test my carrier game
    X-Programming Forums (members and testers wanted!)

  2. #2
    jim mcnamara
    Guest
    Are you trying to code Windows api in C, or in VB?

    In VB there are no header files. You have to write a declaration for each function, sub, and type yourself.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Nov 2001
    Location
    Netherlands
    Posts
    22
    I code the API functions in VB.

    There are indeed no header files.
    I am getting sick of converting everything manually.

    Can I get the data inside the header files ported to VB, or can I use a type libary?
    Yet Another Perl Programmer



    Working with the Windows 32 API
    Test my carrier game
    X-Programming Forums (members and testers wanted!)

  4. #4
    Lively Member FantastichenEin's Avatar
    Join Date
    Mar 2000
    Location
    dairy
    Posts
    106
    There is already a type library that covers most of the win32 api written by patrice scribe.
    Here is the link It shows what is covered on that page
    ****

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width