home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.tools
- 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
- From: John E Salter <salter@magnus.acs.ohio-state.edu>
- Subject: unsigned long for VBASIC
- Message-ID: <9208202215.AA06261@top.magnus.acs.ohio-state.edu>
- Sender: daemon@magnus.acs.ohio-state.edu
- Organization: The Ohio State University
- Date: Thu, 20 Aug 1992 22:15:13 GMT
- X-Mailer: ELM [version 2.3 PL11]
- Lines: 8
-
-
-
- How can one handle the problem of not having an the "unsigned integer"
- type in visual basic? I am calling a functions in a DLL which returns
- a unsigned long value. I need to store this value in a structure and
- pass the structure as a parameter in another DLL function call.
- my failure to this is because Visual Basic doesn't support the unsigned
- type. Is there a way around this problem?
-