- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can anyone point me in the right direction. I re-installed the 9.0.024 version and recompiled an existing project now I get a call statement is invoking an external procedure error.
The call is for a pipe. It is
pipe=CreateFile(...
If(...
Call CloseHandle(pipe)
Maybe it cannot locate certain libraries?
Thanks
Ken
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
CloseHandle is a function - you are not allowed to CALL a function. We had previously allowed this in some contexts as an extension, but there were many cases where it could cause run-time errors. The situations where it worked were few and hard to describe, so we decided to just shut off this extension. Please read the release notes for more information.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page