home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / mswindo / programm / tools / 744 < prev    next >
Encoding:
Text File  |  1992-08-20  |  916 b   |  20 lines

  1. Newsgroups: comp.os.ms-windows.programmer.tools
  2. Path: sparky!uunet!kithrup!hoptoad!decwrl!sdd.hp.com!usc!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!salter@magnus.acs.ohio-state.edu
  3. From: John E Salter <salter@magnus.acs.ohio-state.edu>
  4. Subject: unsigned long for VBASIC
  5. Message-ID: <9208202215.AA06261@top.magnus.acs.ohio-state.edu>
  6. Sender: daemon@magnus.acs.ohio-state.edu
  7. Organization: The Ohio State University
  8. Date: Thu, 20 Aug 1992 22:15:13 GMT
  9. X-Mailer: ELM [version 2.3 PL11]
  10. Lines: 8
  11.  
  12.  
  13.  
  14. How can one handle the problem of not having an the "unsigned integer"
  15. type in visual basic?  I am calling a functions in a DLL which returns
  16. a unsigned long value.  I need to store this value in a structure and
  17. pass the structure as a parameter in another DLL function call.
  18. my failure to this is because Visual Basic doesn't support the unsigned
  19. type.  Is there a way around this problem?
  20.