home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / mswindo / programm / misc / 4561 < prev    next >
Encoding:
Text File  |  1993-01-03  |  1.3 KB  |  35 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!wupost!gumby!yale!yale.edu!jvnc.net!newsserver.technet.sg!iti.gov.sg!news
  3. From: jon@iti.gov.sg (Jonathan Priddey (SE))
  4. Subject: VB UAE in VBRUN200.DLL
  5. Message-ID: <1993Jan4.012431.26066@iti.gov.sg>
  6. Sender: news@iti.gov.sg (News Admin)
  7. Reply-To: jon@iti.gov.sg
  8. Organization: Information Technology Institute, National Computer Board, S'pore
  9. Date: Mon, 4 Jan 1993 01:24:31 GMT
  10. Lines: 23
  11.  
  12. I'm producing a small Visual Basic demo that uses DDE, a few arrays
  13. of user defined types and a few controls, thats all. It runs fine from
  14. the Visual Basic environment, but generates a UAE when compiled to an exe.
  15.  
  16. I get funny behaviour, on one machine, the exe will work while the
  17. environment is still active, but UAEs at the same place if I close the
  18. environment. On another it UAEs without fail...
  19.  
  20. If I add a MsgBox call in the function I am exercising the UAE vanishes.
  21.  
  22. The function I am exercising is in a separate .BAS file, it just initialises
  23. a user defined type with a string from a text control.
  24.  
  25. Has anyone seen anything like this, or has anyone suggestions for what to try
  26. next - I will probably be slowly commenting stuff out till it works otherwise.
  27.  
  28. VB is a great environment, it is sad to see it flawed,
  29.  
  30. Thanks for any help,
  31.  
  32. Regards jon (jon@iti.gov.sg)
  33.  
  34.  
  35.